Search found 39 matches: adssetfiletype

Return to advanced search

Con la duda aun, Harbour 3.0.0 ó 3.2.0?

... "ADS",1 ) HB_LangSelect( "ESWIN" ) HB_SetCodePage( "ESWIN" ) RddSetDefault( "ADS" ) AdsSetCharType( 1 ) AdsSetFileType( 3 ) AdsRightsCheck( FALSE ) AdsLocking( FALSE ) return NIL No se que tenga mal. Mi pregunta: debo usa Harbour 3.0 ó 3.2, para fwh 20.06 ...
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

Re: xBrowse error on ADS

... 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 lOk = ADSConnect60( ...
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: lentitud tremenda en red

... 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: 5376

Re: testads.prg

It should be RDDSetDefault( "ADS" )
"ADT" is AdsSetFileType( ADS_ADT )
Code: Select all  Expand view
RDDSetDefault( "ADT" )


Why don't you continue try ADO or ADORDD? I'm trying to move to SQL as your post.
by dutch
Wed Jun 17, 2015 9:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: testads.prg
Replies: 9
Views: 1812

Re: Uso de Diccionario de Datos ADS y tablas libres

... Local cRutha cRutha := Rutha ********* NUEVO ********* rddRegister( "ADS", 2 ) rddsetdefault( "ADS" ) AdsSetServerType( 7 ) AdsSetFileType( 3 ) AdsRightsCheck(.F.) ************************* xDic= cRutha+"\dicciona.add" cUsua="Usario" pClave="ClaveUsua" ...
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: 6696

Re: ADS and time fields

Marcelo,

Thanks, but DBFS support this data type field, "T", so DBFS via ADS should also support it.

When changing adsSetFileType to ADSADI, how can I create a table with the timestamp field please?.
by MOISES
Fri Nov 21, 2014 2:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS and time fields [done]
Replies: 6
Views: 1111

Re: ADS and time fields

... RddRegister( "ADS", 1 ) RddSetDefault( "ADS" ) adsSetServerType( 1 ) // ó ADS_LOCAL_SERVER //setting up the file types adsSetFileType( ADS_CDX ) // resto de sets AdsRightsCheck( .F. ) SET DELETED ON aStruct := { { "NAME", "C", 15, 0 },; { "DATE", ...
by MOISES
Fri Nov 21, 2014 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS and time fields [done]
Replies: 6
Views: 1111

No me deja crear un index en ADS via Internet.

... ADSKeyCount, ADSKeyNo, OrdKeyCount, OrdKeyNo RddRegister("ADS",1) RddSetDefault("ADS") AdsRightsCheck(.F.) AdsSetServerType(4) AdsSetFileType(2) cRuta := "\\187.xxx.xxx.xxx:2000\Base\cs.add" AdsConnect60(cRuta,4,"demo","demo01") Esta es la configuración ...
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

Re: Advantage

... * * 1 - DBF - NTX - DBT * 2 - DBF - CDX - FPT * 3 - ADI - ADT - ADM *********************************************************************** AdsSetFileType(2) */
by postinelli
Wed May 14, 2014 5:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Advantage
Replies: 2
Views: 615

Re: ADS error en apertura de DBF con alias

please use RddSetDefault("ADS") and AdsSetFileType( ADS_CDX ) FUNCTION Main_Configurar()   LOCAL cPath      := Upper( CurDrive() + ":\" + CurDir() )   LOCAL lContinuar := ...
by carlos vargas
Sat Mar 01, 2014 9:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADS error en apertura de DBF con alias
Replies: 13
Views: 1667

Re: Para Actualizar FiveWin

Hola que tal, checando las versiones y todo lo demas ahora me aparecen los siguientes errores Error: Unresolved external '_HB_FUN_ADSSETSERVERTYPE' referenced from C:\DOCUMENTS AND SETTINGS\ADMIN\ESCRITORIO\COBRANZA\INICIAL.OBJ Error: Unresolved external '_HB_FUN_ADSSETFILETYPE' referenced from C:\D...
by jesus zamilpa
Tue May 21, 2013 12:01 am
 
Forum: FiveWin para CA-Clipper
Topic: Para Actualizar FiveWin
Replies: 8
Views: 5497

Re: Using ADT files - a few questions

... 1 ) // 1 , 2 , 7 rddsetdefault( "ADS" ) SET(_SET_OPTIMIZE, .t.) SET SERVER LOCAL //AdsSetServerType(1) SET FILETYPE TO ADT //AdsSetFileType(3) you can create your databases with arc32. norberto
by norberto
Thu Apr 26, 2012 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using ADT files - a few questions
Replies: 27
Views: 9762

Re: slow xBrowse and ADS/AIS via Internet

Dear Frances, Thank you very much for helping me. I have set up adsSetFileType( ADS_CDX ) But if I use and open the file in local mode, index are .idx. In remote server with Data Dictionary via Internet, they are .cdx!!. It is strange. Do you experiment ...
by fraxzi
Thu Mar 15, 2012 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: slow xBrowse and ADS/AIS via Internet
Replies: 12
Views: 4285

Re: slow xBrowse and ADS/AIS via Internet

Dear Frances,

Thank you very much for helping me.

I have set up adsSetFileType( ADS_CDX )

But if I use and open the file in local mode, index are .idx. In remote server with Data Dictionary via Internet, they are .cdx!!.

It is strange. Do you experiment this behaviour?.

Thanks again.
by lucasdebeltran
Thu Mar 15, 2012 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: slow xBrowse and ADS/AIS via Internet
Replies: 12
Views: 4285

Re: slow xBrowse and ADS/AIS via Internet

... are .idx. But in Internet mode with AIS indexes are .cdx. The code is the same. Why this difference?. Thank you. Dear Lucas, You need to set AdsSetFileType( ADS_CDX ) if you want .cdx or an expression on your index indicating the orderbag.. these vars are to consider from ads.ch /* Supported ...
by fraxzi
Thu Mar 15, 2012 1:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: slow xBrowse and ADS/AIS via Internet
Replies: 12
Views: 4285
Next

Return to advanced search

cron