Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
AUSED() Places table aliases and work areas for a data session into a variable array.
AUSED(ArrayName [, nDataSessionNumber])
Close All
select 0
use detail order 1
select 0
use master order 1
?seek("a","detail")
*OR
lcAlias = "detail"
?seek("a", lcAlias)
*OR (in this case)
?seek("a", 1)