Search the Wiki

Viewing 106 to 108 of 409 items

RAP Performance Penalties

Question: “Do you incur any performance penalty by using the RAP interpreter?” Answer: The penalties are negligible. This is due to the fact that RAP is what we call a hybrid interpreter. While it is, in fact, an interpreter, it is actually working as a pass-through to compiled code. Thus, when the interpreter encounters an Object  Full Article…

0

Overview

Question: “What is RAP?” or “What is the difference between RB Pro and Enterprise?” ReportBuilder Enterprise includes a run-time Pascal environment called RAP. RAP enables developers and end-users to code without Delphi. RAP code can be used to add calculations and event-handlers to reports. “Why use RAP? or “Why would I use that?” Reports coded with  Full Article…

0

How To…Modify RAP Programs in Code

Question “How do I modify existing RAP code without using the code workspace (i.e. in Delphi code)?” Solution Use the raGetCodeModule() routine to gain access to the code module object then loop through each program and global program using the Programs and AllGlobalPrograms lists. Access the actual RAP code using the TraProgram.Source property. Download: RAPModifyPrograms.zip  Full Article…

0