INFO: SetAll('Value') Works for Text Boxes in Grids in VFP (156580)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 5.0
- Microsoft Visual FoxPro for Windows 6.0
This article was previously published under Q156580 SUMMARY
In Visual FoxPro 3.0 or 3.0b, issuing the following sets the value for any
text box on a form, but not text boxes contained in grids on that form:
<form>.Setall('value', '', 'textbox')
However, issuing the following sets properties for all text boxes, even
those contained in grids:
<form>.Setall(<other property besides value>, ;
<property value>, 'textbox')
In Visual FoxPro 5.0 and 6.0, the following works for all text boxes, even
those contained in grids within <form>:
<form>.Setall('value', '', 'textbox')
REFERENCES
Visual FoxPro 5.0 Help
Modification Type: | Major | Last Reviewed: | 10/15/2003 |
---|
Keywords: | kbinfo kbsetup KB156580 |
---|
|