I do initialize the button and can see it but the eep does not fire.
I noticed that the cut and paste did not do any justice on my code.
Here it is reformatted.
CREATEOBJECT bitbtn 'ceditunitbtn' 'RBASE_FORM' 345 525 96 41
SET VAR vquote = (CVAL('QUOTES'))
SET VAR vcommand1 TEXT = +
('PROPERTY rbase_form_action editviewunit '&vquote&' '&vquote&';RETURN')
PROPERTY ceditunitbtn 'Custom_EEP->OnClickEEP' .vcommand1
PROPERTY ceditunitbtn init true
PROPERTY ceditunitbtn caption 'Edit/View a Unit'
Dan Goldberg