Search found 42 matches: bend

Return to advanced search

Re: Comportamiento bEnd de un Report

Hello Mr. Rao.

Thank you always for your interest

I have sent you a private message

Regards.

Jose
by jvtecheto
Mon Sep 20, 2021 8:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error no existe Alias al exportar a Excel (SOLUCIONADO)
Replies: 23
Views: 2059

Re: Comportamiento bEnd de un Report

Using or not using DEVICE clause does not make any difference. If you can make the sample using any DBFs in the fwh\samples folder, we can build your sample at our end and let you know where the problem is and how to fix it. This is the fastest way we can help you. You may try modifying the sample t...
by nageswaragunupudi
Mon Sep 20, 2021 2:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error no existe Alias al exportar a Excel (SOLUCIONADO)
Replies: 23
Views: 2059

Re: Comportamiento bEnd de un Report

Con esto el usuario puede mandar directamente el informe a la impresora sin hacer preview. Pero.... si utilizas esto e intentas exportar a Excel se produce el error que no existe el alias del informe , yo la verdad no entiendo que tiene que ver, supongo que algo habra pero simplemente quitando TO D...
by artu01
Sun Sep 19, 2021 7:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error no existe Alias al exportar a Excel (SOLUCIONADO)
Replies: 23
Views: 2059

Re: Comportamiento bEnd de un Report

Por cierto he probado esto

Code: Select all  Expand view

IF(nRdest == 2,oRepAa:oDevice := TPrinter():New(cCaption,.F.),NIL )
 


Y me imprime pero me da error de argumento LEN
y me aborta el programa.

Alguna idea mas. ?

Saludos.
by jvtecheto
Sun Sep 19, 2021 5:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error no existe Alias al exportar a Excel (SOLUCIONADO)
Replies: 23
Views: 2059

Re: Comportamiento bEnd de un Report

Estimados amigos: al final he encontrado el problema que me daba error y es el uso de la variable oDevice. yo pregunto al usuario si quiero el destino pantalla / impresora y desde muy antiguo hago esto. local oDeviceoDevice := TPrinter():New( cCaption, .F., IF( nRdest == 1, .T., .F. ...
by jvtecheto
Sun Sep 19, 2021 5:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error no existe Alias al exportar a Excel (SOLUCIONADO)
Replies: 23
Views: 2059

Re: Comportamiento bEnd de un Report

// \samples\JVT2.PRG// STATIC FUNCTION ListApuArti()  // PORQUE STATIC, HAY OTRA CON MISMO NOMBRE?FUNCTION ListApuArti()   LOCAL oDlg, oObra, oArt, oInicio, oFinal, oRdest, oRfil, oSayObra, oSayArt, oBtnCancel, oRepAa   LOCAL cObra, cArt, dInicio, dFinal, nRdest, nR...
by karinha
Thu Aug 26, 2021 11:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error no existe Alias al exportar a Excel (SOLUCIONADO)
Replies: 23
Views: 2059

Re: Comportamiento bEnd de un Report

Hola Joao Muchisimas gracias por tu ayuda. Mira, esta es la funcion que lanza el informe que falla. En cuanto activas el bInit del informe (En el codigo esta desabilitado) STATIC FUNCTION ListApuArti()   LOCAL oDlg, oObra, oArt, oInicio, oFinal, oRdest, oRfil, oSayObra, oSayArt, oB...
by jvtecheto
Thu Aug 26, 2021 7:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error no existe Alias al exportar a Excel (SOLUCIONADO)
Replies: 23
Views: 2059

Re: Comportamiento bEnd de un Report

// \samples\jvt.prg// Simule el problema aqui, porfa:#Include "Fivewin.Ch"#Include "Report.Ch"MEMVAR DBSTATESFUNCTION Main()   LOCAL oDlg, oLbx, cAlias   USE STATES NEW SHARED   GO TOP   DBSTATES := ALIAS()    &nb...
by karinha
Wed Aug 25, 2021 12:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error no existe Alias al exportar a Excel (SOLUCIONADO)
Replies: 23
Views: 2059

Re: Comportamiento bEnd de un Report

It has to work.
There could be some obscure reason why it is not working in your situation.
With some patience you can locate it.
by nageswaragunupudi
Wed Aug 25, 2021 12:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error no existe Alias al exportar a Excel (SOLUCIONADO)
Replies: 23
Views: 2059

Re: Comportamiento bEnd de un Report

Mr rao His example works thanks. and in my program I have also tried to move it to a simple dialog and I call the summary report and it also works. What I still do not understand because in the program where I have filters, conditions etc, the normal thing does not work for me, I am frankly sad. Tha...
by jvtecheto
Tue Aug 24, 2021 5:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error no existe Alias al exportar a Excel (SOLUCIONADO)
Replies: 23
Views: 2059

Re: Comportamiento bEnd de un Report

Please try this sample #include "fivewin.ch"#include "report.ch"function Main()   local oRep, oFont, oBold, oCol   USE STATES NEW SHARED   GO TOP   DEFINE FONT oFont NAME "TAHOMA"  SIZE 0,-12   REPORT oRep P...
by nageswaragunupudi
Tue Aug 24, 2021 12:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error no existe Alias al exportar a Excel (SOLUCIONADO)
Replies: 23
Views: 2059

Re: Comportamiento bEnd de un Report

... )ListO->( dbClosearea() )     Regards. Jose. Are you sure you are not closing the aliases inside oRepAa:bEnd also?
by nageswaragunupudi
Tue Aug 24, 2021 12:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error no existe Alias al exportar a Excel (SOLUCIONADO)
Replies: 23
Views: 2059

Re: Comportamiento bEnd de un Report

Si hubieras hecho una DEMO como sugerí, ya tendríamos otros modos de lógica que harían lo mismo que quieres, de diferentes maneras. No tengas miedo a las críticas. Aprender es un arte ...

Regards, saludos.
by karinha
Tue Aug 24, 2021 11:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error no existe Alias al exportar a Excel (SOLUCIONADO)
Replies: 23
Views: 2059

Re: Comportamiento bEnd de un Report

Como declaras Lista y los demás Alias? Porquê nos hace? LOCAL cAlias, cAlias2, cAlias3    cAlias   := ALIAS()   cAlias2 := ALIAS()   cAlias3 := ALIAS()  ...REPORT... ... ...ENDREPORT...    CLOSE( cAlias )   C...
by karinha
Tue Aug 24, 2021 11:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error no existe Alias al exportar a Excel (SOLUCIONADO)
Replies: 23
Views: 2059

Re: Comportamiento bEnd de un Report

Hi Mr. Rao. Thanks for your reply But not works, My code. ACTIVATE REPORT oRepAa FOR ArtApua->Fecha <= dFinal WHILE ! ArtApua->( Eof() )ArtApua->( dbClosearea() )ListA->( dbClosearea() )ListO->( dbClosearea() )   ...
by jvtecheto
Tue Aug 24, 2021 6:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error no existe Alias al exportar a Excel (SOLUCIONADO)
Replies: 23
Views: 2059
Next

Return to advanced search