Kbase P22652: How to apply entry to a widget in an Smart Data Viewer (SDV)
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  25/11/2003 |
|
Status: Unverified
GOAL:
How to apply entry to a widget in an Smart Data Viewer (SDV)
FACT(s) (Environment):
Progress 9.x
FIX:
We can apply entry to a widget by running the applyEntry Procedure in the handle of the SmartDataViewer.
For the sample syntax we are assuming that h_vcustomer is the handle to a viewer based upon the customer table.
Syntax;
RUN applyEntry in h_vcustomer
(INPUT pcField /*Character*/).
Syntax Example;
RUN applyEntry in h_vcustomer
(INPUT "CITY").