Kbase P107166: OpenEdge Architect: How to add a trigger for a widget inside the AppBuilder perspective?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  4/16/2008 |
|
Status: Verified
GOAL:
OpenEdge Architect: How to add a trigger for a widget inside the AppBuilder perspective?
GOAL:
How to create a Widget Trigger, an Internal Procedure or a User Defined Function using the AppBuilder perspective?
GOAL:
Can the AppBuilder 'Section Editor' be accessed using the AppBuilder perspective of the OpenEdge Architect?
FACT(s) (Environment):
OpenEdge 10.1x
Windows
FIX:
Although the AppBuilder 'Section Editor' is not available to the developer when working with AppBuilder perspective of the OpenEdge Architect, the following steps allow the developer to create Widget Triggers, Internal Procedures and User Defined Functions when using the AppBuilder perspective:
1) Select the object (for example a BUTTON).
2) From the AppBuilder menu, select Edit > Insert > Trigger.
3) Choose the trigger that you want (for example CHOOSE trigger).
4) The generated trigger code will be displayed in the Editor View.
5) Add the desired code to the trigger.