Disable menu item

Mark Smith mark at maseurope.net
Wed Mar 28 19:29:41 EDT 2007


Sorry, that should have been:

put false into resultsExist
repeat for each item i in  
"vmiFld,nvmiFld,cmiFld,vdriFld,aciFld,sriFld,friFld,ariFld,liFld"
   if fld i of card "index" is not empty then put true into resultsExist
end repeat
if resultsExist AND the short name of this cd is "index" then
   enable line 2 of btn "file"
   send mouseUp to button "export" of card "index"
else

etc....

Best,

Mark



More information about the use-livecode mailing list