PRB: Cannot Get Individual Items from the Projects Collection (196023)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 6.0
This article was previously published under Q196023 SYMPTOMS
Referencing a project collection's item without the keyword 'Item' may
cause the following error:
File '<filename>' does not exist.
RESOLUTION
To access an individual item, use the following syntax:
oProj = APPLICATION.ACTIVEPROJECT
oFiles = oProj.FILES
oFile = oFiles.Item[1]
?oFile.NAME
STATUS
This behavior is by design.
Modification Type: | Major | Last Reviewed: | 12/10/1999 |
---|
Keywords: | kbprb kbProjManager KB196023 |
---|
|