Kbase P68359: Dynamics, How to apply entry to a Fill-In in a SDV
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  19/02/2004 |
|
Status: Unverified
GOAL:
Dynamics, How to apply entry to a Fill-In in a SDV
FACT(s) (Environment):
Dynamics 2.1A
FIX:
This example will move focus to the first enabled and visible field in the SmartDataViewer vCust. The handle hvCust would normally be available in the SmartDataViewer?s container. This statement could follow a message indicating that values needed to be entered for the current record, for example.
RUN applyEntry IN hvCust (?).
This example applied focus to a specific field ("City") in a SmartDataViewer. This could result from field validation failing for field, for example. See updateRecord in the super procedure datavis.p for an actual example of how the ADM repositions focus to a specific field.
RUN applyEntry In hvCust ("City":U).