juakus
juakus
About
- Username
- juakus
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Nevermind! Just used "anchor" property and it's working the way I wanted it ... anyway ..there's something else. When I change the width of any barcode the bars-height get reduced and the fonts in the human readable get increased. It's there any wa…
-
Hello Alex: I'm back... I want to be able to keep the barcode centered in the databand and to resize it using parameters. To get there I used the "Private Sub _StartReport" event and wrote: Barcode1.Width=(CType(Report.GetParameterValue("PWi…
-
Hi Alex: Everything is working fine! Note for whoever is reading: the name of the symbology is case-sensitive "Code39" works .. "code39" doesn't Thanks Juakus
-
Hi: Do I have to download FastReport.Net and reinstall it again to get the next daily build? I'm asking couse I'm new here and don't know how it works. Thanks a lot Juakus
-
?????
-
hi .. here is a sample: procedure TForm1.PrintReport1Click(Sender: TObject); var Memo1: TfrxMemoView; begin frxReport1.LoadFromFile('test.fr3'); Memo1 := frxReport1.FindObject('Memo1') as TfrxMemoView; Memo1.Text := Edit1.Text; frxReport1.…