Search found 36 matches: adssetrelkeypos

Return to advanced search

Re: harbour/xharbour appear ADS functions error

With ads.ch and linking rddads.lib I have no unresolved externals. Can I see the batch are you using to compile? I use FWH\samples\Buildx.bat and Buildh.bat Did you uncomment this line? rem echo %hdir%\lib\rddads.lib + >> b32.bc Yes, some error below: Turbo Incremental Link 6.97 Copyright (c)...
by richard-service
Wed Apr 03, 2024 12:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8578

Re: OPen files ADT ADI ADM

See fwh\samples\testads.prg and xbradt.prg where i can found ads.ch ? exist a free ads ? Turbo Incremental Link 6.80 Copyright (c) 1997-2017 Embarcadero Technologies, Inc. Error: Unresolved external '_HB_FUN_ADSSETSERVERTYPE' referenced from C:\WORK\ERRORI\BO_FILE_ADT\OBJ\TEST.OBJ Error: Unresolved...
by Silvio.Falconi
Fri Nov 12, 2021 10:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OPen files ADT ADI ADM
Replies: 9
Views: 850

Con la duda aun, Harbour 3.0.0 ó 3.2.0?

... Error: Unresolved external 'AdsGetRelKeyPos' referenced from I:\HARBOUR\LIB\RDDADS.LIB|ads1 Error: Unresolved external 'AdsSetRelKeyPos' referenced from I:\HARBOUR\LIB\RDDADS.LIB|ads1 Error: Unresolved external 'AdsCloseTable' referenced from I:\HARBOUR\LIB\RDDADS.LIB|ads1 ...
by noe aburto
Tue Aug 25, 2020 6:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Con la duda aun, Harbour 3.0.0 ó 3.2.0?
Replies: 2
Views: 737

uso de ADS y DBFCDX ?

... con el ADS tiene problemas para abrir tales archivos. en mi programa principal tengo: REQUEST ADS EXTERNAL AdsKeyNo, AdsKeyCount, AdsGetRelKeyPos, AdsSetRelKeyPos // --- Activacion de RDD ADS function ActivaRDD() RDDREGISTER("ADS",1) RDDSETDEFAULT("ADS") ADSSETSERVERTYPE(2) ...
by noe aburto
Wed May 22, 2019 9:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: uso de ADS y DBFCDX ?
Replies: 2
Views: 456

Re: xBrowse error on ADS

... hAds, oConn, lOk function main() local cPath := "D:\projects\fwh1706\pos6\LocalDB\POS4.add" EXTERN ADSKeyNo EXTERN ADSKeyCount EXTERN ADSSetRelKeyPos EXTERN ADSGetRelKeyPos AdsSetFileType( ADS_ADT ) lOk := .F. RddRegister("Ads", 1) RddSetDefault("Ads") AdsSetServerType ...
by ryugarai27
Sat Sep 08, 2018 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse error on ADS (SOLVED!)
Replies: 12
Views: 2776

Re: xBrowse error on ADS

Hi Nages,

I have removed the ADSKEYNO error by adding the following EXTERN commands:
EXTERN ADSKeyNo
EXTERN ADSKeyCount
EXTERN ADSSetRelKeyPos
EXTERN ADSGetRelKeyPos

but still the error on xbrowse:ldrag persists.

Best regards,
ryugarai27
by ryugarai27
Sat Sep 01, 2018 6:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse error on ADS (SOLVED!)
Replies: 12
Views: 2776

Listbox strange problem

... #include "fivewin.ch" REQUEST DBFCDX REQUEST DBFFPT REQUEST ADS, ADSKeyno, ADSKeycount, ADSGETRELKEYPOS, ADSSETRELKEYPOS static aSecurity[06] function Main( cComp, cUid ) local oWnd , ; oFont, oFont2, oFont3, oMenu , ; oLbx , ; nSysW := GetSysMetrics(0) ...
by cdmmaui
Wed May 23, 2018 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox strange problem
Replies: 2
Views: 739

Re: lentitud tremenda en red

... es: REQUEST DBFCDX RddSetDefault("DBFCDX") REQUEST OrdKeyNo, OrdKeyCount, OrdKeyGoto REQUEST ADS,ADSKEYCOUNT,ADSGETRELKEYPOS,ADSKEYNO,ADSSetRelKeyPos,rddsys RDDREGISTER("ADS",1) SET SERVER LOCAL AdsSetFileType( ADS_CDX ) AdsLocking( .t. ) AdsRightsCheck( .f. ) un saludo LORENZO
by Loren
Thu Mar 10, 2016 7:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: lentitud tremenda en red
Replies: 20
Views: 5400

Re: xbrowse / ADS failure

... ADSCDX. If you are using Harbour we need to check with xHarbour version also. Surprisingly it appears these functions are working: AdsGetRelKeyPos AdsSetRelKeyPos AdsGetKeyCount Theoretically, these functions also should depend on the index still they work. Interestingly there is AdsGetKeyPos() ...
by TimStone
Wed Oct 28, 2015 10:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse / ADS failure
Replies: 8
Views: 1920

Re: Búsquedas en xBrowse

... En el main ANNOUNCE RDDSYS REQUEST ADS, HB_Lang_ESWIN, HB_CODEPAGE_ESWIN, ; ADSKeyCount,ADSKeyNo,OrdKeyCount,OrdKeyNo,AdsGetRelKeyPos,AdsSetRelKeyPos,DBFCDX,DBFFPT luego HB_LangSelect( "ESWIN" ) HB_SetCodePage( "ESWIN" ) el xBrowse REDEFINE XBROWSE ::oLstArt ID ...
by MarioG
Wed Oct 28, 2015 12:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Búsquedas en xBrowse
Replies: 2
Views: 530

Re: problema con xbrowser

... ADSCDX. If you are using Harbour we need to check with xHarbour version also. Surprisingly it appears these functions are working: AdsGetRelKeyPos AdsSetRelKeyPos AdsGetKeyCount Theoretically, these functions also should depend on the index still they work. Interestingly there is AdsGetKeyPos() ...
by nageswaragunupudi
Fri May 01, 2015 3:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema con xbrowser
Replies: 17
Views: 4958

Re: App quits on error without showing error Windows 7

... Previously I just needed Request ADS, DBFCDX But I found that I had to add the following to keep my app from crashing. external adsgetrelkeypos, ADSSetRelKeyPos, ADSKeyCount I don't know why upgrading Fivewin would have affected my RDD functions. Earlier, we had to include "xbrowse.ch" ...
by nageswaragunupudi
Sun Mar 08, 2015 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: App quits on error without showing error Windows 7
Replies: 12
Views: 2742

Re: App quits on error without showing error Windows 7

... Previously I just needed Request ADS, DBFCDX But I found that I had to add the following to keep my app from crashing. external adsgetrelkeypos, ADSSetRelKeyPos, ADSKeyCount I don't know why upgrading Fivewin would have affected my RDD functions.
by Gale FORd
Thu Mar 05, 2015 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: App quits on error without showing error Windows 7
Replies: 12
Views: 2742

Error: Unresolved external

... Error: Unresolved external 'AdsGetRelKeyPos' referenced from C:\PIETER\XHARBOUR1 23\LIB\RDDADS.LIB|ads1 Error: Unresolved external 'AdsSetRelKeyPos' referenced from C:\PIETER\XHARBOUR1 23\LIB\RDDADS.LIB|ads1 Error: Unresolved external 'AdsCloseTable' referenced from C:\PIETER\XHARBOUR123 ...
by pieter
Thu Feb 19, 2015 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error: Unresolved external
Replies: 9
Views: 2404

Re: ADS and time fields

... // Para ordenación, requiere CodePage.lib REQUEST DBFCDX, DBFFPT Request ADS,ADSKeyCount,ADSKeyNo,OrdKeyCount,OrdKeyNo, AdsGetRelKeyPos, AdsSetRelKeyPos RddRegister( "ADS", 1 ) RddSetDefault( "ADS" ) adsSetServerType( 1 ) // ó ADS_LOCAL_SERVER //setting up the file ...
by MOISES
Fri Nov 21, 2014 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS and time fields [done]
Replies: 6
Views: 1131
Next

Return to advanced search