In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Se encontraron 42 coincidencias

por nbatocanin
Dom May 08, 2022 4:11 pm
Foro: FastReport
Tema: POS printers
Respuestas: 0
Vistas: 1836

POS printers

Hi! In Serbia from 01.05. we have software fiscalization. Our customers have purchased various POS printers and are printing invoices on them. In most cases, printing works well, but we have problems with some printers.They move the text left or right and thus cut off one or two letters at the begin...
por nbatocanin
Dom May 08, 2022 3:04 pm
Foro: FastReport
Tema: EditReportButton
Respuestas: 2
Vistas: 1169

Re: EditReportButton

Thank you!
por nbatocanin
Vie Abr 22, 2022 3:33 pm
Foro: FastReport
Tema: EditReportButton
Respuestas: 2
Vistas: 1169

EditReportButton

Is there a way to turn off the EditReport button in the report preview?

Thank you in advance,

NB
por nbatocanin
Sab Feb 05, 2022 12:50 am
Foro: FastReport
Tema: Big number
Respuestas: 13
Vistas: 2606

Re: Big number

I never used Xailer, only FastReport, but if it is a necessary to get the correct update, I will buy it.

Can you please confirm that this example works with the latest DLL:

https://drive.google.com/file/d/18OmZAr ... sp=sharing
por nbatocanin
Jue Feb 03, 2022 4:11 pm
Foro: FastReport
Tema: Big number
Respuestas: 13
Vistas: 2606

Re: Big number

Like I said, the link doesn't contain the latest version:
x.PNG
x.PNG (7.48 KiB) Visto 2361 veces
Anyway, I tried that version and it still has a bug.
por nbatocanin
Jue Feb 03, 2022 1:23 am
Foro: FastReport
Tema: Big number
Respuestas: 13
Vistas: 2606

Re: Big number

On this link is version 1.5.1609.7, which has bug. Can you upload your version please? Thanks for the recommendation, but the problem is that we have a huge number of users who have custom made fr3 scripts with manually created variables. If I put a FR version that can't accept that, I have to chang...
por nbatocanin
Mié Feb 02, 2022 6:00 pm
Foro: FastReport
Tema: Big number
Respuestas: 13
Vistas: 2606

Re: Big number

See the CM length DLL version: 1.5.1705.9 Sorry I did not understand? Ok, newer versions solve the problem with a large number (the problem is also solved in the my 1.5.1609.7 version), but the problem with manually created variables remains! Is this fixed in your version? I ask again: where can I ...
por nbatocanin
Mié Feb 02, 2022 2:53 am
Foro: FastReport
Tema: Big number
Respuestas: 13
Vistas: 2606

Re: Big number

Unfortunately, the problem has not been solved :( Please see this examples - first one is with FR version 1.5.1411.27: https://drive.google.com/file/d/1f11p9yDeG3JqyAn6JCTsYIzjMZTfbKLY/view?usp=sharing this is the same example, FR version 1.5.1609.7: https://drive.google.com/file/d/1vJbxw7UOiUlP_fLL...
por nbatocanin
Dom Ene 30, 2022 12:22 pm
Foro: FastReport
Tema: Big number
Respuestas: 13
Vistas: 2606

Re: Big number

Problem solved!

I use old version of frx.dll (1.5.1411.27). When i replace DLL with version 1.5.1609.7, everything work properly.

Which version is the latest and where can I get it?

Regards, NB
por nbatocanin
Mar Ene 25, 2022 2:15 am
Foro: FastReport
Tema: Big number
Respuestas: 13
Vistas: 2606

Re: Big number

Thanks for the reply, but unfortunately none of that works. The problem is obviously at a lower level, in the core of FastReport ...

Is there a possibility to buy an FR update? I don't need anything special, but I would be glad to support further development.

Regards,

Nenad Batocanin
Wings
por nbatocanin
Mié Ene 19, 2022 2:23 am
Foro: FastReport
Tema: Big number
Respuestas: 13
Vistas: 2606

Big number

Hi to all :) I have a very strange problem with displaying large numbers. For example, I have numeric fields which contains number 2201000253. FR displays this number as -2093967043. Actualy: 2201000253 - 2^32 = -2093967043 so obviously there is some limitation. Is there a way to display this number...
por nbatocanin
Jue Jun 17, 2021 2:31 am
Foro: FastReport
Tema: Select printer
Respuestas: 7
Vistas: 2651

Re: Select printer

Ignacio, thank you very much! The problem is of course in my code. I did that part a long time ago (Spirin version), so I forgot how it works. Basically, all my reports look like this: oFr := FRInit() ... ... oFr:activate() FRInit() doing this: oFr := FrReportManager():New() oFr:SetProperty("DE...
por nbatocanin
Mié Jun 16, 2021 3:50 pm
Foro: FastReport
Tema: Select printer
Respuestas: 7
Vistas: 2651

Re: Select printer

Ah, I realized what the problem was! I use FrReportManager as base class instead TFastReport. Unfortunately, it's a big problem for me to change this, is there a way to set up a printer from this class? I try

::Super:oPrintOptions:cPrinter

but :oPrintOptions is NIL??
por nbatocanin
Mié Jun 16, 2021 1:56 am
Foro: FastReport
Tema: Select printer
Respuestas: 7
Vistas: 2651

Re: Select printer

hgarciaj escribió: Jue Jun 10, 2021 3:19 am ::oFastReport:oPrintOptions:cPrinter:="your printer"
Unfortunately, this is not work (undefined variable cPrinter). I try with

oFr:SetProperty ("PrintOptions", "cPrinter", "My Printer")

But this has no effect either :(
por nbatocanin
Jue Jun 10, 2021 11:23 pm
Foro: FastReport
Tema: Select printer
Respuestas: 7
Vistas: 2651

Re: Select printer

hgarciaj escribió: Jue Jun 10, 2021 3:19 am First you have to identify tthe correct name for the printer you need, (check tprinter class) then you have to send it to your fr3 with this:

::oFastReport:oPrintOptions:cPrinter:="your printer"
Regards
Thank you!

NB
por nbatocanin
Mié Jun 09, 2021 1:18 am
Foro: FastReport
Tema: Select printer
Respuestas: 7
Vistas: 2651

Select printer

Hi to all :)

Is this forum still active?

I need to select a specific printer that is not Windows default for one specific report. Is there a way to do that?

Regards, Nenad
por nbatocanin
Jue Abr 30, 2020 3:25 am
Foro: FastReport
Tema: Bug with variables
Respuestas: 4
Vistas: 55580

Re: Bug with variables

This only partially solved the problem, I think there is a bug in FR. Would it help to make one simple example with this error?

NB
por nbatocanin
Jue Abr 30, 2020 3:22 am
Foro: FastReport
Tema: QR code
Respuestas: 2
Vistas: 25808

Re: QR code

Dear Sir, I'm afraid we do not support the latest version of FastReport. Our development stopped at version VCL4. I include below an answer on this same forum: Ok, I understand. We are willing to pay some reasonable price for maintaining and supporting the existing version, if there is a possibilit...
por nbatocanin
Mié Abr 29, 2020 5:13 pm
Foro: FastReport
Tema: QR code
Respuestas: 2
Vistas: 25808

QR code

Hello!

We need QR codes level N and M, but I don't see this options in our version? As it says in this text, it should exist:

https://www.fast-report.com/en/blog/103/show/

Regards, NB
por nbatocanin
Jue Dic 22, 2016 8:15 pm
Foro: FastReport
Tema: Batch printing - prepared report
Respuestas: 21
Vistas: 184432

Re: Batch printing - prepared report

Ok, but I do not see the connection with this problem? This program with the new version does not work properly. PROC Main USE Art NEW EXCLUSIVE oFr := frReportManager():New() oFr:cFRLicense := ... oFr:cXALicense := ... Art->a_name := "This is 1111" oFR:Create() oFr:LoadFromFile ("rep...
por nbatocanin
Jue Dic 22, 2016 3:28 am
Foro: FastReport
Tema: Batch printing - prepared report
Respuestas: 21
Vistas: 184432

Re: Batch printing - prepared report

Sorry, I still do not understand?
por nbatocanin
Mié Dic 21, 2016 4:35 pm
Foro: FastReport
Tema: Batch printing - prepared report
Respuestas: 21
Vistas: 184432

Re: Batch printing - prepared report

Hello, Review FUNCTION Sergey() on module FRConsole.prg (line 364). Here is working fine. Regards, Sorry, I do not understand? Line 364 is: :AddVariable( "Categoria", "Nombre", 123 ) I use: oFr:AddVariable ("VAR", "X", 1) This is the same? I rewrote the progr...
por nbatocanin
Mar Dic 20, 2016 3:24 pm
Foro: FastReport
Tema: Batch printing - prepared report
Respuestas: 21
Vistas: 184432

Re: Batch printing - prepared report

Unfortunately, there is still a problem. Pleas look this test program: PROC Main USE Art NEW EXCLUSIVE oFr := frReportManager():New() oFr:cFRLicense := ... oFr:cXALicense := ... Art->a_name := "This is 1111" oFR:Create() oFr:LoadFromFile ("report.fr3") oFr:AddDbf ("ART"...
por nbatocanin
Mar Dic 20, 2016 2:35 am
Foro: FastReport
Tema: Batch printing - prepared report
Respuestas: 21
Vistas: 184432

Re: Batch printing - prepared report

I found FrDataset.prg, but do not know how to include this PRG into my program? Regards, NB Hello, Sorry, your message has been unintentionally forgotten. I hope you can include a simple line in the source code of FrDataset.prg. In case not I will upload a new version. Here is the code: METHOD Load(...
por nbatocanin
Lun Dic 19, 2016 1:23 am
Foro: FastReport
Tema: Batch printing - prepared report
Respuestas: 21
Vistas: 184432

Re: Batch printing - prepared report

Sorry to bother you, but this is very important to me.

Is there any chance of returning to the old way of working with empty arrays? Older versions accepts empty arrays and not report an error when this happens.

Regards, NB