Article ID: 130713
Article Last Modified on 2/11/2000
CommandGroupName.Buttons(1).Caption = "New"
Object Container Collection Property ------------------------------------------ Formsets Forms Forms Controls PageFrame Pages Page Controls CommandGroup Buttons OptionGroup Buttons Grid Controls Column ControlsFor more information on the collection property, search the Help file for 'Collection Properties'.
FOR icount = 1 TO Thisform.controlcount
IF UPPER(Thisform.Controls(icount).Class) = "TEXTBOX"
Thisform.Controls(icount).Enabled = ;
!Thisform.Controls(icount).Enabled
ENDIF
ENDFOR
Additional query words: VFoxWin kbfest
Keywords: kbcode KB130713