cancel
Showing results for 
Search instead for 
Did you mean: 

Form AutoManage

0 Kudos

I implement simple form binding on usertable and i activate the automanage property.

It's ok.

If I scroll to a record and after click the find menu the form change the mode in FIND but the item stay full with data.

Same when I add a record.

What is the optimal method for reset all item?

I must cycling on the form.items object and set them value to empty string?

Ciao

Angelo

View Entire Topic
barend_morkel2
Active Contributor
0 Kudos

Unfortunately there is no "auto" clean facility using the UI. Just as you set values on the form items - you have to clean them as well. Thus you have to cycle through the form.items object and set the values to empty strings (or what ever the case may be).