Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Drop-down only fires once
Message
 
To
02/01/2000 05:45:12
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
00311318
Message ID:
00311492
Views:
20
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform