Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 86,874 for

project

(0.12 sec)
  1. Start and Finish dates of task not getting refl...

    Hi, I am trying to set the start and finish dates of a task from a hidden variable. Task t1 = proj.RootTask.Children.Add("tested now"); t1.Set(Tsk.Start, Convert.ToDateTime(hdnStartDate.Value)); …... I have set the project start date as 15Jun2016 and...here along with the template project file? It will help us to reproduce...

    forum.aspose.com/t/start-and-finish-dates-of-ta...
  2. Total Float in days calculation - Free Support ...

    Hi, Primavera has a dynamic way to set number of hours in a day. It could be 8 hours a day or 10 hours a day based on the calendar set by the scheduler. When I use the task.totalslack property it returns the value in …...Assuming you have loaded your project and have access to the task...Aspose.Tasks API is based on MS Project’s model and doesn’t have a...

    forum.aspose.com/t/total-float-in-days-calculat...
  3. Aspose.Tasks for .NET

    Create, convert, edit, export Project file formats like MPP, MPT, MPX in .NET C#, Windows, ASP.NET applications without requiring Microsoft Project....using C# How to Export MS Project to PDF in C# How to Convert...C# How to Convert Microsoft Project File to XPS in C# How to Extract...

    kb.aspose.com/tasks/net/
  4. Code Comparison for Common Features | Aspose.Ta...

    Learn how to work with Microsoft Project (MPP/XML) files using Aspose.Tasks for .NET compared to VSTO....API to work with Microsoft Project files (MPP/XML) without requiring...requiring Microsoft Project to be installed. This section offers...

    docs.aspose.com/tasks/net/code-comparison-for-c...
  5. Installation|CAD Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....your project. Referencing Aspose.CAD from a .NET Project Follow...Solution Explorer , expand the project node to which you want to add...

    docs.aspose.com/cad/net/getting-started/install...
  6. 用C++检查VBA代码是否签名|Documentation

    学习如何用Aspose.Cells在C++中检查Excel文件中的VBA代码是否已签名。...); // Check if the VBA code project is signed std :: wcout << U...U "Is VBA Code Project Signed: " << workbook . GetVbaProject...

    docs.aspose.com/cells/zh/cpp/check-if-vba-code-...
  7. | Aspose

    Sample code for DJVU to PDF Java conversion. Use API example code for batch DJVU files to PDF conversion within any Web or Desktop Java based application.... To add it to your project, you just need to get Aspose...it within your Maven-based project by adding the following configurations...

    products.aspose.com/ocr/cpp/conversion/djvu-to-...
  8. | Aspose

    Sample code for JPEG to TXT Java conversion. Use API example code for batch JPEG files to TXT conversion within any Web or Desktop Java based application.... To add it to your project, you just need to get Aspose...it within your Maven-based project by adding the following configurations...

    products.aspose.com/ocr/cpp/conversion/jpeg-to-...
  9. Making a Standard Calendar in PHP | Aspose.Task...

    Learn how to create Microsoft Project MPP/XML standard calendars using Aspose.Tasks Java for PHP.... Copy 1 $project = new Project( 'test_tasks.mpp' );...); 2 3 $cal1 = $project -> getCalendars () -> add ( "My Cal" );...

    docs.aspose.com/tasks/java/making-a-standard-ca...
  10. The IsCritical Flag for an XER file is always F...

    Hi, I am always getting the IsCritical Flag as always false for an XER File. I tried to get the value using task.IsCritical ? “Yes” : “No”; and also Get(Tsk.IsCritical). Both the values for any XER file is always No. P…...task durations, or incorrect project settings. Solution : To resolve...dependencies impact the overall project timeline. Review Task Durations...

    forum.aspose.com/t/the-iscritical-flag-for-an-x...