becks22
30th November 2010, 12:44
Hi all.

I am working on a standard maintain session ..I need to round up a table field ..I am using an autozoom to import the value and then rounding up ..I have put the value after rounding up in a variable ..And that variable I am calling in the zoom return field of the table field of standard session ..But I am not being able to export the value at the form level ...Zoom Return field is not working fine ..

Please help ..Please note that I can't access the program script of the session ...

Hitesh Shah
2nd December 2010, 16:56
Normally autozoom will work before field is edited . So if u with to use autozoom , u may need to use function input.field (check the syntax ) to get table field value and edit it . Then once the value is entered , all u need to do is to export the rounded value to the filed u zoomed on .

If u need to use zoomreturnfield , then have that field declared in zoomed session and assign the value to it . It can work.

becks22
3rd December 2010, 06:44
Hi Sir,
Thanks for reply ..I tried your solution but its not working ..