Hi,
I am using Forms to updadte my database. Everything but one thing works.
I am using ID’s to retrieve information from another database (ex. id 1 = “Hello”).
But after the update, the form won’t display “Hello” but its ID.
I’ve tried to change the value with the event “OnAfterUpdate” but it won’t change it.
If I do a manual reload of the page everything is fine but is there another solution ?
Hope I’ve been clear on my problem