Files
harbour-core/harbour-RC1/tests/testbrdb.prg
2008-06-04 05:13:20 +00:00

20 lines
172 B
Plaintext

/*
* $Id$
*/
// Testing Browse()
function Main()
LOCAL cColor
cColor := SETCOLOR("W+/B")
CLS
USE test
Browse()
SETCOLOR(cColor)
CLS
return nil