Mobile App Development Software
Alpha TransForm - Free Trial
|
Alpha Anywhere - Build Apps for Free
Alpha Software
Documentation
  • Reference
  • API
  • Objects
  • Database
  • Field
  • FIELD.HANDLE Method
Parent | Child | Previous | Next
  • FIELD.BLANK_PUT Method
  • FIELD.DEC_GET Method
  • FIELD.EXPR_GET Method
  • FIELD.EXPR_SET Method
  • FIELD.FULLNAME_GET Method
  • FIELD.HANDLE Method
  • FIELD.HAS_RULES Method
  • FIELD.INITIAL_VALUE_GET Method
  • FIELD.IS_BLANK Method
  • FIELD.IS_VALID Method
  • FIELD.LINK_TABLE_GET Method
  • FIELD.LINK_TYPE_GET Method
  • FIELD.MEMO_READ_FROM_FILE Method
  • FIELD.MEMO_WRITE_TO_FILE Method
  • FIELD.NAME_GET Method
  • FIELD.RULES_GET Method
  • FIELD.TAG_GET Method
  • FIELD.TYPE_GET Method
  • FIELD.VALUE_GET Method
  • FIELD.VALUE_PUT Method
  • FIELD.WIDTH_GET Method
  • Field_Rules.Change_Begin Method
  • Field_Rules.Change_End Method
  • Field_Rules.Mode_Get Method
 
Xbasic

FIELD.HANDLE Function

Syntax

Handle as N = Handle()

Description

Returns an old style handle.

Discussion

The .HANDLE() method returns the old style Handle for the field.

Example

dim tbl as P
dim fptr as P
tbl = table.open("customer")
fptr = tbl.field_get("customer_id")
? fptr.name_get()
= "CUSTOMER_ID"
? fptr.handle()
= 65543.000000

See Also

  • Field Methods
  • Field Functions
Report an issue with this page
Mobile App Development Software

Alpha TransForm - Quickly Build Enterprise Mobile Forms
- Try it for Free

Alpha Anywhere - Low Code Platform for Mobile Developers
- Build Apps for Free
Alpha Software Corporation

781.229.4500
© Copyright 2000-2020 Alpha Software Corporation. All Rights Reserved

Privacy Policy