Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Createobject and modal mode
Message
From
03/11/2009 03:14:12
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01432726
Message ID:
01432858
Views:
50
Thanks

>>Hi all, I'm always trying to reuse an old FoxBase Program... I'm trying to replace the old menus managed by the menu to notation and I thought to replac them with a toolbar or a form or whatver else. The point is that the procedure have to work with evaluates a value that I should get from the menu choice. The fact is that creating the object by CreateObject commad I cannot put the created form as modal... How can I do ? I know that creating a scx form would solve the problem, but I was wondering if another solution exists
>>
>>Thank you
>>Alessio
>
>1. For CreateObject form you can use Show(1) to show it as a modal form.
>
>loForm = createobject(...)
>loForm.Show(1) && Shows as Modal form
>
>2. You may want to explore OOP menu from CodePlex http://vfpx.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=61
Previous
Reply
Map
View

Click here to load this message in the networking platform