Hi Enrico. With this code nReturn is 0 (correct) but IMPORTO is -343597384 IMPORTO = "0.00" nReturn = AdsGetDouble(handle, "IMP_FORN", @IMPORTO) msginfo(IMPORTO, str(nReturn)) IMPORTO = "0.00" is not correct. ...
... 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" The nRecord its always N type. Unless bookmarks are used ...
... * HB_ZIPTESTPK() * $CATEGORY$ * Zip Functions * $ONELINER$ * Test pkSpanned zip files * $SYNTAX$ * HB_ZIPTESTPK( <cFile> ) --> <nReturnCode> * $ARGUMENTS$ * <cFile> File to be tested. * $RETURNS$ * <nReturn> A code that tells if the current disk is the last of ...
... The code below is working but a 2. array seems a little time-consuming. FUNCTION Backuploeschen(oBrw) local I := 0 local aTemp := {} local nreturn := 0 For I := 1 to len(aTageSort) aadd( aTemp, { aTageSort[ I ][ 1 ] ,; aTageSort[ I ][ 2 ],; aTageSort[ I ][ 3 ],; aTageSort[ I ][ 4 ],; aTageSort[ ...
... FUNCTION Escape: Directly access a device driver Syntax: Escape( <hDC>, <nEscape>, <cInput>,[ <@cOutPut>] ) --> nReturn Parameters: <hDC> Device context <nEscape> Specifies the escape function to be performed. <cInput> Specifies the Input Data ...
... FWH. Our need is to call a C function in a DLL. The problem we encounter is the Data Type LPLONG is not supported in FWH. So, the following call: nReturn := pp_lfopen( 'test.lf', LFOPEN_NOCACHE, LF_FILE, 'password', nLFhandle ) With the following DLL: DLL32 Function pp_lfopen( filename As LPSTR, ...