Search found 235 matches: disp

Return to advanced search

FWMARIA TOEXCEL ERROR FREEZEPANES

Estimado Foro Al realizar la exportacion a Excel desde un browse me muestra el siguiente error desde algunas consultas Error description: Error Excel.Application:ACTIVEWINDOW/3 DISP_E_MEMBERNOTFOUND: _FREEZEPANES Args: [ 1] = L .T. Stack Calls =========== Called from: => TOLEAUTO:_FREEZEPANES( 0 ...
by cjcardoza
Fri Apr 05, 2024 6:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWMARIA TOEXCEL ERROR FREEZEPANES
Replies: 3
Views: 3225

Re: also error with btnbmp SHOWPOPUP

Nages, I have one popup on this codeblock oBrw:bRClicked := {|nRow,nCol| Disp_Menu_Comuni(oParent,nRow,nCol,oDbf,oBrw,cSection,oCont) .....} Function Disp_Menu_Comuni(oParent,nRow,nCol,oDbf,oBrw,cSection,oCont) .... ENDMENU ACTIVATE POPUP oMenu OF oParent AT oBrw:nTop+nRow, oBrw:nLeft+nCol RETURN (N...
by Silvio.Falconi
Sun Mar 31, 2024 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1647

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: 529

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: 359

No puedo moverme por un RecordSet

Muy buenas a todos Hacía mucho tiempo que no escribía por aqui, dejé de programar hace tiempo. Buenos pues me han hecho volver a coger la tecla y darle al código. En este caso tomé un programa y lo he modificado para un amigo. todo funciona bien a excepción de un registro de la base de datos de alba...
by Pedro
Tue Sep 19, 2023 7:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No puedo moverme por un RecordSet
Replies: 4
Views: 359

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: 291

Re: Seek en FW_ArrayAsRecordSet()

Cristobal, gracias por tu respuesta Copié el mensaje de error equivocado :D :oops: El error es : Error ADODB.RecordSet/6 DISP_E_UNKNOWNNAME: SEEK De cualquier manera, no funciona el Seek y es una pena pues la functión se ve super prometedora. Parece una buena opción a TDatabase, pues esta última, au...
by Cgallegoa
Sun Aug 06, 2023 11:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Seek en FW_ArrayAsRecordSet()
Replies: 2
Views: 157

Error in FW_ArrayAsRecordSet Seek - Please help

Best regards to all. The FW_ArrayAsRecordSet() function is supposed to return an ADODB.RecordSet type object, an object that includes the Seek() method, which works wonderfully in DB´s MaríaDB, MySql, Postgresql, Sqlite, etc., but, with FW_ArrayAsRecordSet() function, generates error: "ADODB.Re...
by Cgallegoa
Sun Aug 06, 2023 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in FW_ArrayAsRecordSet Seek - Please help
Replies: 6
Views: 351

Seek en FW_ArrayAsRecordSet()

Saludos cordiales a todos. Se supone que la función FW_ArrayAsRecordSet() devuelve un objeto tipo ADODB.RecordSet, objeto que con bases en MaríaDB, MySql, Postgresql, Sqlite, etc., incluye el método Seek(), el cual funciona de maravilla. Pero, con la función de marras genera el error "Error ADO...
by Cgallegoa
Sun Aug 06, 2023 5:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Seek en FW_ArrayAsRecordSet()
Replies: 2
Views: 157

Re: Antonio, tu ayuda por favor

Buenos dias Armando ¿ puedes hacer esta pequeña prueba para comprobar si cierras la tabla ? STATIC FUNCTION CloseTable()    oWnd        := NIL    IF oRsHdr <> NIL        IF oRsHdr:State() = adStateOpen            MsgWait("Cerrando tabla oRsHdr","Atención"...
by JESUS MARIN
Fri May 26, 2023 10:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Antonio, tu ayuda por favor
Replies: 5
Views: 389

Re: Error ADODB.Recordset/6 DISP_E_UNKNOWNNAME: ISKINDOF

To All Found my ( users ) problem .. there are two tables .. Security table Employee table Kayla Brown Kayla J Brown As you can see when the user logs in and bounces their SSO against the security table I store the Name (field name ) Kayla Brown .. then when the User creates a Leave Slip .. I bounce...
by Rick Lipkin
Thu Mar 02, 2023 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error ADODB.Recordset/6 DISP_E_UNKNOWNNAME: ISKINDOF
Replies: 1
Views: 166

Error ADODB.Recordset/6 DISP_E_UNKNOWNNAME: ISKINDOF

Rao, All Using FWh 2206 and I have created a recordset and getting this error displaying the recordset ..basic xbrowse 101 .... what is wrong ?? Rick Lipkin cSQL := "SELECT * from Employees order by [Employee]" oRsEmp := TOleAuto():New( "ADODB.Recordset" ) oRsEmp:CursorType := 1 ...
by Rick Lipkin
Wed Mar 01, 2023 10:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error ADODB.Recordset/6 DISP_E_UNKNOWNNAME: ISKINDOF
Replies: 1
Views: 166

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: 1193

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: 457

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: 457
Next

Return to advanced search