PDA

View Full Version : ondata method called twice


cmcginnis
04-16-2003, 10:10 AM
Has anybody seen an issue where a datapointer calls its ondata twice?

I currently do not have autorequest set within the dataset, but I have tried setting it both to autorequest="true" and autorequest="false". It looks like the first time that ondata is called there is no data within the dataset. The second time there is data.

Any suggestions?

hqm
04-16-2003, 10:36 AM
Can you post a simple test case here?