Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
POPUP - How to force a choice?
Message
 
À
04/05/1998 13:41:55
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00096770
Message ID:
00096794
Vues:
14
Thanks Cetin. I already have something similar coded. What I was hoping for was functionality like a modal form but this'll do the trick. Thanks again.

>>If I DEFINE and ACTIVATE a POPUP, how do I force a selection to be made? For example, prevent user from clicking outside popup window and deactivating popup leaving PROMPT() = "" TIA
>Code better explains what I mean.
define popup mypop from 3,10
>for ix = 1 to 20
>	define bar ix of mypop prompt "Val"+str(ix)
>endfor
>cPopValue = "Val"+str(1)
>on selection popup mypop cPopValue = deacpop()
>activate popup mypop
>? cPopValue
>
>function deacpop
>cPopValue = prompt()
>deactivate popup mypop
Cetin
Colin Magee
Team Leader, Systems Development
Metroland Media Group Ltd.
Mississauga, Ontario, Canada

cmagee@metroland.com

Never mistake having a career with having a life.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform