Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange behavior with SDI forms
Message
From
08/03/1999 08:58:48
 
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
00194425
Message ID:
00195121
Views:
28
>I appreciate your suggestions but do not understand how to implement them. Can you show some sample code on how to search _screen.forms to find the form object. I am under the impression that _screen are the properties of the VFP main window. Since my forms are all SDI, they do not appear in the VFP main window.

FOR Each oForm IN _SCREEN.Forms
IF oForm.Name=="MYFORM"
oForm.MyMethod()
ENDIF
ENDFOR

>Regarding the system EDIT functions, please provide me sample DEFINE POPUP code for the init of my forms. Will the functionality be available even without displaying the menu at the top of the form? Must I activate the POPUP at some point?
>
DEFINE popup mypopup margin shortcut
DEFINE bar _MED_COPY of mypopup prompt "Copy" KEY CTRL+C, "CTRL+C"
...
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform