|
John,
Assuming you have a button or something with an eep that
opens the form. Try adding:
PROPERTY TABLE tablename 'REFRESH'
to the last line of the eep before the
return; tablename is the scrolling region table
name.
Dawn
From: John Engwer [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 19, 2005 11:33 AM To: RBG7-L Mailing List Subject: [RBG7-L] - Refreshing data in a scrolling region I have a form that has a scrolling
region (form1). During the edit process I open
another form (form2) that may modify some of the records that are displayed in
form1. When I exit form2 the records
displayed in form1 do not update until I move to another row in the scrolling
region. Question… How can I get form1
to automatically refresh when I exit form2? John |
- [RBG7-L] - RE: Refreshing data in a scrolling region Dawn Oakes
