Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need help controlling multiple forms from toolbar
Message
 
 
To
25/07/1999 09:11:45
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00245824
Message ID:
00245889
Views:
14
A toolbar next receives focus. To reference the second form you will need to call the complete reference to it. This may be something like

_screen.activeform.PatricksMethod

The easiest way I find of resolving tricky references is to put a SET STEP ON in the code and find the object. In the example above you will need to insert in the formset also.


>I have a formset that includes a toolbar. From the form of that set I call a second form, also controlled by the toolbar. I want to select text in a field on the second form when I click next from the toolbar of the formset. The procedure for selecting the text is in an method which is part of the second form. Because the toolbar has focus when the button is clicked, I cannot seem to get it to recognize the method on the second form. Is there a way to do this? Any help would be greatly appreciated.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform