Kbase P4180: How to programmatically move the cursor to a specific column in a SmartDataBrowser.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
GOAL:
How to programmatically move the cursor to a specific column in a SmartDataBrowser.
FACT(s) (Environment):
Progress 9.x
FIX:
Use the following syntax:
RUN applyCellEntry IN h_browse (INPUT <cell-name>).
<cell-name> is a string or expression containing the name of the column to which you want to reposition the cursor. For exampe:
RUN applyCellEntry IN h_bcustomer (INPUT "State").