READ Command

Included for backward compatibility. Use the Form Designer instead.

This command is undocumented in the original VFP9 help file,
but the following documentation was found in the FoxPro for Windows 2.6 help, and may still be valid:

Activates objects created with @ ... GET and @ ... EDIT commands.

READ
	[CYCLE]
	[ACTIVATE expL1]
	[DEACTIVATE expL2]
	[MODAL]
	[WITH window title list]
	[SHOW expL3]
	[VALID expL4 | expN1]
	[WHEN expL5]
	[OBJECT expN2]
	[TIMEOUT expN3]
	[SAVE]
	[NOMOUSE]
	[LOCK | NOLOCK]
	[COLOR color pair list 
	| COLOR SCHEME expN4]

Expand imageRemarks

Expand imageExample

Expand imageSee Also