Search the Wiki

Viewing 394 to 396 of 409 items

How To…Access Image Data via the JITPipeline

Question “How can I use a JITPipeline to provide access to a DBImage component on my report?” Solution The following example implements the JITPipeline GEtFieldAsPicture event to access Image data. For this example the image is loaded from a file. You could also implement a solution that loads images from other sources such a TImage  Full Article…

0

TDataSet Descendants

ReportBuilder’s Support for TDataset Descendants ReportBuilder’s DBPipeline component can connect to any TDataset descendant. TDataSet —> TDataSource —> DBPipeline –> Report To use RB Professional’s Query tools you will need a DADE Plug-in. a. Check the ..\RBuilder\Demos\EndUser Databases directory for end-user examples using a variety of database products. b. Check out the friends | data |  Full Article…

0

No Database Reports

TECH TIP: Printing Reports without a Database ReportBuilder has a very flexible and powerful DataPipeline architecture for accessing data from a variety of sources. The product ships the following datapipelines: DBPipeline: connects to any TDataSource TextPipeline: used to accessing ASCII text files JITPipeline: event-handler based pipeline, used to print data from arrays, grids, lists or  Full Article…

0