VishalMistry
27th January 2015, 07:21
Hi all,

i need help. i have created a session which has two form command (no table on ly form variable.

when i click on a form button a different session is displayed and the value of this form variable is imported in to calling session.

every time i call the session it displays message "data has been saved. do you want to save data ?

pl guide how to avoid this.

Vishal

sachinbaan
27th January 2015, 08:04
Hi Vishal,

you can try this

1. Change script type to "UI Script for Print/Processing session" and
2. On form command tick check box "Save before execution".

vamsi_gujjula
27th January 2015, 11:29
OR just before Zoom you can use execute(update.db) , Actually its the same thing as point 2 in sachin's post.

the other option is to use function unlink.from.maintable (string field, ...)