You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Get the value from a field on a RAMP screen.
Syntax
Define_Com Class(#vf_sy122) Name(#myscreen_wrapper) Parent(#COM_OWNER)
#myscreen_wrapper.getvalue From(sField) Value(sValue)
 
Parameters

From

Char 256 – Required

String that contains the RAMP field name to get the value from.

 |
 
Return Value

Value

Variant – Required

Returns the value of the field as a string or number.

 |
 
Examples
 
Define_Com Class(#vf_sy122) Name(#myscreen_wrapper) Parent(#COM_OWNER)
#myscreen_wrapper.getvalue From('uSurname') Value(#surname.value)
 

  • No labels