Difference between revisions of "GOTO()"

From Recital Documentation Wiki
Jump to: navigation, search
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Class==
 
Fields and Records
 
 
 
 
==Purpose==
 
==Purpose==
 
Function to position record pointer in the specified work area
 
Function to position record pointer in the specified work area
Line 12: Line 8:
  
 
==See Also==
 
==See Also==
[[CREATE]], [[GOTO]], [[LOOKUP()]], [[MODIFY STRUCTURE]], [[RLOOKUP()]]
+
[[ALIAS()]], [[CREATE]], [[GOTO]], [[KEYMATCH()]], [[LOOKUP()]], [[MODIFY STRUCTURE]], [[RECNO()]], [[RLOOKUP()]], [[SEEK()]]
  
  
Line 26: Line 22:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital Server, Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 +
[[Category:Table Basics]]
 +
[[Category:Table Basics Functions]]

Latest revision as of 16:16, 2 December 2009

Purpose

Function to position record pointer in the specified work area


Syntax

GOTO(<workarea | alias>, <expN>)


See Also

ALIAS(), CREATE, GOTO, KEYMATCH(), LOOKUP(), MODIFY STRUCTURE, RECNO(), RLOOKUP(), SEEK()


Description

The GOTO() function positions the record pointer in the specified <workarea | alias> and returns a .T. if successful. This function is most useful in the Applications Data Dictionary where it can provide an additional link to another data file whenever needed. The <expN> is the record number you wish to move the record pointer to.


Example

Name = IIF(GOTO(supplier, RECNO()), suppliers->name, "??????")


Products

Recital Server, Recital