- This topic has 1 reply, 1 voice, and was last updated 5 years, 8 months ago by .
Viewing 1 reply thread
Viewing 1 reply thread
- You must be logged in to reply to this topic.
hi,
Now that smartbind is executed asynchronously, how can I make it synchronous?
Is there such a method for smartbind?
E.g:
I bound Listview and DataSet. When in ListView.OnItemClick event, I think their positions are synchronized, so I can use DataSet current record.
I bind the keyfield value to a Text object in ListviewItem,
Now I call the DataSet.Locate method to synchronize the current position of the Dataset.