J
Jeff Fenbert
I was trying to modify the project guide in Project Server so a new view
will be applied when select some instructions in the guide.
The training document with project says to put the following lin in the
Onload event for the page
window.external.Application.ViewApply 'View Name'
If I just put in
window.external.Application.ViewApply
It opens up the Dialog box you get when selecting view/more views from
Project
If I try
window.external.Application.ViewApply Name="Import Data" or
window.external.Application.ViewApply 'Import Data'
I get an error
Any ideas on how to make this work.
thanks.
will be applied when select some instructions in the guide.
The training document with project says to put the following lin in the
Onload event for the page
window.external.Application.ViewApply 'View Name'
If I just put in
window.external.Application.ViewApply
It opens up the Dialog box you get when selecting view/more views from
Project
If I try
window.external.Application.ViewApply Name="Import Data" or
window.external.Application.ViewApply 'Import Data'
I get an error
Any ideas on how to make this work.
thanks.