scklifasovskiy
Programmer
hi all,
i have a default right-click menu class(cut,copy,paste).
Now, on one of the forms I execute AddItem to add additional option (Search by)...when u add an item you specify 1-- description 2 -- method to be used... Works wonderfully -- it shows... BUT ... now I want this method to have a parameter (.T./.F.) -- now i have problem -- when I click on my new option my method is executed as was defined (with .F.) -- BUT i need it .F. on initialization but .T. when you actually clicked on this option.
i hope i was clear
i have a default right-click menu class(cut,copy,paste).
Now, on one of the forms I execute AddItem to add additional option (Search by)...when u add an item you specify 1-- description 2 -- method to be used... Works wonderfully -- it shows... BUT ... now I want this method to have a parameter (.T./.F.) -- now i have problem -- when I click on my new option my method is executed as was defined (with .F.) -- BUT i need it .F. on initialization but .T. when you actually clicked on this option.
i hope i was clear