BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Design Page in runtime

 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Reporting-Charting
View previous topic :: View next topic  
Author Message
Luis R. Gordillo
Guest





PostPosted: Tue Dec 05, 2006 6:49 pm    Post subject: Design Page in runtime Reply with quote



What is the best reporter for creating page with Text, line, Shape, Image
with design different for each page.
I using Rave and excelent results and control except what not print in Zebra
printers. (Zebra Technologies is thermic printer and not problem to print
from other software (Corel,Word,QR,Fast Report,etc))
In Rave I design the page in runtime by code. It work fine.
Exist other reporter who do this?

Luis.
Back to top
Michael Philippenko
Guest





PostPosted: Thu Dec 07, 2006 9:12 am    Post subject: Re: Design Page in runtime Reply with quote



Dear Luis R. Gordillo.

Tuesday, December 5, 2006, 3:49:49 PM, you wrote:

LRG> What is the best reporter for creating page with Text, line, Shape, Image
LRG> with design different for each page.
LRG> I using Rave and excelent results and control except what not print in Zebra
LRG> printers. (Zebra Technologies is thermic printer and not problem to print
LRG> from other software (Corel,Word,QR,Fast Report,etc))
LRG> In Rave I design the page in runtime by code. It work fine.
LRG> Exist other reporter who do this?

FastReport ?


--
Best regards,
Michael Philippenko mailto:michael@fast-report.com
Fast Reports - cross-platform multi-language solutions for developers
http://www.fast-report.com
Back to top
Nard Moseley (Digital Met
Guest





PostPosted: Thu Dec 07, 2006 11:06 pm    Post subject: Re: Design Page in runtime Reply with quote



Check out ReportBuilder, www.digital-metaphors.com

trial versions: http://www.digital-metaphors.com/download/

feature matrix:
http://www.digital-metaphors.com/products/feature_matrix.html

--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com

"Luis R. Gordillo" <lrgordillo (AT) yahoo (DOT) com.ar> wrote in message
news:45756ac1 (AT) newsgroups (DOT) borland.com...
Quote:
What is the best reporter for creating page with Text, line, Shape, Image
with design different for each page.
I using Rave and excelent results and control except what not print in
Zebra printers. (Zebra Technologies is thermic printer and not problem to
print from other software (Corel,Word,QR,Fast Report,etc))
In Rave I design the page in runtime by code. It work fine.
Exist other reporter who do this?

Luis.







Back to top
claudio ceccerin
Guest





PostPosted: Sun Dec 10, 2006 10:54 pm    Post subject: Re: Design Page in runtime Reply with quote

Hi Luis,

Quote:
What is the best reporter for creating page with Text, line, Shape, Image
with design different for each page.
I using Rave and excelent results and control except what not print in
Zebra printers. (Zebra Technologies is thermic printer and not problem to
print from other software (Corel,Word,QR,Fast Report,etc))

I did many report to produce barcodes on Zebra printers with Rave Report.
Problems I had were connected to page dimension for report.
You need to force page dimension.

Quote:
In Rave I design the page in runtime by code. It work fine.
Exist other reporter who do this?

Luis.

HTH.
clacke
Back to top
borland
Guest





PostPosted: Tue Feb 06, 2007 7:27 pm    Post subject: Re: Design Page in runtime Reply with quote

Hi. Claudio:

I print fine in all printers (no Zebra printer) except in Zebra TPL 2844-Z
and Zebra S400. In this case raise error "Invalid floating point operation"

I use Delphi 2006 and Rave 6.5 on windows XP sp2.
I select the paper in the printer and set the page dimensions in my report.
The preview is ok, but when try to send to printer generate error "Invalid
floating point operation".

what version you use?

(In Delphi 7 work all fine)

Thank´s
Luis
Speak in Spanish?

Trabaje mucho tiempo con impresoras Zebra para generar credenciales con todo
tipo de datos, graficos, textos, lineas, etc. y con QuickReport logre que
funcionara todo ok al definir correctamente el tamaño del papel.
Ahora necesito mas flexibilidad y use Rave y funciona todo perfecto al
mandar a otras impresoras, como HP laser. Pero al imprimir en una Zebra se
produce el error.
Probe incluso imprimir algo tan simple como HOLA y sucede lo mismo. El
manejo de papel creo que lo hice bien ya que puedo seleccionar el tamaño de
papel que quiera e incluso inventar nuevos tamaños creandolos en la
impresora y luego configurando el reporte a ese tamaño. Lo probe con otros
tipos de impresoras.

Sos la unica persona que usó alguna vez una Zebra, asi que sos mi unica
esperanza para encontrar el problema, ya que inclusive Nevrona se niega a
aceptar alguna responsabilidad.
Si puedes mandarme un pequeño ejemplo, te lo agradecería muchisimo.
Ademas probe todo compilandolo en Delphi 7 y funcionaó perfecto en las
Zebra. En Delphi 2006 es donde obtengo el error.

Espero tu respuesta...
gracias.
Luis - Argentina



"claudio ceccerin" <clacke.nospamplease (AT) tiscali (DOT) nospamplease.it> escribió en
el mensaje news:457c3b99$1 (AT) newsgroups (DOT) borland.com...
Quote:
Hi Luis,

What is the best reporter for creating page with Text, line, Shape, Image
with design different for each page.
I using Rave and excelent results and control except what not print in
Zebra printers. (Zebra Technologies is thermic printer and not problem to
print from other software (Corel,Word,QR,Fast Report,etc))

I did many report to produce barcodes on Zebra printers with Rave Report.
Problems I had were connected to page dimension for report.
You need to force page dimension.

In Rave I design the page in runtime by code. It work fine.
Exist other reporter who do this?

Luis.

HTH.
clacke

Back to top
clacke
Guest





PostPosted: Thu Feb 22, 2007 3:06 am    Post subject: Re: Design Page in runtime Reply with quote

Hi Luis,
Sorry for the late answer but I didn't see your question.

Quote:
Hi. Claudio:

I print fine in all printers (no Zebra printer) except in Zebra TPL 2844-Z
and Zebra S400. In this case raise error "Invalid floating point
operation"

I use Delphi 2006 and Rave 6.5 on windows XP sp2.

I'm using Delphi 7 + Rave 5.0.8 and delphi 2k6 + Rave 6.5.2 on Win XP sp2.

Quote:
I select the paper in the printer and set the page dimensions in my
report. The preview is ok, but when try to send to printer generate error
"Invalid floating point operation".

what version you use?

I'm using Zudv5007 for TLP 2742.

Quote:

(In Delphi 7 work all fine)

Me too.

Quote:

Thank´s
Luis
Speak in Spanish?


Sorry, no, I'm Italian.

Quote:
Trabaje mucho tiempo con impresoras Zebra para generar credenciales con
todo tipo de datos, graficos, textos, lineas, etc. y con QuickReport logre
que funcionara todo ok al definir correctamente el tamaño del papel.
Ahora necesito mas flexibilidad y use Rave y funciona todo perfecto al
mandar a otras impresoras, como HP laser. Pero al imprimir en una Zebra se
produce el error.
Probe incluso imprimir algo tan simple como HOLA y sucede lo mismo. El
manejo de papel creo que lo hice bien ya que puedo seleccionar el tamaño
de papel que quiera e incluso inventar nuevos tamaños creandolos en la
impresora y luego configurando el reporte a ese tamaño. Lo probe con otros
tipos de impresoras.

Sos la unica persona que usó alguna vez una Zebra, asi que sos mi unica
esperanza para encontrar el problema, ya que inclusive Nevrona se niega a
aceptar alguna responsabilidad.

Nevrona support? There is a Nevrona support? I didn't see and I think I'm
not alone...
I'm seeking for another reporting tool with sources so I can do support from
myself!
So, if you find useful working with QuickReport, note that borland updates
gives QReport 4.0.2 for win 32 applications.

Quote:
Si puedes mandarme un pequeño ejemplo, te lo agradecería muchisimo.
Ademas probe todo compilandolo en Delphi 7 y funcionaó perfecto en las
Zebra. En Delphi 2006 es donde obtengo el error.

Espero tu respuesta...
gracias.
Luis - Argentina


HTH
claudio
Back to top
Display posts from previous:   
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Reporting-Charting All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.