NTK and The NTK Project
are properties of Jn Dechereux
Home | Documentation | FAQ.
Vanilla 1.1.8 is a product of Lussumo. More Information: Documentation, Community Support.
Example
// The example opens two databases in two different work areas
// shows their work area numbers.
PROCEDURE Main
USE Customer ALIAS Cust
DbSelectArea(10)
USE Invoice ALIAS Inv
? Select() // result: 10
? Select( "Cust" ) // result: 1
? Select( "Inv" ) // result: 10
CLOSE ALL
RETURN
1 to 3 of 3