Search found 234 matches: rddsetdefault

Return to advanced search

LETODB - ABRIR o CONSULTAR BASES REMOTAS SHARED

... FUNCTION Consultar() local cServer:= '//190.108.228.106:2812' local aInfo :={},aDir:={} dbcloseall() RDDSETDEFAULT("LETO") if LETO_CONNECT(cServer,'Invitado','invitado') == -1 MsgInfo("No se puede conectar con la Sucursal Remota","Reintente ...
by mterraz
Thu Dec 28, 2023 4:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: LETODB - ABRIR o CONSULTAR BASES REMOTAS SHARED
Replies: 3
Views: 372

Error con FW_OpenRecordSet

... 10, 0 }, ; { "Interna " , "c", 1, 0 }, ; { "Finalizada " , "D", 8, 0 } ; } ) clos data */ REQUEST DBFCDX RDDSETDEFAULT( "DBFCDX" ) /* dbcreate( ".\prueba", { { "id" , "n", 8, 0 }, ; { "Cliente " , "n", ...
by jpcavagnaro
Tue Dec 19, 2023 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error con FW_OpenRecordSet
Replies: 2
Views: 288

Re: lIncrFilter + MDI

... //----------------------------------------------------------------------------// function Main() local oWnd, oBar SET DATE ITALIAN SET CENTURY ON RDDSETDEFAULT( "DBFCDX" ) DEFINE WINDOW oWnd MDI DEFINE BUTTONBAR oBar OF oWnd SIZE 45,45 2007 DEFINE BUTTON OF oBar PROMPT "TEST" ...
by cpheraclio
Sun Jun 04, 2023 11:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: lIncrFilter + MDI
Replies: 4
Views: 369

Re: identify Type of DBF

Sorry Jimmy, I honestly didn't understand your question. Are you referring to this? Explain better, please.

https://vivaclipper.wordpress.com/2013/07/17/c5_rddsetdefault/

https://vivaclipper.wordpress.com/2013/07/25/clipper-5-x-drivers-guide/

Regards, saludos.
by karinha
Tue May 02, 2023 6:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: identify Type of DBF
Replies: 5
Views: 315

DBF REDE/WEB WINDOWS 7/10/11

... PUBLIC cPasta PUBLIC cServer PUBLIC cCOMP cPasta := ".\dados" cServ := Space(1) cCOMP := "01/2021" // Space(7) REQUEST LETO RDDSETDEFAULT( "LETO" ) IF IsExeRunning( "letodb.exe" ) RETURN MsgStop( "O programa servidor já está aberto neste computador!", ...
by wanderson8
Sun Jan 08, 2023 3:10 pm
 
Forum: All products support
Topic: DBF REDE/WEB WINDOWS 7/10/11
Replies: 0
Views: 9363

Re: DBT ->FPT

Silvio..

You may have to set

RDDSetDefault( "DBFNTX" )
or
RDDSetDefault( "DBFCDX" )
or
use database via "DBFNTX"
by Marc Venken
Sat Nov 27, 2021 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBT ->FPT
Replies: 5
Views: 378

Harbour y MySQL - tildes y eñes

... off set wrap on set date french set date format 'dd/mm/yyyy' set century on Request DBFCDX, DBFFPT, OrdCreate, OrdKeyCount, OrdKeyNo, OrdKeyGoto RddSetDefault( 'DBFCDX') set deleted on set autopen off set exclusive on Set optimize on cursorwait() readinsert( .t. ) SetBalloon( .T. ) setresdebug( ...
by José
Tue Nov 23, 2021 4:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour y MySQL - tildes y eñes
Replies: 14
Views: 1645

Re: Administrator operations

... GetInstance() )) + "2013\dbf\" cExePath:= cFilePath(GetModuleFileName( GetInstance() )) * SET DEFAULT TO &cDbfPath RddSetDefault( "DBFCDX" ) DEFINE DIALOG oDlt RESOURCE "Dlg_Tmp" //FONT oWnd:oFont REDEFINE SAY PROMPT "Verificando utenti..." ...
by Silvio.Falconi
Mon Jun 07, 2021 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Administrator operations
Replies: 2
Views: 369

Re: create a function with Tdatabase

... had the option to open all the indexes automatically when the DBF is opened. And as I understand it, NTXs can now do that also. REQUEST DBFCDX rddsetdefault( "DBFCDX" ) SET EXCLUSIVE OFF SET(_SET_AUTOPEN, .T. ) yes I knew it but it happens that in my application there is a function ...
by Silvio.Falconi
Thu Apr 29, 2021 8:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a function with Tdatabase
Replies: 7
Views: 1172

Re: create a function with Tdatabase

Sivio,

Maybe you didn't know that CDXs have always had the option to open all the indexes automatically when the DBF is opened. And as I understand it, NTXs can now do that also.

REQUEST DBFCDX
rddsetdefault( "DBFCDX" )
SET EXCLUSIVE OFF
SET(_SET_AUTOPEN, .T. )
by James Bott
Wed Apr 28, 2021 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a function with Tdatabase
Replies: 7
Views: 1172

Re: Consulta usando ADS Server

buenas tardes esto tengo al inicio de mi programa de ads server function main() REQUEST ADS RDDREGISTER("ADS",1) RDDSETDEFAULT('ADS') //SET SERVER LOCAL SET SERVER REMOTE SET FILETYPE TO NTX ADSLocking( .t. ) //con esto no te da el error que mencionas porque el motor deja ...
by wilsongamboa
Mon Mar 01, 2021 10:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta usando ADS Server
Replies: 7
Views: 523

Re: Same DBF with Harbour / xHarbour applications

Yes yes I use it with both, I have not found any problem. I use this config REQUEST DBFCDX rddsetdefault( "dbfcdx" ) REQUEST DBFFPT SET DBFLOCKSCHEME TO 2 // clp53 REQUEST HB_LANG_IT HB_LANGSELECT( 'IT' ) #ifndef __XHARBOUR__ request HB_CODEPAGE_ITWIN set( ...
by Maurizio
Fri Jan 15, 2021 1:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Same DBF with Harbour / xHarbour applications
Replies: 3
Views: 448

Con la duda aun, Harbour 3.0.0 ó 3.2.0?

... de adsXXXX. la lib ace32,lib solo biene en la Harbour 3.2 al inicio de mi app incluyo: function ActivaRDD() *RDDREGISTER("ADS",1) *RDDSETDEFAULT("ADS") *ADSSETSERVERTYPE(2) *ADSLOCKING(.T.) *ADSRIGHTSCHECK(.F.) RDDREGISTER( "ADS",1 ) HB_LangSelect( "ESWIN" ...
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: 726

Refrescar controles en folderex [RESUELTO]

... hacer es lo siguiente: #include "FiveWin.ch" function Main() local oDlg, oFld, oNombre, cNombre, cApellido, oApellido REQUEST DBFCDX RDDSETDEFAULT ( "DBFCDX" ) DEFINE DIALOG oDlg SIZE 400, 300 USE TEST NEW ALIAS "TEST" go top cNombre =test->nombre cApellido=test->apellido ...
by Ramón J.
Tue Jan 21, 2020 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Refrescar controles en folderex [RESUELTO]
Replies: 9
Views: 1247

Re: New FTDN May/Mayo 2019 (FWH 19.05)

... un objeto de consulta PostgreSQL y por defecto el alias actual. También se puede especificar un nombre de archivo dbf que se abrirá a través de RDDSETDEFAULT() y se cerrará después de la generación del informe. - acFields: Opcional, lista separada por comas o una matriz de nombres de campo. ...
by Antonio Linares
Fri Jun 07, 2019 11:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2019 (FWH 19.05)
Replies: 4
Views: 3160
Next

Return to advanced search