Zebra Plastic Card Printers.

Zebra Plastic Card Printers come in a variety of styles and price ranges, including single-sided printers, dual sided printers, and security printers

Healthy Solutions for Healthcare.

The healthcare industry benefits from barcoding. Barcoding enhances patient safety and operational efficiency.

Seagull Scientific Products

Seagull Scientific BarTender is an industry-leading label design and barcode software. Seagull Scientific also develops true Windows printer drivers for bar code and thermal printers.

MC 9190G

The Ability To Satisfy Your Company Software Requirements.

Wireless Broadband

The unrivalled Motorola portfolio of Point-to-Point (PTP), Point-to-Multipoint (PMP), and Mesh Wide Area Network (MWAN), WLAN and VoWLAN solutions make governments, enterprises, and service providers more agile by helping them deploy voice, video, and data applications right where they need them.

Showing posts with label Reporting. Show all posts
Showing posts with label Reporting. Show all posts

Tuesday, 20 March 2012

Powerful Labeling & Reporting Software with only 20MB

TEC-IT releases version 7 of the label printing and reporting suite TFORMer!

Performance and Usability

The new version of this label printing and reporting tool combines unmatched functionality with high performance and small resource requirements. The download size of the complete package is about 20 MB and contains all features, no additional 3rd party software is required.

Streaming

TFORMer SDK version 7 supports so-called streaming: the required output is generated completely in-memory, no file system access is required. This feature dramatically improves output speed and is especially of interest if TFORMer SDK is used as backend for PDF creation in web services. For an example check out the online QR-Code business card generator of TEC-IT.

New Features

Label Setup Wizard
In addition, TFORMer Designer V7 convinces through enhanced usability.
The software provides a new and easy-to-use page and layout setup wizard. Standard labels or simple reports are created with a few clicks, well-known brand label templates (e.g. Avery®) are available.
Besides German and English, the new version also offers a Spanish user interface.
Rich Text with Super- and Subscript
To meet sophisticated output requirements, V7 also supports super- and sub-scripting as well as adjustable soft-hyphenation for rich text elements. Full-featured bar-code printing capabilities for linear and 2D bar-codes are integrated seamlessly in the product.

Product Download

TFORMer Designer V7 can be downloaded from the company’s website www.tec-it.com. A 10-day test drive is available for free. TEC-IT’s provides tutorial videos on YouTube and is also available for product support via email, phone or remote conferencing at no charge.

About TEC-IT

TEC-IT Datenverarbeitung GmbH provides high quality software in the areas of automated data acquisition and data collection, bar-coding, barcode extensions for ERP systems, label and form printing, report generators and output management. TEC-IT products are available for all major platforms, thus customers benefit from complete and versatile software solutions for all possible requirements. The company is located in Austria / Europe and can be reached via www.tec-it.com. All trademarks are the property of their respective owners.

Wednesday, 19 May 2010

Complex Invoice Form created with TFORMer


TFORMer can be used to create complex invoices with two or more tables on one page filled with different data. This is controled by pre- and post evaluations during printing.

Please contact us if you're interested in such a form: support@tec-it.com

Friday, 9 April 2010

Printing Barcodes with SQL Reporting Services: TBarCode .NET

TEC-IT published a PDF document which outlines the usage of TBarCode SDK as barcode generator for SQL reporting services.


The .NET barcode class which is contained in the TBarCode SDK can be integrated seamlessly into MS SQL reporting services. Just a few lines of .NET code are needed to enhance a report with full bar code printing services for linear barcodes, 2D codes and GS1 DataBar symbologies.


Check out the document Printing Barcodes with MS SQL Reporting Services. A sample report including source code is available in the download section of TBarCode (Microsoft Visual Studio required).



Wednesday, 11 November 2009

Barcode Generator for SQL Reporting Service

To generate bar codes (ALL barcodes - meaning linear barcodes, 2D barcodes like DataMatrix and GS1 DataBar codes) all you need is an internet connection. Advantage: no additional software is needed and no Visual Studio is required. The basic idea is to insert an barcode image generated by the online barcode generator of TEC-IT. This barcode generator is customizable via the URL - so it is possible to create each bar-code as required.

1) Create the required barcode using the online barcode generator
2) Scroll down to the section "Free Use of This Barcode Generator". Copy the URL (see screenshot below) into your clipboard:

Barcodegenerator

3) Start the MS SQL Server Report Builder
4) Create a new report
5) Insert a Picture object and change the “Image Source” property to “External” (see screenshot below)

ImageProperties
6) Click on the “fx” button to set the URL for the barcode image (see screenshot below)

ImageURLFunction
Function used in the example above:
=”http://www.tec-it.com/online-demos/tbarcode/barcode.aspx?code=Code128&data=” & CStr(Fields!UserName.Value) & "&dpi=96&rotation=0&modulewidth=fit"

This creates an Code128 barcode using our online barcode generator. The data encoded in the barcode is stored in the UserName field:
CStr(Fields!UserName.Value)

7) Close all dialogs with OK

That’s all you need to do to insert barcode functionality to the Microsoft SQL Reporting Service.

Result

Interested?

If you like this method for barcode creation you can use the online barcode generator for free (for non-commercial use only). For commercial users TEC-IT recommends a local barcode server in the companies intranet.

Thursday, 7 May 2009

TFORMer 6.0 Available

New Barcode Label / Reporting Software Release!


TFORMer 6.0 is an advanced Barcode Label Software and Reporting Software with great usability. The brand-new version introduces a lot of features and improvement:
  • Improved User Interface
  • User-Friendly Manual Data Input
  • Unified Datasources (ODBC, XML, CSV, TXT, ...)
  • Field Bindings
  • Computed Fields / Serial Numbers
  • Datasource Parameters
  • Extended Barcode Support
  • And much more! Check out the details, download the demo version for free!

Thursday, 30 April 2009

Barcode Label and Reporting Software: TFORMer 6.0 Release Candidate


Here it is - the release candidate of TFORMer 6.0!

TFORMer is an advanced Barcode Label Software and Reporting Software. Two components are part of each download:
  • TFORMer Designer: A visual layout designer for labels and reports with instant data entry, instant printing, live preview, multiple data sources and export capabilities (PDF, HTML, PostScript, images, ZPL-II).
  • TFORMer Runtime: A SDK for integrating versatile output and reporting functions in your own applications. This reporting SDK is available with COM, DLL, NET and JAVA APIs.

As promised in a previous post here are the download links:
TFORMer installs on Windows 2000 or higher (Vista and Windows 7 are supported!), any feedback is welcome - just let us know.
TEC-IT wish you nice holidays!

Friday, 10 April 2009

New Release: Labeling and Reporting Software



Do you know the German proverb "Alles neu macht der Mai"? It means that in May everything will be renewed. And of course this is also true for TFORMer - the label printing software / reporting software from TEC-IT.

We are glad to announce the new version with GREAT useability features (data-sources, manual data-source, preview, extensive bar code support, improved API, and much more).

Stay tuned for the release cadidate - the download link will be published next week exclusively in this blog!

Happy Holidays!

Wednesday, 11 February 2009

Cast Srl integrates TFORMer into their Products

Cast SRL is a young software company which operates with some Italian important food distribution companies. In their search for a slim but powerful output and barcode labeling solution they discovered TEC-IT's product TFORMer. Besides functional advantages, the main reason for choosing TFORMer was the attractive licensing scheme. Welcome!

Monday, 28 July 2008

TEC-IT Barcode Software

Hello!

This is the (official) TEC-IT Blog which is intended to communication with customers of TEC-IT, people which are interested in our software, development plans, future product improvements and so on.

Let me first introduce myself:

Most partners and customers communicate with us (or me) via email or phone, TEC-IT is a typical Internet company. This Blog is just another virtual possibility we will now give a try. And we will see what happens.

Just stay tuned.