Search the Wiki

Viewing 388 to 390 of 408 items

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

Master-Detail Manual Control

TECH TIP: Manual Master/Detail JITPipelines In some applications, you may want to implement a master/detail JITPipeline relationship in which you programmtically control the detail data that is available for each master record. Create two JITPipelines and implement the OnGetFieldValue event in the standard way. For the detail JITPipeline, leave the MasterDataPipeline and MasterFieldLinks properties unassigned.  Full Article…

0