Get this error:
Error description: Error BASE/1004 No exported method: GETBTNTOP
Program works fine if I compile the prg alone using buildh.
When I link with other prgs using rmk file I get the above message.
Not a clue as to problem. Makes no sense.
if i comment out code in the prg links perfectly using rmk file.
Here is my code.
DEFINE BUTTONBAR oBar2 SIZE 76.5 ,36.25 3D OF OWND1
DEFINE BUTTONBAR oBar3 SIZE 78.5 ,36.25 3D OF OWND1
DEFINE BUTTONBAR oBar4 SIZE 78.5 ,36.25 3D OF OWND1
DEFINE BUTTONBAR oBar1 SIZE 69.75,38 _3DLOOK OF oWnd1 COLOR CLR CYAN
DEFINE BUTTON of oBar1 TOOLTIP " Selected financial analysis:"+CRLF+;
" Business valuation. "+CRLF+ ;
" Sensitivity analysis. "+CRLF+ ;
" Annual ratios. "+CRLF+ ;
" Monthly ratios. "+CRLF+ ;
" Z score. "+CRLF+ ;
" Currency converter. " ;
ACTION (SelBar(oBar2,oBar,oBar3))