PRB: Old ACCESS/ASSIGN Refs Remain on Property Name Change (190070)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 6.0
This article was previously published under Q190070 SYMPTOMS
The code in renamed ACCESS and ASSIGN methods still references the original
property name.
RESOLUTION
The references must be changed manually by performing a REPLACE on all
objects of "THIS.old" (where "old" is the original property name), with
"THIS.new" (where "new" is the revised property name).
STATUS
This behavior is by design.
Modification Type: | Major | Last Reviewed: | 12/11/1999 |
---|
Keywords: | kbprb KB190070 |
---|
|