Search found 100 matches: membernotfound

Return to advanced search

error oBrw:ToExcel

Hi, My app run on 15 pcs but I get error only on 2 pcs when I call function oBrw:ToExcel() I get this error: Application =========== Path and name: myexe.exe (32 bits) Size: 7,345,664 bytes Compiler version: xHarbour 1.2.3 Intl. (SimpLex) (Build 20161218) FiveWin version: FWHX 17.09 C compiler versi...
by damianodec
Tue Jan 09, 2024 4:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error oBrw:ToExcel
Replies: 2
Views: 513

Re: No puedo moverme por un RecordSet

Muy buenas a todos Veo que me quedo como hace 8 años (2015) a dos velas. En fin, será que no os ha dado este problema, a mi si y he averiguado que son los datos que se van a grabar, pero no puedo dar con el error ya que no se como capturar el error de fivewin que sale a continuación y que se graba e...
by Pedro
Thu Sep 28, 2023 6:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No puedo moverme por un RecordSet
Replies: 4
Views: 334

Re: Select part of the cell

I need to find all the spellings of the string. To do this oRng:=oTb:Item(1):Cell(x,y):Range:Duplicate()[b]oRng.Find.MatchAllWordForms:=.T.[/b]oRng:Find:Execute("MyText") However, I get an error: Word.Application:ACTIVEDOCUMENT:TABLES:ITEM:CE...
by Natter
Mon Aug 21, 2023 1:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Select part of the cell
Replies: 5
Views: 285

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 funciona de manera correcta. De casualidad alg...
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: Where do I start the Web Service?

Dear leandro, I've got the same error. I don't know which library I miss. ::Sebd() method is unknow. Application =========== Path and name: d:\FWH1901\samples\testws.exe (32 bits) Size: 3,731,968 bytes Compiler version: xHarbour 1.2.3 Intl. (SimpLex) (Build 20180609) FiveWin version: FWH 18.10 C com...
by dutch
Wed Jul 20, 2022 1:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Where do I start the Web Service?
Replies: 6
Views: 452

Where do I start the Web Service?

Dear All, I must communicate with website. I think the web service is way to do. Where do I start? I try but not successful. It show error Application =========== Path and name: d:\FWH1901\samples\testws.exe (32 bits) Size: 3,732,480 bytes Compiler version: xHarbour 1.2.3 Intl. (SimpLex) (Build 2018...
by dutch
Wed Jul 20, 2022 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Where do I start the Web Service?
Replies: 6
Views: 452

CDO.Message (method Send)

Hi, I wanted to use my old (2013) program to send messages to mailboxes to clients. oEmlMsg := CREATEOBJECT ( "CDO.Message" ) WITH OBJECT oEmlMsg .................................. END WITH oEmlMsg:Send() However, I get an error: Error description: Error CDO.Message/3 DISP_E_MEMBERNOTFOUND...
by Natter
Thu Jul 22, 2021 6:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CDO.Message (method Send)
Replies: 3
Views: 389

Re: EXCEL export

Dear Mr. Rao, now I can select EXCEL but get an error with GROUP ON renner->GRUPPE HEADER (renner->GRUPPE) FOOTER " " FONT 3 Time from start: 0 hours 0 mins 3 secs Error occurred at: 10.03.2021, 18:32:34 Error description: Error Excel.Application:WORKBOOKS:ADD:ACTIVESHEET/3 DISP_E_ME...
by Otto
Wed Mar 10, 2021 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCEL export
Replies: 5
Views: 726

Function CELL() de excel, con Fivewin

Amigos. Estoy tratando de automatizar un reporte utilizando la function CELL() de Excel, sin resultados. En alguna celda de Excel hago: (Excel en Español) =CELDA("formato";I15) //Retorna un codigo corresp al numero de formato de la celda. Ahora, desde Fivewin he intentado lo siguiente, sin...
by FranciscoA
Sun Dec 27, 2020 3:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Function CELL() de excel, con Fivewin
Replies: 2
Views: 466

Crystal Reports 9 (SOLVED)

Hi Fivewin Experts, I am using CR9 to display reports on my application, but now it is giving me an error: Error occurred at: 09/16/18, 14:06:17 Error description: Error CrystalRuntime.Application.9/3 DISP_E_MEMBERNOTFOUND: OPENREPORT Args: [ 1] = C Test.rpt Stack Calls =========== Called from: =>...
by ryugarai27
Sun Sep 16, 2018 6:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Crystal Reports 9 (SOLVED)
Replies: 6
Views: 1367

Re: CreateObject problem

Dear Richard, this url is correct? local cUrl:=" ttps: //medcloudws.nhi.gov.tw:7008/imie0000/NHIIMI01.asmx" Dear Cnavarro, I fix it and got error message below: Error description: Error MSSOAP.SoapClient30/3 DISP_E_MEMBERNOTFOUND: MSSOAPINIT Args: [ 1] = C https://medcloudws.nhi.gov.tw:70...
by richard-service
Mon Aug 13, 2018 3:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject problem
Replies: 4
Views: 1733

Re: CDO.Message method Send()

hi I'm trying this code:   oEmailCfg := CREATEOBJECT( "CDO.Configuration" )  WITH OBJECT oEmailCfg:Fields     :Item( "http://schemas.microsoft.com/cdo/configuration/smtpserver" ):Value             := "smtp.gmail.com"     :Item( "http://schemas.m...
by damianodec
Tue May 30, 2017 2:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CDO.Message method Send()
Replies: 10
Views: 1913

Re: Crystal report with Mysql

Dear All, I try with this ::logonserver() to MySql via ODBC but it isn't successful. It errors on :LogOnServer() as Error occurred at : 02/05/17, 10:54:18 Description : Error CrystalRuntime.Application.11:OPENREPORT:DATABASE/3 DISP_E_MEMBERNOTFOUND: LOGONSERVER Args: [ 1] = C crdb_odbc.dll [ 2] = C ...
by dutch
Tue May 02, 2017 4:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Crystal report with Mysql
Replies: 13
Views: 3233

Interceptar erro

Olá, Como posso interceptar este erro e evitar que o programa encerre? line= oServerWS:send() Error= Application =========== Path and name: C:\BAIXA\VEBAIXADA.exe (32 bits) Size: 2,065,408 bytes Time from start: 0 hours 4 mins 6 secs Error occurred at: 06/02/2017, 14:23:38 Error description: Error M...
by Wanderson
Mon Feb 06, 2017 4:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Interceptar erro
Replies: 4
Views: 873

Re: Shapes Excel

me sale error
Subsystem Call ....: 2077596
System Code .......: 3
Default Status ....: .F.
Description .......: DISP_E_MEMBERNOTFOUND
Operation .........: SHAPES
Arguments .........: [ 1] = Type: N Val: 1
Involved File .....:
Dos Error Code ....: 0

saludos
by jbrita
Thu Jan 26, 2017 1:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Shapes Excel
Replies: 7
Views: 1633
Next

Return to advanced search