<CONTROL>.FIELD_GET()
Syntax
<FIELD> as P = <CONTROL>.FIELD_GET()
Description
The <CONTROL>.FIELD_GET() method returns a pointer to the table field that is bound to the control.
Limitations
Desktop applications only.
Example
|
dim frm as P dim fld as P dim tblfld as P frm = form.load("Customer Information") fld = frm.child("Lastname") tblfld = fld.Field_Get() ? tblfld.fullname_get() -> "CUSTOMER->LASTNAME" |
See Also
Form Functions and Methods, Browse Functions and Methods, Form Control Methods
Supported By
Alpha Five Version 5 and Above