Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Createobject and modal mode
Message
De
03/11/2009 03:14:12
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Divers
Thread ID:
01432726
Message ID:
01432858
Vues:
49
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform