ProjOpenFile Function Info

P

Patrizio

I'm trying to customize an ASP page, using the following function:
Function ProjOpenFile(projIDs As String, resID As Long, fReadWrite As Long)
As Long
In PORTFOLIOVIEW.ASP page, the function passes 3 arguments and the last
argument is the bReadWrite flag.
<<
bReadWrite = true;
retval =
If I try to set the bReadWrite = false, the function returns an error
(Project not found), while I'm expecting to open the Project in ReadOnly mode.

How should it works?
 
Top