This topic is locked

OnPageLoadList not working

10/30/2010 4:16:12 PM
PHPRunner General questions
D
danaci author

hi,
I'm using phpr 5.2 (5482) and my table is
sno int(9),

adi_soyadi varchar(60)

--
function OnPageLoadList(pageid)
var ctrlAdi_soyadi = Runner.getControl(pageid, 'adi_soyadi');
if (ctrlAdi_soyadi.getValue()=='xx')

{

ctrlAdi_soyadi.setValue('uyari');

};
this code is not working.

where is the trouble?
best regards.

Sergey Kornilov admin 10/31/2010

There might be a syntax error somewhere in your code.
You need to post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.

D
danaci author 10/31/2010

I'm posting my application.

thnx admin