Search found 54 matches: oscode

Return to advanced search

simulate unknown Function of UDF in IndexKey()

... Question : how can i get "Name" of missing Function when use   RECOVER oError i will get oError:description, oError:operation, oError:osCode --- let say i got Function Name XYZ() Question : is it possible to "simulate" Function XYZ() "on-fly" :?: --- if i have a ...
by Jimmy
Fri May 05, 2023 4:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: simulate unknown Function of UDF in IndexKey()
Replies: 9
Views: 407

Re: Mystery with SEQUENCE

... Method, but it work (!) without SEQUENCE :o NOSPLASH( 1621 ) oError:description = "Zero divisor" oError:operation = "%" oError:osCode = 0      oTab_Right:SetFocus()      oExpl_Right:oParent := oMain      oExpl_Right:FillGrid( F_NAME, oMain ) i have no "%" ...
by Jimmy
Thu Mar 02, 2023 10:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mystery with SEQUENCE
Replies: 1
Views: 249

Re: Capturar el motivo del error petición web (curl)

Buenas noches para todos Error: 1001 SubC: 1001 OSCode: 1001 SubSystem: MSXML2.XMLHTTP Envio de CURL: DISP_E_MEMBERNOTFOUND hemos logrado detectar que el error mencionado con anterioridad, solo sale cuando direccionamos al servidor nuevo, en el anterior ...
by leandro
Wed Nov 02, 2022 2:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Capturar el motivo del error petición web (curl)
Replies: 16
Views: 1094

Re: New Fivewin with new PDF

... " + TRANSFORM(oError:GenCode, NIL) + ";" + ; "SubC: " + TRANSFORM(oError:SubCode, NIL) + ";" + ; "OSCode: " + TRANSFORM(oError:OsCode, NIL) + ";" + ; "SubSystem: " + TRANSFORM(oError:SubSystem, NIL) + ";" + ; "Message: ...
by byron.hopp
Tue Apr 05, 2022 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Fivewin with new PDF
Replies: 12
Views: 926

Re: New Fivewin with new PDF

... I don't have the libs in the correct order I could have problems. I am getting the following message: Could not send message;Error: 1;SubC: 1006;OSCode: -2147352573;SubSystem: WINOLE;Message: Argument error This seems to happen right when I attempt to attach the file using the oEmailMsg:AddAttachment ...
by byron.hopp
Mon Apr 04, 2022 11:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Fivewin with new PDF
Replies: 12
Views: 926

RESUELTO !!! ->Problemas para enviar Mail por CDO

Hola a todos, Estoy intentando enviar un mail usando CDO y obtengo este mensaje de error: "Could not send message;Error: 13;SubC: 1009;OSCode: -2147352570;SubSystem: WINOLE;Message: No existe el m‚todo" El error se da después de: TRY oCfg := CREATEOBJECT( "CDO.Configuration" ...
by FiveWiDi
Thu Dec 28, 2017 12:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: RESUELTO !!! ->Problemas para enviar Mail por CDO
Replies: 6
Views: 1132

Re: Disable Advantage error message dialogs

... up with an error code. If a run-time error occurs, identify the error class and specific message. Advantage will use the instance variable, "OSCode", in the CA-Visual Objects error object. You may see error codes in the OSCode field. Advantage error codes are listed in the Advantage ...
by Massimo Linossi
Thu Dec 14, 2017 8:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disable Advantage error message dialogs
Replies: 12
Views: 1443

Re: Enviar mails usando cuenta de Office 365

... " + TRANSFORM(oError:GenCode, NIL) + ";" + ; "SubC: " + TRANSFORM(oError:SubCode, NIL) + ";" + ; "OSCode: " + TRANSFORM(oError:OsCode, NIL) + ";" + ; "SubSystem: " + TRANSFORM(oError:SubSystem, NIL) + ";" + ; "Message: ...
by Enrrique Vertiz
Wed Jun 21, 2017 9:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enviar mails usando cuenta de Office 365
Replies: 12
Views: 3334

Re: send mail

i try to send from other pc using the same gmail configuration of usr1@gmail.com but I get this error:
COULD NOT SEND MESSAGE
ERROR 1001.0000
SuBC 65535.0000
OSCODE 0.0000
SubSystem: TOLEAuto
Message:

any help?
by damianodec
Thu Jun 08, 2017 8:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: send mail
Replies: 11
Views: 1999

Re: email CDO caracter problem

... + Transform(oError:GenCode, nil) + ";" +CRLF+ ; "SubC: " + Transform(oError:SubCode, nil) + ";" +CRLF+ ; "OSCode: " + Transform(oError:OsCode, nil) + ";" +CRLF+ ; "SubSystem: " + Transform(oError:SubSystem, nil) + ";" +CRLF+ ...
by Wanderson
Wed May 25, 2016 12:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: email CDO caracter problem
Replies: 13
Views: 1900

Re: enviar correo desde prg

... cAdjuntos := CurDrive()+":\"+CurDir()+"\WCCIPQ" //en este caso, si WCCIPQ no existe, devuelve el error. Error: 1001 SubC: 3 OSCode: 0 SubSystem: CDO.Message Mensaje: DISP_E_MEMBERNOTFOUND Revisa si es lo anterior. Saludos.
by FranciscoA
Sun Nov 08, 2015 7:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: enviar correo desde prg
Replies: 30
Views: 7645

ERROR 1001 CDOSYS

... a muchos, si alguien ya tiene la solución a este error espero lo pueda compartir: "No se pudo enviar el mensaje" Error:1001 SubC: 3 OSCode: 0 SubSystem: CDO.Message Mensaje: DISP_E_MEMBERNOTFOUND Les dejo el código que estoy usando: #include "FiveWin.ch"#include "CdoSys.ch"#define ...
by execompu
Thu Aug 06, 2015 2:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR 1001 CDOSYS
Replies: 4
Views: 1252

CDO email

... + Transform(oError:GenCode, nil) + ";" +CRLF+ ; "SubC: " + Transform(oError:SubCode, nil) + ";" +CRLF+ ; "OSCode: " + Transform(oError:OsCode, nil) + ";" +CRLF+ ; "SubSystem: " + Transform(oError:SubSystem, nil) + ";" +CRLF+ ...
by Wanderson
Tue Jun 02, 2015 4:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CDO email
Replies: 2
Views: 545

Re: no me funciona CDOSYS, gmail

... + CRLF + ; "SubC: " + TRANSFORM ( oError:SubCode, NIL ) + ";" + CRLF + ; "Codigo: " + TRANSFORM ( oError:OsCode, NIL ) + ";" + CRLF + ; "SubSistema: " + TRANSFORM ( oError:SubSystem, NIL ) + ";" + CRLF + ; "Mensaje: " ...
by noe aburto
Fri May 29, 2015 1:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: no me funciona CDOSYS, gmail
Replies: 5
Views: 669

Necesito una clase para envio de eMail que funcione con FW

... SMTP y con otros no... así que la alegría no me duró mucho tiempo... lo mas típico es que de el mensaje de error "error: 1001; SubC: 3; OSCode: 0; SubSystem: CDO.Message; Message: DISP_E_MEMBERNOTFOUND"... ejemplo: con GMail, configuración smtp.gmail.com/465/SSL/Auth/gsabattino@gm.com/123456 ...
by gsabattino
Sun May 24, 2015 5:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Necesito una clase para envio de eMail que funcione con FW
Replies: 8
Views: 1770
Next

Return to advanced search