kusalacitta
11-25-2005, 04:36 PM
Hi all...
I build data-driven app. The back-end server I used is PHP and MySQL. I've tried to make the app with SOLO mode (the application have to go through Login process) but at the time when I try to request the data, there is no data appears and the proccess can not be run.
Even though I've set the dataset proxied attribute to false, but I can't set the autorequest attr to true because I need to wait the login proccess first before loading other data (need to call doRequest when the input has been valid)
I think the autorequest will automatically work when the app completely compiled so it's make the dataset.doRequest method send the request without valid data.
Hope someone here can help me. PLease..
Thank you
I build data-driven app. The back-end server I used is PHP and MySQL. I've tried to make the app with SOLO mode (the application have to go through Login process) but at the time when I try to request the data, there is no data appears and the proccess can not be run.
Even though I've set the dataset proxied attribute to false, but I can't set the autorequest attr to true because I need to wait the login proccess first before loading other data (need to call doRequest when the input has been valid)
I think the autorequest will automatically work when the app completely compiled so it's make the dataset.doRequest method send the request without valid data.
Hope someone here can help me. PLease..
Thank you