Label stuff
Hi,
I am trying to do the following:
I want to be able to give the user the list of label templates the way they
show up in designer when creating a new label. They should be able to select
avery 5150 etc...
How do I give them this flexibility without them having access to the
designer?
Also, howcome there is no way to set the type for a barcode to use a db
field as well as the code? We have customers with barcodes with various
types, and it would be great to be able to have a tample contain a code and
a type and just set the variables appropriately.
Jonas
I am trying to do the following:
I want to be able to give the user the list of label templates the way they
show up in designer when creating a new label. They should be able to select
avery 5150 etc...
How do I give them this flexibility without them having access to the
designer?
Also, howcome there is no way to set the type for a barcode to use a db
field as well as the code? We have customers with barcodes with various
types, and it would be great to be able to have a tample contain a code and
a type and just set the variables appropriately.
Jonas
This discussion has been closed.
Comments
Take a look at the following example. This should get you on the right
track.
http://www.digital-metaphors.com/tips/LaunchLabelWizardInCode.zip
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thanks!
How do I access the childband's befopregenerate/beforeprint propertly for
this "report on the fly" in order to set the type properly for the
dbbarcode.
Jonas
You will need to assign the event yourself in code after the report object
is created. For instance...
lReport.DetailBand.OnBeforPrint := MyBeforePrintEvent;
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com