Syntax Question
Posted: Tue Feb 23, 2016 8:46 pm
Hi All
I am a retired database application software developer who started with Clipper 5 many years ago and now dividing my time between software and hardware development. I am working on an Engineers Workbench and noted what appears to be an unusual behaviour in HMG3.4.2 so perhaps someone can clarify please. If I use the following button code in my program the program will compile with no errors and produce an executable but the button code will not work. If I replace the missing semicolon on line 3 then all is well and it works correctly. Is this what I should expect?
@ 140, 20 Button BtnCalculate;
Caption 'Calculate' ;
picture '' // missing semicolon!
Action (Bias_Calc())
Many thanks for an excellent product and I am just getting to grips with the debugger.
Bob
I am a retired database application software developer who started with Clipper 5 many years ago and now dividing my time between software and hardware development. I am working on an Engineers Workbench and noted what appears to be an unusual behaviour in HMG3.4.2 so perhaps someone can clarify please. If I use the following button code in my program the program will compile with no errors and produce an executable but the button code will not work. If I replace the missing semicolon on line 3 then all is well and it works correctly. Is this what I should expect?
@ 140, 20 Button BtnCalculate;
Caption 'Calculate' ;
picture '' // missing semicolon!
Action (Bias_Calc())
Many thanks for an excellent product and I am just getting to grips with the debugger.
Bob