Search found 36 matches: adssetrelkeypos

Return to advanced search

Re: Uso de ADS no me funciona

Gracias.
he resuelto mi problema, mi funcion ActivaRdd() queda igual, solo agregue en mi cabecera

REQUEST ADS

EXTERNAL AdsKeyNo, AdsKeyCount, AdsGetRelKeyPos, AdsSetRelKeyPos
EXTERNAL OrdKeyNo, OrdKeyCount, OrdKeyGoTo, OrdKeyRelPos

y listo.

Gracias a todos.
by noe aburto
Sat Sep 21, 2013 10:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Uso de ADS no me funciona
Replies: 5
Views: 1373

Re: Using ADT files - a few questions

... with rddads.lib and ace32.lib. in your souce have put this lines: #include "ads.ch" REQUEST ADS, ADSKeyNo, AdsKeyCount, AdsGetRelKeyPos, AdsSetRelKeyPos rddRegister( "ADS", 1 ) // 1 , 2 , 7 rddsetdefault( "ADS" ) SET(_SET_OPTIMIZE, .t.) SET SERVER LOCAL //AdsSetServerType(1) ...
by norberto
Thu Apr 26, 2012 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using ADT files - a few questions
Replies: 27
Views: 9798

FWH64 y ADS

Existen las libreria de ADS para compilar con FWH64? Donde podemos conseguirlas? Estoy tratando con el ejemplo TESTADS.PRG que viene en el folder FWH64/SAMPLES (modifico el .BAT para usar estas librerias) pero recibo errores del tipo: unresolved external symbol HB_FUN_ADSSETRELKEYPOS ..... ..... ......
by George
Tue Feb 28, 2012 2:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH64 y ADS
Replies: 10
Views: 1810

Re: Harbour Compiler Build Questions ! UPDATED *

... AdsSetDeleted(.t.) AdsLocking(.f.) AdsRightsCheck(.f. ) AdsSetDefault( cPath ) And EXTERN ADSKeyCount, ADSKeyNo, AdsGetRelKeyPos, AdsSetRelKeyPos Plus ADSConnect60, and ADSGetLastError() Here are the ADS errors: rddads.lib(ads1.obj) : error LNK2019: unresolved external symbol _AdsSetDecimals@4 ...
by TimStone
Tue Jun 14, 2011 12:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour Compiler Build Questions ! UPDATED *
Replies: 42
Views: 14130

Re: Empezar con ADS modo local

... el PRG principal poner RddSetDefault("ADS") SET Filetype to ADT Request ADS,ADSKeyCount,ADSKeyNo,OrdKeyCount,OrdKeyNo, AdsGetRelKeyPos, AdsSetRelKeyPos rddRegister( "ADS", 1 ) rddsetdefault( "ADS" ) SET SERVER LOCAL AdsRightsCheck( .F. ) Con esto ya estarías pronto ...
by Ruben Fernandez
Fri Jan 28, 2011 2:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Empezar con ADS modo local
Replies: 26
Views: 8412

Ayuda con ADS, que archivos ? Por Favor SOLUCIONADO

... #include "RDDSYS.ch" #include "ADS.Ch" #include "Ord.Ch" REQUEST ADS,ADSKEYCOUNT,ADSGETRELKEYPOS,ADSKEYNO,ADSSetRelKeyPos,rddsys RDDREGISTER("ADS",1) RDDSETDEFAULT("ADS") SET SERVER LOCAL /*remote*/ SET FILETYPE TO ADI //QUIERO USAR LOS ...
by Ruben Fernandez
Fri Feb 19, 2010 8:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con ADS, que archivos ? Por Favor SOLUCIONADO
Replies: 6
Views: 1006

Erro RDDADS

... Error: Unresolved external 'AdsGetRelKeyPos' referenced from C:\FIVETECH\XHARBOUR\LIB\RDDADS.LIB|ads1 Error: Unresolved external 'AdsSetRelKeyPos' referenced from C:\FIVETECH\XHARBOUR\LIB\RDDADS.LIB|ads1 Error: Unresolved external 'AdsCloseTable' referenced from C:\FIVETECH\XHARBOUR\LIB\RDDADS.LIB|ads1 ...
by jufer
Sun Dec 20, 2009 3:31 pm
 
Forum: All products support
Topic: Erro RDDADS
Replies: 3
Views: 2531

Re: New FTDN April/Abril 2009 (9.04)

... Hash. * Mejora: XBROWSE: - Cuando se utiliza rdd_ads con xbrowse, es necesario declarar los símbolos externos ADSKEYCOUNT, ADSGETRELKEYPOS, ADSSETRELKEYPOS en el código fuente. Ahora xbrowse.ch automáticamente solicita estos símbolos, si xbrowse.ch se incluye después de ads.ch. - Nuevo DATA ...
by Antonio Linares
Fri Apr 10, 2009 6:12 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2009 (9.04)
Replies: 6
Views: 3683

New FTDN April/Abril 2009 (9.04)

... Hash values. * Enhancement: XBROWSE: - When using rdd_ads with xbrowse, it was necessary to declare external symbols ADSKEYCOUNT, ADSGETRELKEYPOS, ADSSETRELKEYPOS in the source code. Now xbrowse.ch automatically requests these symbols, if xbrowse.ch is included after ads.ch. - TXBrowse new DATA ...
by Antonio Linares
Fri Apr 10, 2009 1:20 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2009 (9.04)
Replies: 6
Views: 3683

Some changes in xBrowse, to read, edit a. write OemToAnsi

... ) cAdsKeyNo := "{| n, Self | iif( n == nil, " +; "Round( " + cAlias + ; "->( ADSGetRelKeyPos() ) * Self:nLen, 0 ), "+; cAlias + "->( ADSSetRelKeyPos( n / Self:nLen ) ) ) }" cAdsKeyCount := "{|| " + cAlias + "->( ADSKeyCount(,,1) )}" DEFAULT ::bKeyNo := &cAdsKeyNo ,; ::bKeyCount ...
by ukoenig
Mon Jan 28, 2008 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some changes in xBrowse, to read, edit a. write OemToAnsi
Replies: 0
Views: 710

... time. In some circumstances the time it takes can be prohibitive too. But xbrowse does not use AdsKeyNo(). Instead it uses AdsGetRelKeyPos and AdsSetRelKeyPos functions which are faster versions though approximate. Even on large tables the performance is not bad. ( My experience is with tables ...
by nageswaragunupudi
Sat Jan 12, 2008 8:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TXBrowse - Refresh() - Some Issues
Replies: 5
Views: 1169

... is original FIVEWIN. If you try the demo c:\FWH\samples\testxbrw.prg be sure to uncomment the ADS stuff. //extern AdsKeyCount, AdsGetRelKeyPos, AdsSetRelKeyPos //#command SET SERVER LOCAL => AdsSetServerType ( 1 ) //#command SET SERVER REMOTE => AdsSetServerType ( 2 ) //#command ET FILETYPE ...
by Otto
Wed Dec 19, 2007 6:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Un buen browse para usar en FWH
Replies: 7
Views: 1750

Hola amigos sobre Testxbrw.prg

Hola amigos como estan todos pues, necesito de su ayuda, uso verce 4.30 y fivewin 2.7 y necesito compilar el ejemplo de testxbrw.prg que trae en los samples de fivewin, pero me marca orrores o que archivos me faltan por enlazar Error: Unresolved external '_HB_FUN_ADSSETSERVERTYPE _HB_FUN_ADSSETFILET...
by Susy
Wed Nov 07, 2007 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Hola amigos sobre Testxbrw.prg
Replies: 3
Views: 1328

... //REQUEST DBFCDX,DBFFPT,ORDKEYCOUNT,ORDKEYNO,ORDKEYGOTO,rddsys //_ADS,ADSKEYCOUNT,ADSGETRELKEYPOS,ADSKEYNO,ADSSetRelKeyPos,rddsys,ORDKEYGOTO,; //---------------------------------------------------------------------------// #Include "FiveWin.ch" //---------------------------------------------------------------------------// ...
by jmua
Fri Nov 02, 2007 10:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en FWH10
Replies: 9
Views: 1454

Antonio Linares wrote:Jhon,

Que errores presenta ?



Los erros que presenta son:


error:unresolved external

_HB_FUN_ADSSETSERVERTYPE
_HB_FUN_ADSKEYCOUNT
_HB_FUN_ADSSETFILETYPE
_HB_FUN_ADSGETRELKEYPOS
_HB_FUN_ADSSETRELKEYPOS
_HB_FUN_ADS
by JHON JAIRO VALENCIA DIAZ
Mon May 07, 2007 8:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Antonio linares
Replies: 6
Views: 1572
PreviousNext

Return to advanced search