HMG 3.0 FORUM TEST XV

HMG announcements; Latest HMG-related news, releases, fixes and updates.

Moderator: Rathinagiri

User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG 3.0 FORUM TEST XV

Post 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).
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG 3.0 FORUM TEST XV

Post by esgici »

Thanks for clarification Maestro :D

Best Regards

--

Esgici
Viva INTERNATIONAL HMG :D
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG 3.0 FORUM TEST XV

Post 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).
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
Post Reply