Mobile App Development Software
Alpha TransForm - Free Trial
|
Alpha Anywhere - Build Apps for Free
Alpha Software
Documentation
  • Reference
  • API
  • Objects
  • Database
  • Query
  • QUERY.FIND_FIRST Method
Parent | Child | Previous | Next
  • QUERY.DELETE Method
  • QUERY.DROP Method
  • QUERY.FETCH_STATE_LIST_GET Method
  • QUERY.FILENAME_GET Method
  • QUERY.FILTER_GET Method
  • QUERY.FIND Method
  • QUERY.FIND_FIRST Method
  • QUERY.FIND_LAST Method
  • QUERY.FIND_NEXT Method
  • QUERY.FIND_PREVIOUS Method
  • QUERY.FLAGS_GET Method
  • QUERY.ORDER_GET Method
  • QUERY.RECNO_LIST_GET Method
  • QUERY.RECORDS_GET Method
  • QUERY.REFRESH Method
  • QUERY.TABLE_GET Method
  • QUERY.TYPE_GET Method
 

QUERY.FIND_FIRST Function

Syntax

as P = .FIND_FIRST()

Description

The .FIND_FIRST() method returns a pointer to the first key value.

Example

dim tbl as P
dim qry as P
tbl = table.open("test")
query.filter = "ID <> ''"
query.options = ""
qry = tbl.query_create()
? qry.find_first()
= Key = "11111-01"
Record = 1

See Also

  • Query Functions and Methods
  • Index Functions and Methods
  • Writing Expressions
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