Consultor Eletrônico



Kbase P9650: How to wait for user interaction in character client
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   14/10/2008
Status: Verified

GOAL:

How to wait for user interaction in character client

GOAL:

You want to add a string and wait for the user to add some data.

FIX:

You have to define a frame to place the variable in the position specified and then to an UPDATE which will wait for user interaction.

def var a as char.

def frame f
a at row 12 col 3
with centered width 100 side-labels .

update a with frame f.