Search found 771 matches: catch

Return to advanced search

New FTDN April 2024 (FWH 24.04)

... with fraction of seconds. Also increased column size to fit the contents. * FWMariaRowSet: - Method ToExcel(): (1) Enclosed :FreezePanes in TRY/CATCH block to avoid runtime errors in some installtions. (2) Date and DateTime values are exported as character data when the Year is < 1900 to ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 0
Views: 38

Re: FWMARIA TOEXCEL ERROR FREEZEPANES

It appears you are using
Code: Select all  Expand view
oRowSet:ToExcel()

of FWMaria lib.
We will now include this code in TRY/CATCH block for future.

But we advise you to use oBrw:ToExcel() which is safer.
by nageswaragunupudi
Sat Apr 06, 2024 2:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWMARIA TOEXCEL ERROR FREEZEPANES
Replies: 3
Views: 3256

how to get Event from ActiveX ?

hi,

i like to hightlight Word as show here
https://www.youtube.com/watch?v=Y8-yjsRsyvI

i need to catch "Word event" of SpVoice, how :?:
Image
by Jimmy
Tue Jan 30, 2024 5:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to get Event from ActiveX ?
Replies: 1
Views: 358

connecting SQL SERVER VIA ODBC PROLEM

... Security Info=True;User ID=XXXX;Initial Catalog=ERP6_base;Data Source=185.80.87.6\SQLEXPRESS2019" TRY oApp:oCon:Open() CATCH oError MsgInfo("No se pudo lograr la conexión"+OAPP:OCON:CONNECTIONsTRING,oApp:cAplicacion) ShowError(oError) RETURN(.F.) END // since ...
by MANOLO
Mon Jan 29, 2024 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: connecting SQL SERVER VIA ODBC PROLEM
Replies: 0
Views: 330

Re: CONEXION ADODB SQL SERVER

... cuando le lanzo el : <CODE> TRY orsPed := TOleAuto():New("adodb.recordset") // 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) ...
by MANOLO
Mon Jan 29, 2024 5:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONEXION ADODB SQL SERVER
Replies: 4
Views: 290

CONEXION ADODB SQL SERVER

... Security Info=True;User ID=XXXX;Initial Catalog=ERP6_base;Data Source=185.80.87.6\SQLEXPRESS2019" TRY oApp:oCon:Open() CATCH oError MsgInfo("No se pudo lograr la conexión"+OAPP:OCON:CONNECTIONsTRING,oApp:cAplicacion) ShowError(oError) RETURN(.F.) END aqui me ...
by MANOLO
Mon Jan 29, 2024 9:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONEXION ADODB SQL SERVER
Replies: 4
Views: 290

CONEXION ADODB SQL SERVER

... Security Info=True;User ID=XXXX;Initial Catalog=ERP6_base;Data Source=185.80.87.6\SQLEXPRESS2019" TRY oApp:oCon:Open() CATCH oError MsgInfo("No se pudo lograr la conexión"+OAPP:OCON:CONNECTIONsTRING,oApp:cAplicacion) ShowError(oError) RETURN(.F.) END aqui me ...
by MANOLO
Mon Jan 29, 2024 9:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONEXION ADODB SQL SERVER
Replies: 0
Views: 146

MariaDb SetFilter Error no definida: SOLUCIONADO

... := "" Else mWhere := {Upper(Alltrim( cPer ))} cWhere := "c.detalle LIKE '%?%'" EndIf TRY oQry:SetFilter( cWhere , mWhere) CATCH o SysRefresh() END oBrw:Refresh() WaitOff( @oWait ) EndIf Return Pero no me esta realizando el filtrado
by CARLOS ATUNCAR
Fri Jan 26, 2024 11:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MariaDb SetFilter Error no definida: SOLUCIONADO
Replies: 2
Views: 168

Re: How to find out the IDs of controls and types?

João, the procedure is not finished. It has classes and other functions working together. This procedure would only be to catch controls that are not declared by the FWH. For now it's like this DEFINE DIALOG oDlgMy Resource "MY_DLG"ACTIVE DIALOG oDlgMy ON INIT  G_CTRLS_COLORS_API(oDlgMy)FUNCTION ...
by Giovany Vecchi
Thu Jan 11, 2024 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to find out the IDs of controls and types?
Replies: 16
Views: 1850

Soap Web Service - timeout request

... a web service request? I added to IF oHttp:status=200 to check status but sometimes request hangs. TRY oHttp := CreateObject( 'MSXML2.XMLHTTP' ) CATCH oHttp := CreateObject( 'Microsoft.XMLHTTP' ) END cHttpSend := [<?xml version="1.0"?>] cHttpSend += [<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" ...
by cdmmaui
Mon Jan 08, 2024 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service - timeout request
Replies: 4
Views: 706

LETODB - ABRIR o CONSULTAR BASES REMOTAS SHARED

... NO FUNCIONA Dbusearea(.t.,"LETO",cServer+'/wflabor','ProduNew',.T.,.F.) /// FUNCIONA BIEN CATCH MsgInfo('No se pudo abrir un archivo...','Error de apertura') RDDSETDEFAULT( "DBFCDX" ) RETU .F. END xbrowse() CLOSE ProduNew RDDSetDefault('DBFCDX') ...
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: 373

Back after 10 years due to illness [ Javier Lloris ]

... pero en algún disco antiguo que tengo por ahí habrá alguna copia.) Between organizing everything about programming, making backups and trying to catch up on everything new, testing and documenting the new program that I am going to publish and reviewing the forum at the moment, I have been quite ...
by jll-fwh
Wed Dec 13, 2023 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Back after 10 years due to illness [ Javier Lloris ]
Replies: 2
Views: 381

Re: Convert a print to Rtf or doc

... your own syntax and a very powerful library of your own and I admire you for that. You have been pushing this idea and this will take sometime to catch up with other programmers. Once the programmers reach this stage, they don't any more need FWH. Once we use php we do not need Harbour either. ...
by nageswaragunupudi
Fri Dec 01, 2023 2:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3468

Subuir un fichero a un servidor

... , "multipart/form-data" ) oHttp:SetRequestHeader("file", cFile) try ohttp:Send( xJSon ) catch Msginfo("Error en el envio del fichero) RETURN NIL end cRespuesta := ohttp:responseText ... Esto es lo que envio desde postman y que funciona ...
by miarcod
Sun Nov 26, 2023 11:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Subuir un fichero a un servidor
Replies: 18
Views: 2289

XML, CON ARCHIVO ADJUNTO PDF

... empieza el PDF y Finaliza,, estas son %PDF-1.4 dfhaskfhhuiahakjabv,cxzngiajfmknvjsfjgsdlnl %%EOF TRY oHttp := CreateObject( 'MSXML2.XMLHTTP.6.0' ) CATCH oHttp := CreateObject( 'Microsoft.XMLHTTP' ) END doc = CreateObject("MSXML2.DOMDocument.6.0") oHttp:Open( "POST" , ts_servidor ...
by elmoiquique
Thu Sep 28, 2023 10:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XML, CON ARCHIVO ADJUNTO PDF
Replies: 35
Views: 2297
Next

Return to advanced search