Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Define popup at location
Message
De
28/06/2002 11:16:21
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
 
 
À
28/06/2002 10:57:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00673253
Message ID:
00673309
Vues:
31
Gregory,

That worked! Wierd it works that way but I'll take.

Thanks for your help.

Jerryt



>>How can I always make the popup display right on top of the command button?
>>
>>***Here's the code in my button CLICK() method.
>>DEFINE POPUP shortcut SHORTCUT RELATIVE FONT "Arial", 9
>>DEFINE BAR 1 OF shortcut PROMPT "Mybar1" MARK "*" STYLE 'B' ;
>> MESSAGE "Mybar1 message" ;
>> FONT "Arial", 8
>>***More bars go here.
>>
>>ACTIVATE POPUP shortcut AT ROW(), COL()
>>
>>
>
>What has worked for me is to put activate screen just before activating the popup
>
>Activate Screen
>activate popup shortcut at mRow(), mCol()
>
>Don't ask me why, I don't know
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform