texaz
texaz
About
- Username
- texaz
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
AlexTZ wrote: » This way it should work: a text object (Name:"Text1", Text:"[Barcode1]") a code to set the param value: FastReport.Report rpt = new Report(); rpt.Load("Label.frx"); rpt.SetParameterValue("Barcode1",textBox1.Text); rpt.Sho…
-
AlexTZ wrote: » Hello, To print a parameter's value in the Text object, put the following text in it: [Barcode1] This code will set the parameter value and run a report: FastReport.Report rpt = new Report(); rpt.Load("Label.frx"); rpt.Se…