Search found 159 matches: dbcloseall

Return to advanced search

LETODB - ABRIR o CONSULTAR BASES REMOTAS SHARED

... comentario. //............................................ 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 ...
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

... , "m", 10, 0 }, ; { "Interna " , "c", 1, 0 }, ; { "Finalizada " , "D", 8, 0 } ; } ) clos data dbcloseall() */ oCn := FW_OpenAdoConnection( "c:\fwh2212\samples\" ) oCnM := FW_OpenAdoConnection( { "FOXPRO", "c:\fwh2212\samples\"}, ...
by jpcavagnaro
Tue Dec 19, 2023 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error con FW_OpenRecordSet
Replies: 2
Views: 289

error TXBROWSE:CARGOS

... ImprimirInfo() ) redefine BTNBMP oCan 2007 prompt HB_UTF8CHR( 57615 ) + " Volver " font oSegoe ID 992 OF princfac ACTION ( lsave := .f., dbCloseall() , princfac:End(), oWndChild:End() ) // cancel oCan:lCancel := .t. redefine BTNBMP oCanc 2007 prompt HB_UTF8CHR( 57615 ) + " Dar por ...
by jpcavagnaro
Wed Aug 30, 2023 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error TXBROWSE:CARGOS
Replies: 3
Views: 280

Dificultad con METERS

... BTNBMP oBtnCanc ID Med_Cancelar OF oDlgMed FILENAME "CANCELA.BMP" CANCEL ACTION oDlgMed:End() ACTIVATE DIALOG oDlgMed CENTERED endif dbcloseall() return NIL *-----------------------------------------------------------------------------------* *----------------------------------------------------------------------------------------------* ...
by José Camilo
Tue Aug 22, 2023 12:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dificultad con METERS
Replies: 5
Views: 254

Re: Consulta sobre centrar un dialogo.

... , {|| oDlg:end() },VK_ESCAPE,"<Escape>",.t.} ; } SET DATE ITALIAN SET CENTURY ON XBrNumFormat( 'E', .t. ) SetBalloon( .t. ) dbcloseall() use colorfw new use tecnico new use acciones index accione1 new use corregir index corregi1 new dbgoTOP() DEFINE FONT oFont NAME "TAHOMA" ...
by José Camilo
Tue Aug 01, 2023 1:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre centrar un dialogo.
Replies: 9
Views: 433

Ayuda por favor con folder y listbox

... ImprimirInfo() ) redefine BTNBMP oCan 2007 prompt HB_UTF8CHR( 57615 ) + " Volver " font oSegoe ID 992 OF princfac ACTION ( lsave := .f., dbCloseall() , princfac:End(), oWndChild:End() ) // cancel ACTIVATE DIALOG princfac CENTERED nowait ON INIT princfac:Move( 0, 0 ) //, oRich:LoadRtf( ...
by jpcavagnaro
Wed Mar 29, 2023 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ayuda por favor con folder y listbox
Replies: 1
Views: 238

Re: Reitero consulta para actualizar un campo con XBrowse

... , {|| oDlg:end() },VK_ESCAPE,"<Escape>",.t.} ; } SET DATE ITALIAN SET CENTURY ON XBrNumFormat( 'E', .t. ) SetBalloon( .t. ) dbcloseall() use colorfw new use tecnico new use corregir index corregi1 new use acciones index accione1 new use RamFor index RamFor1, RamFor2 new use ...
by José Camilo
Sun Feb 12, 2023 4:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Reitero consulta para actualizar un campo con XBrowse
Replies: 6
Views: 502

Re: chatGPT writes and executes Harbour code !!!

... ones, and it had brought them all closer together. As the night came to a close, Mary used the CLOSE keyword to shut down her computer and the DBCLOSEALL keyword to close the database table. She then used the AINS keyword to insert the memories of the wonderful evening into her heart and headed ...
by Jimmy
Mon Dec 26, 2022 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2787

Solicito ayuda para relacionar 2 o mas dbf

... , {|| oDlg:end() },VK_ESCAPE,"<Escape>",.t.} ; } SET DATE ITALIAN SET CENTURY ON XBrNumFormat( 'E', .t. ) SetBalloon( .t. ) dbcloseall() use colorfw new use tecnico new use corregir index corregi1 new use acciones index accione1 new use rubFor index rubFor1 , rubFor2 new ...
by José Camilo
Thu Dec 15, 2022 8:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Solicito ayuda para relacionar 2 o mas dbf
Replies: 1
Views: 233

Error que no entiendo por que sucede.

... , {|| oDlg:end() },VK_ESCAPE,"<Escape>"} ; } SET DATE ITALIAN SET CENTURY ON XBrNumFormat( 'E', .t. ) SetBalloon( .t. ) dbcloseall() use acciones index accione1 new use consorc index consorc1, consorc2 new GO TOP DEFINE FONT oFont NAME "TAHOMA" SIZE 0,-15 DEFINE ...
by José Camilo
Thu Mar 10, 2022 10:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error que no entiendo por que sucede.
Replies: 8
Views: 881

Re: To Nages : Conversion txt into xbrowse bad

... "DBFCDX", .T. ) SET DELETED ON oMisura:setorder(0) oMisura:gotop() oMisura:fw_ArrayToDBF( aData,,bProgress) DbCloseAll() cText    := RemRight( MemoRead( csvFile ), CHR(26) )cText    := StrTran( cText, CRLF, CHR(10) )cText ...
by Silvio.Falconi
Sat Nov 27, 2021 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Conversion txt into xbrowse bad
Replies: 7
Views: 783

Re: To Nages : Conversion txt into xbrowse bad

... "DBFCDX", .T. ) SET DELETED ON oMisura:setorder(0) oMisura:gotop() oMisura:fw_ArrayToDBF( aData,,bProgress) DbCloseAll() cText    := RemRight( MemoRead( csvFile ), CHR(26) )cText    := StrTran( cText, CRLF, CHR(10) ...
by nageswaragunupudi
Fri Nov 26, 2021 4:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Conversion txt into xbrowse bad
Replies: 7
Views: 783

Re: To Nages : Conversion txt into xbrowse bad

... "DBFCDX", .T. ) SET DELETED ON oMisura:setorder(0) oMisura:gotop() oMisura:fw_ArrayToDBF( aData,,bProgress) DbCloseAll()
by Silvio.Falconi
Wed Nov 24, 2021 4:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Conversion txt into xbrowse bad
Replies: 7
Views: 783

Re: FWH2008 ERRO xBrowse (SQLRDD)

... tenho: ABERTURA.PRG -> Abre todos os BANCOS ao entrar no programa. Se em algum lugar, eu precisar fazer algo e fechar os bancos, faço, e: DBCLOSEALL() - E: ABRE_BANCOS() Simples assim. Não entendi, porque você está fechando banco durante o PROCESSAMENTO, lógica de Português? jajajajajajajajaja ...
by karinha
Wed Nov 18, 2020 3:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH2008 ERRO xBrowse (SQLRDD)
Replies: 7
Views: 518

Re: CheckRes()

Has de poner al principio en tu function Main .../... SetResDebug( .T. ) .../... y al salir de la function Main .../... //DbCloseAll() FreeResources() Hb_GCall(.t.) CLEAR MEMORY if File( "checkres.txt" ) FErase( "checkres.txt" ) endif CheckRes() Return nil
by cnavarro
Thu Mar 12, 2020 7:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CheckRes()
Replies: 22
Views: 3771
Next

Return to advanced search