Today I recompiled h_grid.prg (after changing _HMG_INPLACEEDIT return codes and changing path in MAKEHMG.BAT to my hmg installation path, ie., C:\HMGG300).
But, I again I found problem with my existing project, which I sent to you. I assume may be I compiled the HMG source code wrongly.
Date:13/01/2010 Time: 10:06:31
Error BASE/1066 Argument error: conditional
Called from _HMG_GRIDINPLACEKBDEDIT_2(1722)
Called from EVENTS(1735)
Called from _DOMESSAGELOOP(0)
Called from _ACTIVATEWINDOW(4560)
Called from DOMETHOD(7277)
Called from ATTEN(17)
Called from (b)MAIN(86)
Called from _DOCONTROLEVENTPROCEDURE(4872)
Called from EVENTS(1328)
Called from _DOMESSAGELOOP(0)
Called from _ACTIVATEWINDOW(4514)
Called from MAIN(108)
Now, I am sending a small sample also:
DynamicColor.zip
Please select 2nd column and select a value from the comobox. Now go to another row. Then press enter or dbl-click on the 1st column.
Thanks in advance.
With best regards.
Sudip
It is working now. The fix is the one That I've indicated you (add a .f. to all return statements without a value in _hmg_gridinplaceedit function and recompile the library).