Search found 360 matches: oapp

Return to advanced search

Re: Problema super raro (SOLUCIONADO)

... several nightmare nights, I have finally solved the problem, the problem was in the last line of this code. [code] oRsWrk := FW_OpenRecordSet(oApp:oCon,"SELECT " +; "*," +; "RUB_DES," +; "CON_DES " +; "FROM " +; cTabNam + " " +; "LEFT ...
by Armando
Thu Mar 28, 2024 1:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema super raro (SOLUCIONADO)
Replies: 10
Views: 199

connecting SQL SERVER VIA ODBC PROLEM

... program made by FW works fine, now we are made a change in the server and we have changed mysql by sql server and we have follow problem: [CODE] oApp:oCon:ConnectionString:= "Provider=SQLOLEDB;Password=xxxx3;Persist Security Info=True;User ID=XXXX;Initial Catalog=ERP6_base;Data Source=185.80.87.6\SQLEXPRESS2019" ...
by MANOLO
Mon Jan 29, 2024 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: connecting SQL SERVER VIA ODBC PROLEM
Replies: 0
Views: 307

Re: CONEXION ADODB SQL SERVER

... // orsPed:= CreateObject("ADODB.Recordset") CATCH oError MsgStop( "No se ha podido crear el RECORDSET de Pedidos!", oApp:cAplicacion) ShowError(oError) orsPed := NIL lret:=.f. CLOSE_DBF(ODTEMP) RETURN(lret) END orsPed:CursorLocation := adUseClient orsPed:LockType ...
by MANOLO
Mon Jan 29, 2024 5:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONEXION ADODB SQL SERVER
Replies: 4
Views: 249

CONEXION ADODB SQL SERVER

... de datos por sql server, y me estoy volviendo loco me da error en el recordset, os paso como lo hago a ver si a alguien se le ocurre el porqué: oApp:oCon:ConnectionString:= "Provider=SQLOLEDB;Password=xxxx3;Persist Security Info=True;User ID=XXXX;Initial Catalog=ERP6_base;Data Source=185.80.87.6\SQLEXPRESS2019" ...
by MANOLO
Mon Jan 29, 2024 9:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONEXION ADODB SQL SERVER
Replies: 4
Views: 249

CONEXION ADODB SQL SERVER

... de datos por sql server, y me estoy volviendo loco me da error en el recordset, os paso como lo hago a ver si a alguien se le ocurre el porqué: oApp:oCon:ConnectionString:= "Provider=SQLOLEDB;Password=xxxx3;Persist Security Info=True;User ID=XXXX;Initial Catalog=ERP6_base;Data Source=185.80.87.6\SQLEXPRESS2019" ...
by MANOLO
Mon Jan 29, 2024 9:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONEXION ADODB SQL SERVER
Replies: 0
Views: 135

Re: Consuta sobre MariaDB/MySql

... creo que esto lo había obtenido de algún hilo de este foro, y me ha funcionado, aunque no se si es la mejor forma o la mas adecuada oQry := oApp:oServer:Query("SELECT 1") También esto me indica si en el transcurso del programa se ha cortado la conexión a internet. Espero tus comentarios ...
by cmsoft
Thu Jan 25, 2024 11:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consuta sobre MariaDB/MySql
Replies: 8
Views: 353

Re: LETODB - ABRIR o CONSULTAR BASES REMOTAS SHARED

... esta linea, las abre en modo compartido (no se que otras consecuencias puede tener...)" dbUseArea( .F.,Iif(nDriver==1,"DBFNTX",Nil),oApp:DataPath+cName,cRealAlias,.T.,.F.,Iif(!Empty(cdp),cdp,Nil) ) Alguien ha realizado este cambio ? Voy a intentar compilarlo con esa modificacion. ...
by mterraz
Tue Jan 02, 2024 1:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: LETODB - ABRIR o CONSULTAR BASES REMOTAS SHARED
Replies: 3
Views: 339

Re: Problem with xBrowse

oApp:oCon:Execute("USE Test")

What does this do?
Forgive my ignorance.
Is there a MySql command like "USE test"?
by nageswaragunupudi
Sun May 28, 2023 3:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse (Fixed)
Replies: 34
Views: 2120

Re: Problems with Preview

dtussman wrote:Thanks Silvio. Tried that but it won't compile, doesn't recognize oApp


oApp Is Mine....make as Antonio wrote but U must recompile with your application that function U found on fwh source/functions folder
by Silvio.Falconi
Thu Nov 10, 2022 8:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with Preview
Replies: 14
Views: 800

Re: Problems with Preview

Dear David,

I guess Silvio simply specifies a different path:

instead of cPdf:= oApp:cPdfTemp

use cPdf := "the_path"
by Antonio Linares
Thu Nov 10, 2022 8:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with Preview
Replies: 14
Views: 800

Re: Problems with Preview

Thanks Silvio. Tried that but it won't compile, doesn't recognize oApp
by dtussman
Thu Nov 10, 2022 8:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with Preview
Replies: 14
Views: 800

Re: Logo on MDI window.

... when I hide the bar the oWinMain:oWndClient not bpainted and when I reopen the bar right I must redraw the image how I can resolve it ? I add oApp:oWinMain:bResized := { || SetLogo( oApp:oLogo, oApp:oWinMain ) and the procedure make error when I resize Error description: Error BASE/1004 Metodo ...
by Silvio.Falconi
Wed Nov 09, 2022 12:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Logo on MDI window.
Replies: 10
Views: 878

Re: Problems with Preview

... cPDF, lOpen ) you found on Prev2Pdf.prg I use this function FWSavePreviewToPDF( oPreview, cPDF, lOpen ) local cOrient, oPDF local n cPdf:= oApp:cPdfTemp if LoadFreeImage() <= 32 MsgAlert( "Freeimage.dll non trovata" ) return nil endif DEFAULT cPDF := cGetFile( "PDF File ...
by Silvio.Falconi
Wed Nov 09, 2022 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with Preview
Replies: 14
Views: 800

ayuda con FWMariadb y fastreport (Resuelto)

... el método setuserdataset() para establecer un area de trabajo con un Rowset de la clase nativa de FWH para MariaDb. Con dolphin sería así: oApp:oFr:SetUserDataSet( "Cheques", MySqlFields( oCheques ),; // "fecven;feegre;nroche;desbanc;desplaza;destino;importe",; {|| oCheques:GoTop() ...
by jose_murugosa
Thu May 19, 2022 1:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ayuda con FWMariadb y fastreport (Resuelto)
Replies: 4
Views: 386

Progress control on MsgItem

... a progress control on Msgbar now it was create on Msgbar and it run ok METHOD CreateProgress() CLASS TPrevisioni      @ 02, 11 PROGRESS oApp:oBarProgress POSITION 1 of oApp:oWinMain:oMsgBar;      SIZE 200,18 pixel      oApp:oBarProgress:SetRange( 0, 100 )   RETURN NIL  https://i.postimg.cc/gj6knHYd/f.png ...
by Silvio.Falconi
Sat May 07, 2022 9:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Progress control on MsgItem
Replies: 0
Views: 141
Next

Return to advanced search