> > > How to use the data generated through sample programme of Technical Article "A Visual FoxPro Security System".
> > > How to attach with my existing menu programme.
> > >
> > >
> > > Regards
> >
> > The article you refer to is NOT in the article section of this site. Could you provide a URL?
> >
> > Also could you possibly provide extensive info abt your framework, like implementation strategy you use, before we can even start to think about how to answer your Q?
> >
> > Boudewijn Lutge®ink
> > My Blog is here
> >
>
>
> Hi,
> We are not 100% sure of what you are asking?
> However. the Skip for option in the VFP menu allows you
> to disable menu options based upon a set of memory variables.
> If this is what you are after please supply more info.
> Pete from the Great White North. (Only in Canada, ay.) Over and Out ... In addition to the tip Pete gives you here.
Using genmenuX from Andrew R McNeill gives you the possibility to completely remove menuitems from a menu. Simply put an *:IF YourFunction() statement in the comment of the menuitem where the YourFunction() checks whether or not this specific menuitem should be displayed or not. Life can be so simple (sometimes).
Still, some info would be nice...
Boudewijn Lutge®ink
My Blog is here