Thanks all Gave me some good insight
From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Monday, November 30, 2009 5:37 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: saving data in form to table Javier: Steve is using 6.5++. That's what makes what he's trying to do a bit of a PITA for that version. Karen Dennis, I use the first method all the time with as many as 4 forms deep and it works great and it is pretty fast as well as the forms are already in memory. >>> On exit from second form, somehow make first form (still running) update to show changes made by second form. <<< This is easily accomplished using: PROPERTY TABLE your_first_form_table 'REFRESH' Javier,

