Article ID: 139110
Article Last Modified on 2/11/2000
ScaleMode = 0The ScaleMode property is a property of the form, not the grid.
DEFINE CLASS GridForm AS FORM
ScaleMode = 0
<other statements>
ENDDEFINE
DEFINE CLASS grdProducts AS Grid
<other statements>
PROCEDURE INIT
This.Height = 12
ENDPROC
ENDDEFINE
Additional query words: docerr VFoxWin 5.00
Keywords: kbdocfix KB139110