
technisoft
technisoft
About
- Username
- technisoft
- Joined
- Visits
- 1
- Last Active
- Roles
- Members
Comments
-
Memory problem? Insufficient memory (maybe a memory leak in FR) or memory which is suspect in a region which is only used on 2nd and subsequent prints. Everything points to thsi computer being the problem. How to convince the customer is anothe…
-
I don't know if this is of any help as I am not familiar with MySQL. You need to close and then reopen the query after the change. IMO it should automaticlly close anyway as soon as you make changes. Refresh on a Query usually only refreshes the …
-
Jerm wrote: » I am looking to set the printer tray/bin programmaticly, but it seems that the report's paper size overrides every attempt. IE. if the report's paper size is legal and I specify a bin with non-legal size paper, it will print to the l…
-
I don't use ADO but I hope that this still applies. Use query components to only extract the data you want and then report on that. Even if you could restrict the data from within FR what are you going to do if someone asks for a report with a…
-
I suspect it has something to do with charactersets and transliterations. He probably has some Umlauts , Euro symbol, or some other strange characters in his source strings. Excel 2010 probably expects a unicode character set, AFAIK D7 is not uni…
-
It looks that TIFF is not supooerted at runtime. One option, if there aren't many images, is to convert the TIFF to JPG. IrfanView (free) can do that.
-
starhu wrote: » The best thing would be that I would set up e.g. 10 different designs of the same invoice Fr form then store in a database table like: FWIW, these are my thought about this approach. From my experience, I have given up on g…
-
Use the TfrxPictureView component.
-
Unlike dot-matrix printers many ink-jet and laser printers have their own margins which may result in one or the label rows not being usable or spilling onto a new page. I think the Avery range of labels has a layout with a half label at the top an…
-
joost wrote: » Thanks for the suggestions but I finally managed to solve it myself along the lines of refreshing the FieldAliases (list of the TfrxADOQuery). All that is needed is to explicitly clear the FieldAliases (TfrxDataset.FieldAliases.Cle…
-
joost wrote: » Hi, thanks but the problem is that the query is a cross-tab/pivot query. That means that, for example, based on one user input I might have fields X, A, B, C, D but based on another input I might only have fields X, A, C, D. Since t…
-
joost wrote: » 2) Alternatively, can I ignore the FieldAliases and access the fields of the frxADOQuery in my PascalScript to get the field names directly? I would try to do that mapping in the query itself. One query might read: SELECT …
-
Export and display the report as PDF and copy, paste and print from there works.
-
The Gnostice PDFtoolkit is also said to be working OK. $349 to $499, a heavy price for something which FR should be able to do with ease.
-
Gonzalo Mengual wrote: » I NEED SEND TO DOT MATRIX A ESCAPE SECUENCE, FOR CHANGE THE NUMBER LINES OF REPORT AND TOO, CHANGE THE NUMBERS OF LINES WHEN PRINTER IS CLOSE. BY DEFECT IS 40 AND THE SECUENCE FOR CHANGE IS (1B)(43)(nn) . THE PRINTER IS…
-
Gonzalo Mengual wrote: » Pretendo con fast report 4.6 cambiar la longitd de pagina enviando secuencias de escape a STAR DP8340, y no se de que forma ni como. alguien me puede informar ?????? Gracias From what I can make out I chance this rep…
-
Pedro Sousa e Faro wrote: » It's not possible another way ? The report is the same but especifying "setcopies" . FR send to printer , in first place all the originals and the the copies .... I need 1 original , one copy , 1 original .. 1 …
-
Pedro Sousa e Faro wrote: » When i specified 3 "setcopies" , it prints all "Original" , then all"Duplicates" .. then all "Triplicates", I need 1 original+1+duplicate+1 triplicate, ...1 original+1+duplicate +1 triplicate Make 3 reports…
-
Horses for courses, as they say. I think that each approach has its merits.
-
It is certainly possible. I use a system where there is a global repository of separate reports on the file server, using the Windows file system to keep them organized. The user can select the default report layout, a customized layout for himse…
-
Just speculating ... LoadReport destroys or resets any setup you may have done to a report. Maybe PrepareReport does the same thing to the export setup? If that is the case then it mean moving 1 line if not myReport.PrepareReport() then Exit…
-
Moony wrote: » if myReport.LoadFromFile(Filename.xml) then begin   myXLSExport.FileName := Filename.XLS;   if not myReport.PrepareReport() then     Exit;   myReport.Export(myXLSExport); end; Could it be as simple as: if my…
-
jlshk wrote: » I made a report by Cross-Tab to show sales amount per shop per date. In Grand Total, I wish to show the average amount instead of sum total. But I found it often happens error, I guess it should be caused by Null value when some sho…
-
frxReport.StoreInDFM := TRUE;
-
Ambit Energy wrote: » When working with Fast Reports, is there a way to trace errors within a report. I am an end user of the Fast Reports control, not the programmer. I keep receiving an error saying that I am using an invalid field, but it does …
-
Rakan wrote: » Hello i want To Buy a Besic Edition From Fast Report 4 For delphi 2010 but i need to know if this (Besic Plan ) has a designe for Report Or not ? ? ? If any Screen Shot for besic editin please i want to see it before buying Bu…
-
That the PDF export filesizes are huge has been the subject of numerous threads. Part of it is that FR4 embeds the whole character set in the PDF, no matter whether the characters are used or not. It has been reported that FR5 will correct this an …
-
Thanks for the link.
-
I was at Embarcadero's Devcon seminar a few days ago. FR is currently only available in the VCL. FireMonkey looks fantastic in its abilities, but migrating existing to it will be laborious. Source which does not access visula components will wor…
-
mcs wrote: » Hello world [img]style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />! I was wondering if anybody can help, it should not be very hard. I have in FR, Header, GroupHea…