Hello!
After I removed ADS Local server (7.1) and it associated files and then install ADS Local server (8.1)... I encountered this strange problem...
here's the code...
the above code works perfectly with both 7.1 and 8.1 BUT...
dbEval >> DOES NOT WORK WITH 8.1 ....Apps closes without any message even within begin..sequence construct..
Doe not even work too!
Any pointer?
Regards,
After I removed ADS Local server (7.1) and it associated files and then install ADS Local server (8.1)... I encountered this strange problem...
here's the code...
hADS := 0
cCurrentRDD := 'ADS'
lADSServer_OK := ADSConnect60( aIni[ cDATABASEPATH ], aIni[ nCONNECTTYPES ], 'user', '***')
If lADSServer_OK
hADS := AdsGetConnectionHandle()
Request ADS
rddRegister( cCurrentRDD, 1 )
rddsetdefault( cCurrentRDD )
Extern ADSKeyNo
Extern ADSKeyCount
Extern ADSSetRelKeyPos
Extern ADSGetRelKeyPos
AdsSetFileType( ADS_CDX )
AdsSetCharType("OEM")
AdsLocking( .T. )
AdsSetDateFormat( "MM.DD.YYYY" )
AdsSetEpoch( 1930 )
AdsSetDeleted( .F. )
//
DBSelectArea( 1 )
dbUseArea(.T., cCurrentRDD, 'RESPON', 'RE', .T., .F.)
IF !NetErr()
RE->( OrdSetFocus('RespNam') )
ELSE
cTableErrors += 'RESPON Table ' + CRLF
END
//the above code works perfectly with both 7.1 and 8.1 BUT...
RE->( dbEval( {|| AAdd( aListBox_RESPONSIBILITY, {RE->RESPCOD,RE->RESPNAM} ) } ))dbEval >> DOES NOT WORK WITH 8.1 ....Apps closes without any message even within begin..sequence construct..
MsgInfo(RE->RESPNAM)Doe not even work too!
Any pointer?
Regards,
Kind Regards,
Frances
Fivewin for xHarbour v18.07
xHarbour v1.2.3.x
BCC 7.3 + PellesC8 ( Resource Compiler only)
ADS 10.1 / MariaDB
Crystal Reports 8.5/9.23 DE
xMate v1.15
Frances
Fivewin for xHarbour v18.07
xHarbour v1.2.3.x
BCC 7.3 + PellesC8 ( Resource Compiler only)
ADS 10.1 / MariaDB
Crystal Reports 8.5/9.23 DE
xMate v1.15