Mobile App Development Software
Alpha TransForm
|
Alpha Anywhere - Build Apps for Free
Alpha Software
Documentation
  • Reference
  • API
  • Objects
  • Database
  • Index
  • INDEX.FIND_FIRST Method
Parent | Child | Previous | Next
  • INDEX.CLOSE Method
  • INDEX.DROP Method
  • INDEX.FETCH_STATE_LIST_GET Method
  • INDEX.FILENAME_GET Method
  • INDEX.FILTER_GET Method
  • INDEX.FIND Method
  • INDEX.FIND_FIRST Method
  • INDEX.FIND_LAST Method
  • INDEX.FIND_NEXT Method
  • INDEX.FIND_PREVIOUS Method
  • INDEX.FLAGS_GET Method
  • INDEX.IS_VALID Method
  • INDEX.KEY_GET Method
  • INDEX.KEY_LIST_GET Method
  • INDEX.KEY_POSITION_GET Method
  • INDEX.KEY_RECORD_GET Method
  • INDEX.NAME_GET Method
  • INDEX.ORDER_GET Method
  • INDEX.PERSIST Method
  • INDEX.RECNO_LIST_GET Method
  • INDEX.RECORDS_GET Method
  • INDEX.TABLE_GET Method
  • INDEX.TYPE_GET Method
  • INDEX.UPDATE Method
 
Xbasic

INDEX.FIND_FIRST Function

Syntax

as P = Find_First()

Description

Returns the first key value.

Discussion

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

Example

dim t as P
dim i as P
dim x as P
t = table.open("customer")
i = t.index_primary_put("Lastname")
x = i.find_first()
? x
= Key = "Abrams                                             "
Record = 32.000000

See Also

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