Calling database stored procedures
Using Microsoft SQL Server TSQL Language, a wide variety of things can be created under the title ‘stored procedure’. From eFORMz’s point-of-view, we are expecting a process that falls into one ...
Using Microsoft SQL Server TSQL Language, a wide variety of things can be created under the title ‘stored procedure’. From eFORMz’s point-of-view, we are expecting a process that falls into one ...
Version: eFORMz 11.00.04 and earlier Operating systems: All Issue: Printing A5 forms that include rotated text results in incorrect text placement. You can specify text rotation from the ...
You have a choice to make when you define your eFORMz database connection: Define the connection in the eFORMz Composer. Define the connection through the Director Toolkit. eFORMz Composer ...
Issue the following command to determine whether the eFORMz Service Manager is running. The service is running if -Monitor=true. ps -ef | grep Monitor Issue the following command to check eFORMz ...
Problem: You are entering a value for a table margin, but the table does not change. Solution: You most likely have hard-coded sizes for cells in the table that prevent it from resizing. In the ...
You can pass global variables to the Queue Monitor, to other eFORMz projects, and to commands run from the Director. Start the eFORMz Composer and open your project. In the Project window, right ...
You might have a difficult time breaking up a city, state, and zip code into three variables if they are on a single line because city names have variable lengths. This post shows an effective ...
Variables from XML data are in arrays. As a result, creating a table from them is simpler in some ways. However, customizing the table requires modest configuration. This example includes a table ...
Monetary values and other numbers are easily formatted with a procedure. After you format the numbers, you can set the Alignment property of the paragraph that contains the numbers. Numbers in a ...
Issue: Upgrading Ecometry results in unpredictable text handling for collates, such as the following example: Solution: This problem can occur with older versions of eFORMz under some conditions. ...