Re: Help on Forms

From: <rtproffitt_at_my-deja.com>
Date: Thu, 15 Jul 1999 00:05:26 GMT
Message-ID: <7mj8k0$cn$1_at_nnrp1.deja.com>


You could:
a) setup a bunch of globals and call the second form b) setup a parameter block and call the second form with the parameter block (and have the parameters declared in the second block)
c) pass a key to the second form which does another select to get the desired values.

d) Change Form 1 to physically perform an Update statement on the base table instead of the multi-table view (be careful of going out of synch).

e) Revise the entire Form1 approach to use multiple data blocks each calling a base table to construct a single canvas from the multiple data blocks and manage the updates back to their respective blocks and base tables.

Good Luck,
Robert Proffitt
Beckman Coulter
California

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Thu Jul 15 1999 - 02:05:26 CEST

Original text of this message