Progress
AppBuilder
Developer’s Guide


AppBuilder Dialog (adeuib/_uib_dlg.p)

Use the adeuib/_uib_dlg.p procedure to invoke a subset of AppBuilder’s dialog boxes:

Calling Sequence
RUN adeuib/_uib_dlg.p
  ( INPUT pi_context ,
    INPUT pc_dname ,
    INPUT-OUTPUT pc_args
   ) . 

Input Parameters

The adeuib/_uib_dlg.p procedure takes the following input parameters:

pi_context

The context ID of the object to which the dialog box will apply.

pc_dname

A quoted character string that specifies the name of the AppBuilder dialog box to call. Valid values are:

Input/Output Parameters

The adeuib/_uib_dlg.p procedure uses the following input/output parameters:

pc_args

A character string to send to the dialog box. For the Column Editor or the External Tables dialog box, you can send a table-list, which is a comma-separated list of tables. For the Query Builder, you can specify a mode, which is a comma-separated list having the following syntax:

SYNTAX
{ ? | NORMAL | QUERY-ONLY | CHECK-FIELDS }
  [ NO-FREEFORM-QUERY ] 


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095