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.
SET RGB COLOR TEXT NTK_RGB(0,128,128)      ;  // Define your own blend on fly... 
                              BACKGND NTK_RGB(255,255,216) 
@ 23,00 SAY "Coucou ! "  INTO CONTEXT hDC     
Function Browse(nTop, nLeft, nBottom, nRight) // ou DbEdit() Local oB If !used() Return( Nil ) Endif Default nTop To 0 Default nLeft To 0 Default nBottom To __NTKMaxRow() Default nRight To __NTKMaxCol() // --- Define a basic datagrid control browsing the current opened Dbf @ nTop, nLeft TO nBottom, nRight BROWSE oB Return(oB)
USE MyFile.dbf NEW BROWSE()
 
			1 to 7 of 7