Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Drop-down only fires once
Message
 
À
02/01/2000 05:45:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de menu & Menus
Divers
Thread ID:
00311318
Message ID:
00311492
Vues:
19
Andy,
Does this happen when you maximize your report in preview mode? There is a known bug, and the workaround is to 'push' your menu before you run the report and 'pop' it back after.
cMenu = menu()
if !empty(cMenu)
   push menu (cMenu)
endif

report form MyReport preview

if !empty(cMenu)
   pop menu (cmenu)
endif
HTH
Barbara


>I have a drop down menu to launch reports. It works fine once but then is disabled....no real need to panic, college assignment is only due in two days! Any ideas?
Barbara Paltiel, Paltiel Inc.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform