Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Menu structure
Message
 
 
To
12/01/2003 17:34:46
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Title:
Miscellaneous
Thread ID:
00740850
Message ID:
00740858
Views:
21
Peter,

The menu file is stored pretty linearly.

Name gives you the individual item name, LevelName gives you the level at which an item appears. NumItems tells you how many sub items it has. ItemNum tells you which subitem it is. The Propmt without spaces becomes a Name/LevelName for tree branches.

If you create a simple menu and look at the file it becomes wasy enough to see the structure.

It's just a simple scan, skip the first row which contains the overall menu stuff. The order of the rows appears to be a depth order traversal of the menu tree.

>Has anybody deciphered the menu file structure beyound the description wich comes with vfp
>I want to create a tree type printout for documentation purposes. And the designes have never heard of relational design :-)
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform