How to call MS Report[.rdl extension files] in Powerbuilder application?
Hi,We have a requirement in our Powerbuilder[version is 11.5] applciation to call/access MS Report, for which the extension is .RDLI have created one dummy MS Report in report builder but i dont know...
View ArticleHow to call MS Report[.rdl extension files] in Powerbuilder application?
Hi,We have a requirement in our Powerbuilder[version is 11.5] applciation to call/access MS Report, for which the extension is .RDLI have created one dummy MS Report in report builder but i dont know...
View Articlehow to access excel web access dynamically according to particular project
HiIf i add excel web access for one project plan,for every schedule or project plan the excel web access should change dynamically based on the project name.eg:project :Aricent and workbook url...
View ArticleSend email when a project is created
Hi AllAny ideas about how can I send an email to a specific person every time a project is created in Project Server 2010 (PWA)...I'm not sure if there is a notification for that... Thanks for your...
View ArticleProject server Workflow : how to get data from project site
I want to get the status on document in project site that associate with project for check condition to pass the stage in demand workflow(EPT).I think it will call some web service right?Have anyone...
View Articlehow to change the schedule page layout of project server
HiAs per my customer requirements,i need to add excel webparts etc in schedule(project plan) project detailed page.Please help me how to change the page layout of schedule page ,hide left navigation...
View Articlelogin form with sql 2008 database
hi dere,,I am working on a c# project need full coding of login form connected with sql database.Database name: star_goldtable name: passwordcolumn name: pass (only one column)---------------i just...
View ArticleProjectTitle field versus ProjectName Field
What is the definitional difference between the ProjectName field and the ProjectTitle field in the RBS table MSP.EpmProject?SDK doesn't really tell me.Thanks, all!
View ArticleProject Server 2013 PSI calls from Sharepoint 2013
Hello,I'm migrating code from 2010 to 2013.I have a user control that I deploy in Sharepoint that calls the PSI. In 2010 it was working well. Now in 2013 and Claims authentication, I always get: "The...
View ArticleOn-Prem CSOM solution - Application Pages and PWA task updates
protected void Button3_Click(object sender, EventArgs e) { string webUrl = "http://server/pwa"; projname = "test2"; NetworkCredential credentials = new System.Net.NetworkCredential("user", "password",...
View ArticleHow to determine if an external task is a summary task?
Is there any way to determine via VBA if a linked external task is a summary task, e.g., to check for links attached to summary tasks, without having to open the external project?In the GUI, the task...
View Articlehow do I convert a 2010 Project Macro to an Addin using visual Studio 2012
I have a macro that runs in Project 2010. I want to conver this to a MS Project Add-in.I have Visual studio 2012 installed and added my code into Public Class this AddIn.All of my declarations using...
View ArticlePSI CALLS DO NOT WORK IN PROJECT SERVER 2013
Hello folks,I now need to make some PSI calls to get some Project Server data, and as I was expecting,PSI CALLS DO NOT WORK IN PS2013 !I have created a very simple SharePoint 2013 project (under Visual...
View ArticleProjectServer 2013 ServerSide EventHandlers
Hello On ProjectServer 2013 Onpremise installation I cannot register eventhandlers. Just nothing happens.Why? I also looked in Event and ULS logs and there is no error. The MSP_EVENT_HANDLERS table is...
View ArticleProject Server 2013 - Change Workflow Stage using PSI
Hi!I'm have Project Server 2013 on SharePoint 2013 and I'm trying to restart workflow with skip to stage using PSI. My problem is that workflow does restart, but it doesn't skip to stage that I...
View ArticleMacro to stop Project Server 2010 workspace creation window in Project...
Hi, I am using Project Server 2010 with SharePoint 2010 and SQl Server 2008 R2. In my PWA, I don't need workspace and I don’t even want to give this option available to the user while publishing...
View ArticleError Message Cs0433
HI All,When I have run the web Application , It is showing the below specified Exception. so, It would be greatly appreciated if you can suggest me a solution for this exception. CS0433: The type...
View Articlehow do I access the ms project 2010 classes from visual Studio?
I have installed Visual Studio 2012 and am trying to convert VB Macros to VB is studio.In the VB Macro, I access the resource count like this: l_Number_Of_Resources = ActiveProject.Resources.CountIs...
View ArticleResource Availability - MS Project Professional VBA
HelloI'm creating a custom user form in MS Project 2010 VBA (the company is using MS Project Server).The form lets the user find a resource with particular skill set and assign to the project.I'm...
View ArticleProject Server 2010 PWA Formula - Run Once Only
Hi,Is it possible to define a formula driven field that is only run the one time?For example, in a Task Date formula driven field named [Set Start]: IIf(Int([Created]) = Int(Now()), [Start], "")I need...
View Article