I defined a menu in my form's init method and it loads fine but how come VFP doesnt initualize the ENABLE/DISABLE of the menu items? BAR defined as....
...
DEFINE BAR 2 OF cd PROMPT "Delete Marked..." ;
KEY ALT+D, "ALT+D";
SKIP FOR .T.
....
the menu shows.... I goto the menu and "Delete Marked..." is not disabled!
if I click it.. THEN it becomes disabled...
kind of lame IMHO
anybody know anyway to fix this?
thanks
DJ [sig][/sig]
...
DEFINE BAR 2 OF cd PROMPT "Delete Marked..." ;
KEY ALT+D, "ALT+D";
SKIP FOR .T.
....
the menu shows.... I goto the menu and "Delete Marked..." is not disabled!
if I click it.. THEN it becomes disabled...
kind of lame IMHO
anybody know anyway to fix this?
thanks
DJ [sig][/sig]