Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pop-Up boxes/ apps recompiled
Message
From
29/03/2001 17:47:38
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Pop-Up boxes/ apps recompiled
Miscellaneous
Thread ID:
00490109
Message ID:
00490109
Views:
58
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
Reply
Map
View

Click here to load this message in the networking platform