Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set Mark
Message
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Title:
Miscellaneous
Thread ID:
00822653
Message ID:
00822822
Views:
18
Eric,

Try
SET MARK OF BAR 1 OF mnuactives TO ;
	(TYPE("_screen.ActiveForm.activesoralumni") = "N" ;
		AND _screen.ActiveForm.activesoralumni = 1 )
ACTIVATE POPUP mnuactives
>How can I set the mark of a shortcut menu's bar in the bars procedure, depending on the value of a property in the form.
>Example:
> filename: mnuactives.mpr
> code in question:
> SET MARK OF BAR 1 OF mnuactives TO _screen.ActiveForm.activesoralumni
> or
> SET MARK OF 1 TO _screen.ActiveForm.activesoralumni = 0
>
>I don't know if I am on the right track or if its even possible.
>Thanks.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform