Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disappeaaring Grid
Message
From
30/09/1997 13:14:08
Craig Smith
Indianapolis Public Schools
Indianapolis, Indiana, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Disappeaaring Grid
Miscellaneous
Thread ID:
00052462
Message ID:
00052462
Views:
70
I was hoping somebody might be able to tell me why my grid keeps disappearing from my form.

The form has a pageframe with five pages on it. On the first page is a one-to-many page between parents and their children.

Since users don't check existing parents for dupes before entering a new one, I've changed the LostFocus event of the parent's last name field. It compares that field's value to all of the existing parents in the table by doing a copy to a temp table. If reccount('temp')>0, it shows a form that displays all of the possible dupes from the temp table. If reccount('temp')=0, it informs the user that the parent record is unique. After the second time through the LostFocus event, the grid for the children disappears.

I've been looking into save screen and restore screen, as well as manually closing and opening the dataenvironment tables. Neither seems to work. Is what I'm doing possible. If so, how?

Thank you for any help you can provide,
_Craig
Next
Reply
Map
View

Click here to load this message in the networking platform