Event Dataload
martinsalo
Hello Forum,
I'm writing some optimizer rules and I'm looking for an event that is fired when a textbox changes its data. If I'm using the "value changed" as event type, the event is fired when the textbox lost the focus. But I need an event if new data is loaded from the DB.
Example: The User writes in the name Field "Charlie Chap" and then the user clicks on the DropDown List for "Charlie Chaplin". The other textbox for adresse changes there content, now I want to have fired an event, so my textboxes can change there data too, but this only happens.
I have tried the events: FormDataLoad, DatasourceLoad, FormdataModify with inner events or before event trigger, but no matching event is fired.
Thanks
Martin
Please sign in to leave a comment.
Comments
0 comments