This is true, unless you use the MDI option to launch the second form.
Emmitt Dove Manager, DairyPak Business Systems Evergreen Packaging, Inc. [EMAIL PROTECTED] (203) 214-5683 m (203) 643-8022 o (203) 643-8086 f [EMAIL PROTECTED] From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, December 08, 2008 2:28 PM To: RBASE-L Mailing List Subject: [RBASE-L] - RE: Refreshing Subtable on Form1 from MDI Form2 Thank you, Emmitt, That did the trick! I had thought that the button EEP would finish running its code independent of Form2 being displayed, but apparently the button EEP code waits until Form2 is closed and then resumes at the line after where Form2 is activated. Diane In a message dated 12/8/2008 10:12:52 A.M. Central Standard Time, [EMAIL PROTECTED] writes: Upon return to the calling form, in the same code that called “Form2”, do: PROPERTY TABLE slavetablename ‘REFRESH’ RECALC VARIABLES RETURN Emmitt Dove Manager, DairyPak Business Systems Evergreen Packaging, Inc. [EMAIL PROTECTED] (203) 214-5683 m (203) 643-8022 o (203) 643-8086 f [EMAIL PROTECTED] From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, December 08, 2008 11:03 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Refreshing Subtable on Form1 from MDI Form2 Hi, I have a primary form, "Form1", that has a master table and several slave tables. In one of the slave tables, a person can add records one at a time through a scrolling region. Sometimes the user needs to add a large number of records in bulk (all the records are identical except for one field, which differs sequentially). Rather than having to add each record individually, I have a bit button by the scrolling region that will allow the user to bring up another form, "Form2", where the person can enter a batch of records all at once. (I use the INSERT command to insert the batch of records into the slave table.) When the person closes Form2, I'd like the scrolling region in Form1 to automatically be refreshed without the user having to do anything (like click a Refresh button) so that the user can see all the records that he/she just entered.. Does anyone know how to do this? Diane DeMers Sugarloaf Software _____ Make your life easier with all your friends, email, and favorite sites in one place. Try <http://www.aol.com/?optin=new-dp&icid=aolcom40vanity&ncid=emlcntaolcom00000010> it now. _____ Make your life easier with all your friends, email, and favorite sites in one place. Try <http://www.aol.com/?optin=new-dp&icid=aolcom40vanity&ncid=emlcntaolcom00000010> it now.

