Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I make a custom fuction apear in a specific font

Status
Not open for further replies.

KirillToronto

Programmer
Jul 8, 2008
24
0
0
CA
Hi,
I've made myself a little function that helps me barcode things. The only problem is that the result of the function need to appear in IDAutomationHC39M font. Is there a way to code the font into this function. Thanks

Function (stringVar ToBarcode)
"*"&ToBarCode&"*"
 
I've used the ID Automation barcodes before. Drop the formula on the report and select the IDAutomation font for that field.
You will have to make sure that the font exists on any machine that will run the report.

Scotto the Unwise
 
I am just using a Freefont that they provided, I do not have the IDAutomation Formula. So what I need the field to default to IDAutomationHC39M font when I am using custom function. How Do I do it ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top