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.
// Create a new dbf in memory using dbCreate()
aStruct := { ;
{ "NAME" , "C", 40, 0 } ,;
{ "ADDRESS" , "C", 40, 0 } ,;
{ "BIRTHDAY" , "D", 8, 0 } ,;
{ "AGE" , "N", 3, 0 } ;
}
dbCreate( "arrtest.dbf", aStruct, "ARRAYRDD" )
// Open it and browse records
USE arrtest.dbf VIA "ARRAYRDD" NEW ALIAS dataSrc
@ nTop,nLeft TO nBottom,nRight CREATE BROWSE oB ;
WITH DBAREA dataSrc INTO hWnd
1 to 6 of 6