PDA

View Full Version : dataset.doRequest()...is it synchronous or asynchronous?


davidnia1
08-30-2005, 04:02 PM
Hello,

There is no comment in the api documentation as to whether or not doRequest() of a dataset is synchronous or asynchronous...

any ideas...??

thanks

hqm
08-30-2005, 04:29 PM
asynchronous. You need to add a handler for the ondata event (for datasets) if you want to be informed when it comes back. ontimeout and onerror are also sent for failure to load cases.

davidnia1
08-30-2005, 04:31 PM
that is what I suspected, but just could not confirm it with the documentation....thank you