Consultor Eletrônico



Kbase P17467: How to add TEMP-TABLE fields to an AppBuilder window
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Unverified

GOAL:

How to add TEMP-TABLE fields to an AppBuilder window

FACT(s) (Environment):

Progress 9.x

FIX:

You must first define the TEMP-TABLE by opening the Procedures Settings dialog box for the window where you want to define the TEMP-TABLE.

Once in the Procedure Settings dialog box, click on the TT button on the right-hand side. The Temp-Table Maintenance dialog box pops up.
Please be aware that you can only define a TEMP-TABLE LIKE an existing database table, so you may have a dummy database connected where the tables are defined like the TEMP-TABLE's needed by your application.

Once you have done that, click on Ok to confirm the dialog box. Then you can select DB Fields from the AppBuilder Palette.
When the Table Selector dialog box appears, you'll see Temp-Tables under the list of available databases. Select it, and in the list of available tables the TEMP-TABLE(s) will appear that you defined in the previous step. Select your TEMP-TABLE and click on Ok.
You'll then be able to select the fields to add them to your Window or Smart Window just like any other database field.

Beware that it's not possible to add TEMP-TABLE fields directly to your Window or SmartWindow if you define the TEMP-TABLE in the Definitions section.