Antonio,
How can I get the complete file name of an open area?
I need this to COPY TO.
#include "dbinfo.ch"
dbInfo(DBI_FULLPATH)
ALLTRIM(STR(nRecord,0))
MSGINFO("Relations in ADO SQL with record number are not allowed! See adordd.prg")
nReturn := ADO_GOTO( aRelInfo[ UR_RI_CHILD ], uResult ) //-> uResult is type "C"
DbCreate( "table1;"+cPath+"\test2.mdb", ....
DbCreate( "table2;"+cPath+"\test2.mdb",...
Code:
ALLTRIM(STR(nRecord,0))
This code produces a error! STR with len 0 is not allowed?
In some cases the parameter nRecord ist from type "C" and a runtime-error is displayed if following code in adordd.prg is called from tryadordd.prg:
Code:
MSGINFO("Relations in ADO SQL with record number are not allowed! See adordd.prg")
nReturn := ADO_GOTO( aRelInfo[ UR_RI_CHILD ], uResult ) //-> uResult is type "C"
Little correction: The right text in STATIC FUNCTION ADO_RELEVAL( nWA, aRelInfo ) is "allowed"
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: cmsoft and 52 guests