Good Morning.
Does anyone know why this error?
"DDE object not propperly initialized!"
When I run the function below it appears:
Until 15:02 this version normal, now when was build in version appeared 15:12 this error.
Any idea?
Thank you.
Does anyone know why this error?
"DDE object not propperly initialized!"
When I run the function below it appears:
function BuildGroup()
local oDde
DEFINE DDE oDde SERVICE "Progman" TOPIC "Progman"
ACTIVATE DDE oDde
oDde:Execute( "[DeleteGroup( SALC )]" )
oDde:Execute( "[CreateGroup( SALC )]" )
* oDde:Execute( "[ShowGroup( SALC, 1 )]" )
oDde:Execute( "[AddItem(" + cTarget + "\SALC.EXE, SALC )]" )
RELEASE DDE oDde
return nilUntil 15:02 this version normal, now when was build in version appeared 15:12 this error.
Any idea?
Thank you.
Contagem/Brazil
FWH/xharbour 15.12/PELLES C, MED, DBF
FWH/xharbour 15.12/PELLES C, MED, DBF