Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Popup modification
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Popup modification
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01059605
Message ID:
01059605
Views:
47
I have created a very simple popup menu when someone presses F9 on the keyboard. My code is:
define popup popfile in screen TITLE 'VELMORE Style Menu' margin relative color scheme 4
define bar 1 of popfile prompt 'VELMORE Contract Colour Variance Report'
on selection bar 1 of popfile do colvar

on key label F9 activate popup popfile at 0,0
on key label F11 deactivate popup popfile at 0,0
What I would like to do though is catagorise my options i.e. having top level options then sub options. Can this be done???? For example I would like to have an option reports and then when you click on this option I would like the list of reports to show or be indented on the popup.

Also can someone tell me why my popup form is displayed but is still behind my mainform window. I have to move my main form to see the popup?
Neil Lewis
IT R&D Manager
Velmore Ltd
Next
Reply
Map
View

Click here to load this message in the networking platform