Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
POPUP - How to force a choice?
Message
De
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:
00096779
Vues:
14
>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
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform