From: ericz@us.ibm.com
Category: Category 1
Date: 19 Apr 1998
Time: 10:54:44
Remote Name: slip129-37-129-145.wa.us.ibm.net
I am using a form that has a table that is limited to 9 rows. I want to give users a simple way to get a new form with all the same values, except for a blank table. I am using the formula below to open a new form in the same window, which is working fine. The form is inheriting the user info from the inheritance on the original form. But how can I get the user supplied info on the new form from the form they just left? The forms do NOT need any kind of parent-child realionship. Can the REF number help me?
@PostedCommand([FileSave]); @PostedCommand([FileCloseWindow]); @PostedCommand([FileOpenDatabase];@DbName;"RefNo";@Environment("ARefNo");"1";"1"); @PostedCommand([Compose];"RISC")
[_private/nddisc_aftr.htm]