Search the Wiki

Viewing 46 to 48 of 409 items

Server Error Messages

TECH TIP: Understanding Server Error Messages Exception messages prefixed with ‘Server Error’ imply that an error occurred on the server, rather than the client or web tier. When an error occurs on the Server, the exception is passed back to the client application and displayed in either an exception dialog box for a thin-client application  Full Article…

0

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