Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
No Bars Defined for Popup
Message
De
25/08/1998 11:48:32
Dennis Agosta
Duke Communications Intl.
Loveland, Colorado, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Titre:
No Bars Defined for Popup
Divers
Thread ID:
00129732
Message ID:
00129732
Vues:
58
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform