Search found 46 matches: adsgetrelkeypos

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: 8423

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: 838

Con la duda aun, Harbour 3.0.0 ó 3.2.0?

... I:\HARBOUR\LIB\RDDADS.LIB|ads1 Error: Unresolved external 'AdsSetScope' referenced from I:\HARBOUR\LIB\RDDADS.LIB|ads1 Error: Unresolved external 'AdsGetRelKeyPos' referenced from I:\HARBOUR\LIB\RDDADS.LIB|ads1 Error: Unresolved external 'AdsSetRelKeyPos' 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: 731

uso de ADS y DBFCDX ?

... un proveedor y 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: 453

Re: xBrowse error on ADS

... 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 ( 1 ) // local ...
by ryugarai27
Sat Sep 08, 2018 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse error on ADS (SOLVED!)
Replies: 12
Views: 2736

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: 2736

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 := ...
by cdmmaui
Wed May 23, 2018 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox strange problem
Replies: 2
Views: 728

Re: funciones de FWH y Harbour en un archivo .txt

... ADSGetAOF()->cFilter ADSGetAOFnoOpt()->cFilterFragment ADSGetAOFoptLevel()->nOptimizationLevel ADSGetRelKeyPos([<xTag>])->nKeyPos ADSIsRecordInAOF([<nRecNo>])->lSatisfiesFilter ADSKeyCount([<xTag>],<cIgnoredIndexFile>,[<nFilterOption>])->nKeyCount ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5710

Re: funciones de FWH y Harbour en un archivo .txt

... AddMonth ADel ADir ADSBlob2File ADSClearAOF ADSCustomizeAOF AdsDDRemoveTable ADSEvalAOF ADSFile2Blob ADSGetAOF ADSGetAOFnoOpt ADSGetAOFoptLevel ADSGetRelKeyPos ADSIsRecordInAOF ADSKeyCount ADSKeyNo ADSLocking ADSRefreshAOF ADSRightsCheck ADSSetAOF ADSStmtSetTableReadOnly AEval AFields AFill ...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5710

Re: lentitud tremenda en red

... en el PRG principal 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( ...
by Loren
Thu Mar 10, 2016 7:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: lentitud tremenda en red
Replies: 20
Views: 5376

Re: xbrowse / ADS failure

... were using 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 ...
by TimStone
Wed Oct 28, 2015 10:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse / ADS failure
Replies: 8
Views: 1915

Re: Búsquedas en xBrowse

... y tengo estas declaraciones: 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 ...
by MarioG
Wed Oct 28, 2015 12:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Búsquedas en xBrowse
Replies: 2
Views: 526

Re: preguntita enlazado de funciones en C

¿Por que no os parece bien lo de la lib?

Recordar que si una funcion de una lib no se referencia, no se enlaza. Para forzarlo se inventó el REQUEST. Recordad que XBrowse con ADS fallaba si no haciamos el REQUEST de ADSGetRelKeyPos() y ADSKeyCount(), el caso de Elvira sería justo lo contrario, no?
by Carlos Mora
Wed May 06, 2015 3:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: preguntita enlazado de funciones en C
Replies: 6
Views: 961

Re: problema con xbrowser

... were using 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 ...
by nageswaragunupudi
Fri May 01, 2015 3:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema con xbrowser
Replies: 17
Views: 4930

Re: App quits on error without showing error Windows 7

... any error message. 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: 2726
Next

Return to advanced search