Hey there guy
well i wanna know how i need to make to return if a item menu it´s checked ??
i wanna use icon sound is activate or desactivate and i need input something that checked is return .t. or .f.
help ??
Hey there guy
well i wanna know how i need to make to return if a item menu it´s checked ??
i wanna use icon sound is activate or desactivate and i need input something that checked is return .t. or .f.
help ??
Here is an example:
// Check/Uncheck menu item.
MENUITEM oBooked PROMPT "&Booked..." ;
ACTION ( oBooked:SetCheck(!oBooked:lChecked) )
Then you can just look at oBooked:lChecked.
Regards,
James
Thanks very much !!
so simples and very utility
thanks so mych !