Re: REALLY IMPORTANT: is anyone interested in HMG4 ?
Posted: Wed Oct 12, 2011 7:16 pm
Hi Rathinagiri
After a brief and quickly check, I found many compiler error. Here some examples and my mod marked L3W
other type of error are
and the other type
I can't compile your example
After a brief and quickly check, I found many compiler error. Here some examples and my mod marked L3W
Code: Select all
#include "hmg.ch"
#include "dbstruct.ch"
#include "hbqtgui.ch" //L3W
MEMVAR oDB //L3W
MEMVAR oDB1 //L3W
MEMVAR cTableName //L3W
MEMVAR cNewTable //L3W
MEMVAR lOpened //L3W
MEMVAR sql1
Function Main
hmg3( .t. )
HbQt_ErrorSys()
PUBLIC sql1 := nil //L3WCode: Select all
sql1.center() //L3W
sql1.activate() //L3WCode: Select all
function browsefordbf
local fname //L3W := sql1.dbfname.value
local structarr //L3W := {}