Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help...
Message
De
27/07/1999 10:20:52
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual ProMatrix
Titre:
Divers
Thread ID:
00246535
Message ID:
00246586
Vues:
22
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform