-
Resizing an External HTML Form on Load
The information in this article applies to product: e-Work 6.x Issue * How can form size be specified for an external HTML form? Resolution * The attached HTML file provides an example that maximizes the form when it loads. Note the timer, which allows the resize function to be executed after the e-Work OnLoad event…
-
Designer Returns Duplicate Table Names with Oracle
The information in this article applies to product: e-Work 5.x 6.x Issue * For example, an Oracle database contains two schemas - one is owned by USER\_A and the other by USER\_B. Each schema contains a table named 'Customers'. Access to both schemas is granted to USER\_X. When the Designer is used to view the external…
-
Quoted String in Column Name in Grid Fails with Oracle
The information in this article applies to product: e-Work Issue * When using Oracle, a quoted string in the column name in a grid prevents the associated form from loading or an action from being invoked. For example, a grid contains the column name to\_char('test'). With Oracle, but not MS SQL Server, this will fail. The…