tokkie
tokkie
About
- Username
- tokkie
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
I found the solution. On all pages of the report I use the same type of barcode. In my program I create an instance of TfrBarcode. In the OBP event of the barcode I have this code:  if finalpass then   bar_Artikel.Left := Shape55.Left + …
-
gordk wrote: is it moving because we stretched the page header in the final pass, or because of code checking freespace and forcing newpage? It is moving because of the many records. On a page of a report there are 33 records. The 34th rec…
-
GordK, But it is not so flexible, because when you change the height of the master data, you first must check how many records then fit on a page. So is there no general solution for this problem?
-
Gordk, There is a problem exactly what you say in your reply. At the end of the page the master data band gets a new record, then he sees that the record does not fit on the page, so it must be moved to the next page. But the problem is tha…
-
Gordk, I have implemented the idea and it works perfect! Thnx!!
-
Hi Gordk, In the old program I use: Â Printer.Canvas.Font.Name := 'Arial'; So this is a TrueType Font. Or am I thinking wrong?
-
gordk wrote: Hi Tokie here is some info from okidata 10i discontinued 12/31/98 replaced by 12i discontinued 11/30/2000 replaced by 14i discontinued 10/15/2003 replaced b4300. regards Yes it is an old printer. But first I was printing wi…
-
gordk wrote: Hi tokie It prints fine on canon inkjets under w98 wxppro. is it possible in the setup using the okidata that font substitution is ocurring? regards What do you mean? Do you mean that the font is not available on the comp…
-
GordK, It's right that a lot of memo's are empty. But the problem is with the memo's with the text: WEEK 9 WEEK 10 ect.... and BV B R/D LEV and MA DI WO DO VR ZA
-
I have a solution: In my delphi code before the report is prepared: Â frVariables['ARTIKELGR'] := 0; In the OBP event of the master data band: Â if (ARTIKELGR <> [frm_AfdrukkenLijstBestelboek.cldtst_VoorraadLijstBestelboek."ART…
-
Is it possible to go through the report (all pages) after the report is prepared and then center the barcode, because the barcode has its good width?
-
I use the code to center the barcode in a rectangle. The report prints an X number of articles with barcodes. Each barcode could be a different type and has a different number.
-
The problem is solved. The problem was not fast report but it was my own fault. On the form I use a timer that every X seconds the state of printer retrieves and set on the form. So because fast-report uses during printing Application.Processm…
-
Nobody ? I really need a solution. So please
-
By the way I'll explain why I need some pages to be hided: I think the most programs are not good designed. Because on the printdialog you almost never see the button: print preview. I think that is very strange, because the user can there sel…
-
Thnx, it works!