Search found 57 matches: rddregister

Return to advanced search

Re: ADO RDD xHarbour

... in previous post. I've proceed with the changes posted after because I always get an error . I'm trying to work first with dbf files like this. RddRegister("ADORDD",1) RddSetDefault("ADORDD") sele 0 use "whatever" shared Browse() I dont know if indexes work now. ...
by AHF
Tue Mar 10, 2015 5:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447069

Re: Errores al compilar fwh64 14.12 link.log

Yessica, ¿ donde has conseguido era librería ? Si tienes el fichero ace64.dll, se puede generar ace64.lib a partir de ella Gracias Antonio, mira ya generé el ace64.lib, tome su .dll del Advantage que tengo actualmente, ya no me marca error aquí, sigo sin poder generar el .EXE, al mirar el fichero l...
by Yessica
Thu Feb 19, 2015 3:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Errores al compilar fwh64 14.12 link.log
Replies: 4
Views: 377

Re: Uso de Diccionario de Datos ADS y tablas libres

... Main()   LOCAL afiles    SetMode(25,80)      //25 lines by 80 columns console   rddRegister( "ADS", 1 )       rddSetDefault( "ADS" )   adsSetServerType( ADS_LOCAL_SERVER )   //NON-compatible ...
by Yessica
Fri Jan 30, 2015 4:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Uso de Diccionario de Datos ADS y tablas libres
Replies: 22
Views: 6721

Re: ADS and time fields

... 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 types adsSetFileType( ...
by MOISES
Fri Nov 21, 2014 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS and time fields [done]
Replies: 6
Views: 1113

No me deja crear un index en ADS via Internet.

... pero al crear un indice me manda el error Error ADSADT/5004 Create error: temp39965. REQUEST ADS, ADSKeyCount, ADSKeyNo, OrdKeyCount, OrdKeyNo RddRegister("ADS",1) RddSetDefault("ADS") AdsRightsCheck(.F.) AdsSetServerType(4) AdsSetFileType(2) cRuta := "\\187.xxx.xxx.xxx:2000\Base\cs.add" ...
by Alex.Salas
Mon Aug 18, 2014 4:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No me deja crear un index en ADS via Internet.
Replies: 4
Views: 661

Uso de ADS no me funciona

... respecto a ADS: en mi programa define al inicio del mismo: EXTERNAL ADS posteriormente, ajecuto la funcion function ActivaADS() //resquest _ADS// RDDREGISTER("ADS",1) RDDSETDEFAULT("ADS") ADSSETSERVERTYPE(2) ADSLOCKING(.T.) ADSRIGHTSCHECK(.F.) request ADSKEYNO,ADSKEYCOUNT return ...
by noe aburto
Fri Sep 20, 2013 10:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Uso de ADS no me funciona
Replies: 5
Views: 1366

Uso de ADS no me funciona

... respecto a ADS: en mi programa define al inicio del mismo: EXTERNAL ADS posteriormente, ajecuto la funcion function ActivaADS() //resquest _ADS// RDDREGISTER("ADS",1) RDDSETDEFAULT("ADS") ADSSETSERVERTYPE(2) ADSLOCKING(.T.) ADSRIGHTSCHECK(.F.) request ADSKEYNO,ADSKEYCOUNT return ...
by noe aburto
Fri Sep 20, 2013 10:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Uso de ADS no me funciona
Replies: 0
Views: 563

Request _ADS?

... external '_HB_FUN__ADS' referenced from C:\AUTOSYS\PRGS\FUN\AUTOSYS.LIB|MAUFUNC // --- Activacion de RDD ADS function ActivaRDD() request _ADS RDDREGISTER("ADS",1) RDDSETDEFAULT("ADS") ADSSETSERVERTYPE(2) ADSLOCKING(.T.) ADSRIGHTSCHECK(.F.) request ADSKEYNO,ADSKEYCOUNT return ...
by noe aburto
Fri Sep 06, 2013 9:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Request _ADS?
Replies: 5
Views: 835

Lib de xH rddADS, donde?

saludos foro.

Con la version de xH 123, ahora donde o como sustituyo la lib rddads, necesarias para:

request _ADS
RDDREGISTER("ADS",1)
RDDSETDEFAULT("ADS")
ADSSETSERVERTYPE(7)
ADSLOCKING(.F.)
request ADSKEYNO,ADSKEYCOUNT

gracias.
by noe aburto
Wed Sep 04, 2013 5:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lib de xH rddADS, donde?
Replies: 8
Views: 1201

Lib de xH rddADS, donde?

saludos foro.

Con la version de xH 123, ahora donde o como sustituyo la lib rddads, necesarias para:

request _ADS
RDDREGISTER("ADS",1)
RDDSETDEFAULT("ADS")
ADSSETSERVERTYPE(7)
ADSLOCKING(.F.)
request ADSKEYNO,ADSKEYCOUNT

gracias.
by noe aburto
Wed Sep 04, 2013 5:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lib de xH rddADS, donde?
Replies: 0
Views: 279

Re: FiveTech's FiveWeb (free up to version 1.0)

... function Main() local cFile:="" , gtext:="" , AdsHandle , str_conn:="" REQUEST ADS rddRegister( "ADS", 1 ) rddsetdefault( "ADS" ) SET SERVER REMOTE str_conn:="\\84.65.128.144:6262\C$\DBTEST\DATATEST.ADD" ...
by giuliano
Tue Oct 30, 2012 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveTech's FiveWeb (free up to version 1.0)
Replies: 119
Views: 23738

Re: Using ADT files - a few questions

... 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) SET FILETYPE ...
by norberto
Thu Apr 26, 2012 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using ADT files - a few questions
Replies: 27
Views: 9777

Re: FWH HbSix DBF/NSX/SMT File Management

... LOCAL x, aDbf[0] LOCAL DBFPass := 'bogus' * FIELD P_NO SET CENT ON SET DATE TO BRITISH SET EPOCH TO 1980 SET DELETED ON REQUEST DBFNSX,DBFSMT RDDREGISTER( "DBFNSX" , 1 ) RDDSETDEFAULT( "DBFNSX" ) Sx_AutoOpen(.F.) aSize( aDbf, 0 ) aAdd(aDbf,{"P_NO" ,"C",05,0 ...
by RiazKhan
Mon Mar 05, 2012 11:00 am
 
Forum: Utilities / Utilidades
Topic: FWH HbSix DBF/NSX/SMT File Management
Replies: 6
Views: 3011

FWH HbSix DBF/NSX/SMT File Management

... with password. So in general I have DBF-Database Files/NSX-Index Files/SMT-Memo Files My request in the Main prg is as follows : REQUEST DBFNSX RDDREGISTER( "DBFNSX" , 1 ) RDDSETDEFAULT( "DBFNSX" ) Sx_AutoOpen(.F.) This function SX_MemoExt() return ".SMT" The files ...
by RiazKhan
Thu Mar 01, 2012 1:06 pm
 
Forum: Utilities / Utilidades
Topic: FWH HbSix DBF/NSX/SMT File Management
Replies: 6
Views: 3011

Re: Harbour Compiler Build Questions ! UPDATED *

... I don't call most of those, but they apparently are called as a result of what the few I do use. My calls are: // ADS Server settings REQUEST ADS rddRegister( "ADS", 1 ) rddsetdefault( "ADS" ) AdsSetServerType( nServer ) // 7 ) AdsSetFileType(ADS_CDX) AdsSetDeleted(.t.) AdsLocking(.f.) ...
by TimStone
Tue Jun 14, 2011 12:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour Compiler Build Questions ! UPDATED *
Replies: 42
Views: 14001
PreviousNext

Return to advanced search