Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Neophyte question
Message
 
To
23/03/1997 16:17:53
David Eastburn
Portland State University/Bus. Off
Portland, Oregon, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00025342
Message ID:
00025403
Views:
29
>I am attempting to include two child grids along with the parent in a form. Using the Wizard I can only get the application to recognize the first child grid when the 'ADD' navigation button is depressed. I have been unable to find the coding for the navigations buttons and would like a general pointer to a source of information about this problem. Thanks.
You might also need to look at the reams of code in the various methods for the txtbtns class: SETALLPROP, GETGRIDREF, NAVREFRESH and the rest of it. The wizard uses that code (especially SETALLPROP) to basically set up your whole form. Some of that code has something specifically to do with grids, and may not take into account the possibility of two grids. Two other things about the way it works which I learned the hard way: 1) SETALLPROP will not set properties (enabled, readonly) of objects in pageframes 2) If you have set a filter, the cmdFind.click will save that filter and then set the filter to whatever you try to find. That was something I didn't care for.
Previous
Reply
Map
View

Click here to load this message in the networking platform