Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help...
Message
From
27/07/1999 10:20:52
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Visual ProMatrix
Title:
Miscellaneous
Thread ID:
00246535
Message ID:
00246586
Views:
13
>lExitForm = .F.
>
>The form with the list box shows up... it's just that the list box is empty. I can't choose any manu or menu items to add permissions to because none show up.
>
>Ken
Ken,
Menu list is filled from 'S'+prefix+'SEC.DBF'. It's encrypted but at least you could check if that's somehow empty. Next I would change vpmsec.vcx menupermission class to display array contents "thisform.aOptions" in its init code to see if really array is not being filled in.
You could temporarily add this code there :
activate screen
ulnOptions = alen(thisform.aOptions,1)
? ulnOptions
for ix = 1 to ulnOptions
 ? thisform.aOptions[ix,1]
endfor
It's really hard to debug VPM.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform