Page 3 of 3

Re: HMG 3.0 FORUM TEST XV

Posted: Wed Jan 13, 2010 2:34 pm
by Roberto Lopez
esgici wrote:Hi Rathi

AFAIK "LINES" is a reserved word for Browse and Grid.

So, you don't have use it as an identifier, IMHO.

Regards

--

Esgici
As I've said in the previous post, the problem is with DRAW command.

Browse and Grid uses #command directive, so to be translated by preprocessor, the line MUST start with such word (ie: LINES).

Re: HMG 3.0 FORUM TEST XV

Posted: Wed Jan 13, 2010 2:39 pm
by esgici
Thanks for clarification Maestro :D

Best Regards

--

Esgici

Re: HMG 3.0 FORUM TEST XV

Posted: Wed Jan 13, 2010 9:21 pm
by Roberto Lopez
sudip wrote:Thanks Friend Rathi :)

Hello Master Roberto,

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. :)

Code: Select all

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).