Article ID: 136070
Article Last Modified on 9/30/2003
Left=This.Width+.2
Width=This.Width+This.CmdQuit.Width+.2
DEFINE CLASS vcr2 as vcr
ADD OBJECT cmdQuit AS COMMANDBUTTON WITH ;
Caption="Quit", ;
Height=2, ;
Width=6.8
PROCEDURE INIT
This.CmdQuit.Left=This.Width+.2
This.Width=This.Width+This.CmdQuit.Width+.2
ENDPROC
PROCEDURE cmdQuit.CLICK
Release Thisform
ENDPROC
ENDDEFINE
In addition to the problem listed above, the example contains another
inaccuracy that should not affect your form. Pages 69 and 71 define the
Scalemode property as a property of a CommandButton and a Container.
However, the Scalemode property applies to forms and toolbars only. It does
not apply to control or container objects.
106161 How to Convert Screen Object Positions Between Platforms
129208 Pixel Replaces Foxel as Default Scale Value in Design Mode
Additional query words: docerr navigation buttons
Keywords: kbdocfix KB136070