Sys(1271)
This function, also a late addition to VFP 3, tells you the name of the form in which an instantiated object is stored.
Usage |
uFileName = SYS( 1271, oObject ) |
Property |
Value |
Purpose |
oObject |
Object |
The object for which you want to know the file name. |
uFileName |
Character |
The complete path and file name for the form containing oObject. |
.F. |
oObject doesn't come from a form stored in an SCX file. |
Example |
DO FORM Test ? SYS(1271, _SCREEN.ActiveForm) |
See Also |