Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No Bars Defined for Popup
Message
From
25/08/1998 11:48:32
Dennis Agosta
Duke Communications Intl.
Loveland, Colorado, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Title:
No Bars Defined for Popup
Miscellaneous
Thread ID:
00129732
Message ID:
00129732
Views:
60
I'm having a problem with some code that was migrated from FPD to FPW. The program is trying to display a list of values in a popup, but it fails with an error "No bars have been defined for this popup". Here is the code that works under FPD but not FPW:

DEFINE POPUP srcpop ;
FROM 01,01 TO 24,100 ;
PROMPT FIELD srcid+' '+CHR(179)+;
' '+ srcdsc ;
SCROLL SHADOW MARGIN ;
TITLE 'Source List' ;
FOOTER 'Ctrl-N to Add'

ON SELECTION POPUP srcpop DEACTIVATE POPUP srcpop
mconfirm=SET("CONFIRM")
SET CONFIRM ON

Can anyone help?

Dennis Agosta
Duke Communications International
Next
Reply
Map
View

Click here to load this message in the networking platform