Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create dynamic menu
Message
 
To
27/07/2005 14:14:30
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01036345
Message ID:
01036363
Views:
9
>look
>
>SET SYSMENU TO
>SET SYSMENU AUTOMATIC
>DEFINE MENU principal
>USE c:\scg\datos\menu
>FOR i=1 TO RECCOUNT()
>DEFINE PAD desc OF principal PROMPT ruta AT 1,5
>
>
>
>ACTIVATE MENU principal

Try:
SET SYSMENU TO
SET SYSMENU AUTOMATIC
DEFINE MENU principal
USE c:\scg\datos\menu
GO TOP
SCAN
    DEFINE PAD (desc) OF (principal) PROMPT (ruta) AT 1,5
ENDSCAN
ACTIVATE MENU principal
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform