Difference between revisions of "GOTO()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 12: | Line 12: | ||
==See Also== | ==See Also== | ||
− | [[CREATE]], [[GOTO]], [[LOOKUP()]], [[MODIFY | + | [[CREATE]], [[GOTO]], [[LOOKUP()]], [[MODIFY STRUCTURE]], [[RLOOKUP()]] |
Revision as of 13:41, 23 March 2009
Class
Fields and Records
Purpose
Function to position record pointer in the specified work area
Syntax
GOTO(<workarea | alias>, <expN>)
See Also
CREATE, GOTO, LOOKUP(), MODIFY STRUCTURE, RLOOKUP()
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 Database Server, Recital Mirage Server, Recital Terminal Developer