Projapp | The Portfolio Management System | Portfolio library
kandi X-RAY | Projapp Summary
kandi X-RAY | Projapp Summary
Projapp is a web application that you can use it for show your portfolio & projects. With this application you can publish your free & premium products and you can show status of your projects progress to other people.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of Projapp
Projapp Key Features
Projapp Examples and Code Snippets
Community Discussions
Trending Discussions on Projapp
QUESTION
I open a Master Planning and a Resource Pool via Excel, but MSP randomly creates a Project1 including both other files.
I want Excel to check if it exists and close it without saving
...ANSWER
Answered 2018-Aug-27 at 11:16Based on Rachel Hettinger's answer, this piece of code runs fine:
QUESTION
I wrote a macro to open a Resource Pool, extract resources data and import to an excel workbook then open a second workbook with actual employee list, compare and mix both lists and inject complete updated list to MSP resource pool.
Everything works but I get the annoying MSP Save As prompt window at the end of the process.
I tried all ProjApp.DisplayAlerts = False
, ProjApp.FileCloseEx
, ProjApp.FileCloseEx pjSave
, ProjApp.FileExit
, ProjApp.FileExit pjSave
or ProjApp.ActiveProject.SavesAs ProjApp.ActiveProject.Name
but I always have this prompt window which I'd like to get rid of. Is there any way to do so, just like for Excel Workbooks?
Edit :
It seems like the issue comes from the FileOpenEx method. I set ProjApp.FileOpenEx(file, False, , , , , , , , , , 2)
but when it come to FileCloseEx I get a message that file is Read Only and not Read/Write as it is supposed to be
ANSWER
Answered 2018-Aug-08 at 11:25Opening both the Resources pool AND the Master Planning seems to do the trick. Had to change closing method as well from ProjApp.FileCloseEx
to ProjApp.Quit pjSave
QUESTION
I'm doing a WinForm program on Visual Studio who automates the creation and automation of a MS-Project file.
I use those references :
...ANSWER
Answered 2017-Oct-11 at 13:52Okay,
I found a solution on my own. I've tried doing a macro to get the VBA code to hide a column and I got this :
QUESTION
Prefix: I am running a code, that changes the format of the task's row, based on a value in Text1
field.
So if I change the Duration
, or Finish
or some other values when I update the schedule, the value of Text1
(customized field) is modied as well. As a result of that value, I am formatting the background color and the font color.
Problem: once I run this code, I can't use the regular "Undo", and I can't get the values to return to their previous state before the update.
Any help of how to create the "Custom Undo" are highly appreciated.
ThisProject Code
...ANSWER
Answered 2017-Jun-12 at 08:05Microsoft Project 2007 added a pair of methods, OpenUndoTransaction and CloseUndoTransaction, that create a single undo entry for the user to undo an entire macro.
Add these methods to procedure StatusRYGFieldUpdate like this:
QUESTION
I'm running the code below and getting spurious results.
For some reason it copies five lines of code into the desired worksheet instead of the specified MS Project data.
Can Anyone help out a newbie?
Five lines of code incorrectly copied into Excel worksheet:
...ANSWER
Answered 2017-May-10 at 11:59I am not sure how your original code above worked, since you Dim
and Set
the variable appProj
, but later trying to open the MS-Project file with projApp.Application.FileOpenEx "C:File.mpp"
(projApp
<> appProj
).
Try the code below (tested), it will copy the 3 columns ("Name"
, "Resource Names"
and "Finish"
) to worksheet "Project Data" at columns "A:C".
Code
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install Projapp
First download the latest version of Projapp from Github.
Then upload & extract Projapp files.
Create database.
Edit config.php in main directory. Find this section in file and edit this:
Goto install.php file in main directory & install Projapp.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page