Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pop-Up boxes/ apps recompiled
Message
De
29/03/2001 17:47:38
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Pop-Up boxes/ apps recompiled
Divers
Thread ID:
00490109
Message ID:
00490109
Vues:
59
I have an app that was recompiled from fox 2.6/windows to 5.0

There is a pop-up box that won't work in 5.0

Here's the code:

In the load procedure -
DEFINE POPUP item_lst from 50,50;
margin shadow title " Item Lookup "
DEFINE BAR 1 of item_lst PROMPT 'Product By Richfood Code'
DEFINE BAR 2 of item_lst PROMPT 'Product By UPC'
DEFINE BAR 3 of item_lst PROMPT 'Product By Description'
DEFINE BAR 4 of item_lst PROMPT 'From Available Sheet'
DEFINE BAR 5 of item_lst PROMPT 'From Purchase Order'
ON SELECTION POPUP item_lst Deactivate Popup

In the .spr:
ACTI POPUP item_lst
xsvbar=BAR()

The application flashes it for a fraction of a second and goes on to the next
thing.

Is this functionality even supported in the visual versions of FoxPro?

Any suggestions on whether I should maybe use another objest to do the same thing?

Thanks in advance,

Bob Anderson
Répondre
Fil
Voir

Click here to load this message in the networking platform