Search the Wiki

Viewing 46 to 48 of 408 items

Test Whether Server is Active

TECH TIP: Testing Whether the Server is Active The following code show how to test whether the server is active. This code uses the TrsClientTcpSocket component to connect to the server. The example shows the code within the context of a Button.OnClick event-handler. However, you could also code this to fire at a specified interval  Full Article…

0

Register Server Components

TECH TIP: Registering Classes with the Server In order to minimize the overhead in reporting applications, ReportBuilder employs a unit level registration scheme (similar to component registration in Delphi.), whereby components and functionality can be added at the discretion of the developer. A report server application needs to include all of the classes required to  Full Article…

0

RB Services AutoRestart

TECH TIP: Testing the ReportBuilder Services Auto-restart Feature If the report server application encounters an unhandled exception then it does the following: Writes the error to the log. Notifies RB Services that it has encountered a fatal exception. Halts execution. RB Services then starts a new report server application process. If you want to test  Full Article…

0