Search the Wiki

Viewing 385 to 387 of 406 items

How To…Dyanmically Configure a TextPipeline

Question “How can I dynamically create and configure a TextPipeline to print from data that I generate at runtime?” Solution This example first generates a text file containing sample data, then dynamically creates and configures a TextPipeline to access the text file. Download: TextPipeDynamicFile.zip Sample Delphi code:

 

0

PipeSort

TECH TIP: Using a JITPipeilne to Display Sorted Data Question: “I am using JITpipeline and I want to know is there a way to sort the data?” Answer: You can implement this functionality by creating an index for your data. A simple index can be made using a StringList. You can iterate through your data and  Full Article…

0

OnGetPicture Event

TECH TIP: Using the JITPipeilne OnGetPicture Event to Display Images Question: “I am using a JITPipeline to output data stored in a series of stringlists, one of these stringlists contains the names of a graphic. How can I use the JITPipeline.OnGetPicture Event to display an image?” Solution: Use JITPipeline fields editor to declare a Field  Full Article…

0