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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top