Article ID: 132726
Article Last Modified on 2/15/2000
** Begin Code Example CLOSE ALL OPEN DATABASE c:\vfp\samples\mainsamp\data\tastrade lnNumOfTables = ADBOBJECTS(laTableNames, "Table") FOR i = 1 to lnNumOfTables WAIT WINDOW "Opening Table " + laTableNames(i) TIMEOUT 2 USE laTableNames(i) IN 0 ENDFOR SET VIEW ON ** End Code Example
Additional query words: VFoxWin
Keywords: KB132726