How can I print UPC-A objects for labels? - crystal-reports

I have a Crystal Reports project that I am working on where I need to generate a label with UPC-A's. After doing a bit of research, I've found that Azalea Software offers a tool that is suppose to integrate barcode objects into your application.
I purchased the software from Azalea, followed all of their instructions and I can not get their software to work with my report. I don't want to speak ill of Azalea, because their support has been great, but is anyone aware of a legitimate alternative for UPC-A barcode creatioon from within Crystal Reports 2008?
I don't mind purchasing another 3rd party API, I just need to be able to generate dynamic UPC-A images from the UPC-A numbers that I need to encode stored within my database.
Further information-- this is a label document that is printed from a ClickOnce published application that uses the Crystal Reports for Visual Studio 2010 runtime, and the Crystal Reports Document Viewer control to view and print these labels.

We use IDAutomation for our barcoding. Very easy to use when installed, you use it like a font on calculated barcode fields. We use it mainly for Code-39 and Code-128 barcodes; though looking at the site it can make UPC/EAN codes too. It also has a selection of sizes for each barcode, alongside the normal font resizing.
On our version you have to install the fonts on every client computer running the report locally; but only once on telnet servers etc.

Related

Reports with multiple orientations and continuation templates

I am currently working on a project that has chosen JasperReports as their tool to create PDF documents. It is a PHP project, using web services to talk to JasperReports to create the PDF's from pre-designed templates.
Unfortunately, everyone on the project has very little experience with JasperReports and Jaspersoft Studio.
One of our requirements is to build a report, where the first page is landscape and has many text fields on them, 2 of which (if the text overflows) need to continue onto 2 different reports (both portrait).
We are having trouble finding a solution to allow multiple orientations, and continuing the 2 different text areas on 2 different continuation sheets.
Any help or suggestions would be appreciated.

Crystal Reports, how to, change paper size at runtime?

version: Crystal Reports XI (11.0.0.895), not the Visual Studio version.
Our thick client application that calls our rpt files has printer settings, but I can override that with settings in the rpt file. Like turning the page to landscape for printing out wide data. We do that by dropping in formula called "Landscape" and setting that to "True".
Addition to that I need to be able to toggle between letter size and legal size based on the amount of data being demanded. I've dug with Google for answers, but I keep finding custom paper sizes (don't need) and solutions for the Visual Studio version where I would have access to the code-behind files.
There is no option in crystal reports to change the page size in run time. You need fix the page before developing the reports.
Paper size is always fix at design-time and you are always able to change at runtime by vs, not from crystal report inside.
So only option to change any size from visual studio. You can set any standarad size or custom-size ( Before apply , define paper-size).
change paper size in microsoft report viewer
http://www.codeproject.com/Questions/133694/Crystal-report-page-size
Better way Create a Paperform ,to create a Paperform you can find a class in GitHub and use the Paperform name in the crystal report
while running the program change the size of the Paperform according to your requirements, each time you have to delete the PaperForm and re-generate it again

using word files as a template for crystal reports

my client wants the legal department to do all the mailing reports for this system. I want to use Crystal for the reports instead of the clients idea of developing a reports package from scratch. The hangup with crystal is their legal department wants to do the editing of the reports in Word and have a glorified mail merge generate the PDF files that goes off for printing.
Ive played with it for a while, is there a way that i can get Crystal to take in a word document as a template and basically replicate Word's mail merge but on Crystal Server so i have the report history?
Word can not natively act as a template for a RPT file. You could write an application that parses the DOC and applies it a pre-built report using the CR SDK.
I've used Word's mail-merge functionality in the past--it's fairly reliable.
You might also consider JangoMail too. Their email-merge functionality is pretty sophisticated.

FileMaker Pro 10 - How to Extract Layout and Scripts from fp7 File?

I want to start tracking my FileMaker changes in Subversion but all I have a big binary file with everything. Is there a way to extract the layout and script parts into a text format so that I can see diffs of what was changed?
I'm thinking maybe there's a 3rd party tool for that?
I think the closest thing you're going to find is FileMaker Pro Advanced's Database Design Report, which will export an XML or HTML representation of all of the elements in a FileMaker database. The report will include all of the script steps for a file and all of the position and other information for the layout objects, but depending on the size of your FileMaker system, it may take a while to generate each time.
I use version control for my FileMaker systems but don't bother with diffs, just making sure that I provide adequate comments for my commits.
You should check out FMDiff. It reads the original filemaker files (without needing to generate a DDR) and shows differences between multiple versions of the same file. I've not used it before, but always intended to.

Can you start Crystal Reports 10 in read only mode so users can't create or change a report?

I'm in an environment where I have created reports in CrystalReports 10 and only want my users to view the report from an external application. The application is already set up to open the report with crystal, but I don't want my users to be able create or change the report. I can't seem to find a command line option to do this. Is there a runtime only version of Crystal?
embed crviewer and craxdrt components in your app (delivered with CR developer's edition, free to distribute) so that you'll be able to view reports without modifying them. Basic manipulations (zoom, search, export to pdf, display/hide details or groups) can still be done.
If you must launch this viewer from a command line, I'd advise you to embed it in an office document/file and manage it through VBA. You could for example launch the runtime version of Access (free to distribute) that will contain one generic form for Crystal Reports display.
There are Crystal Reports viewer components which you can use in your projects. They are coming with the Crystal Reports Developer editions and you can use them in almost every programming language. There you can define the report as view only if you want.
Go to SAP.com and search for "Crystal Reports Viewer". It may or may not do what you want.
Also take a look at "Crystal Reports Server". CRS XI is a nice reporting portal with many useful server-side features. Schedule reports to run and auto-publish. Generate PDF or Excel output. Limit access to reports (or groups of reports) by specific users, etc. But for your application you can use HTTP access within your application to the published results. This is a good solution for example when you have a large number of users viewing the same reports.
What about marking the file as read-only? If the viewer opiton isn't open to you.