![]() | ![]() | ![]() |
| |||||||
| Forums | Register | Groups | Awards | Arcade | Pets | T-Bucks / T-Store | Invite Your Friends | Blogs | Mark Forums Read |
| Microsoft Applications Discussions about Windows and other MS Products such as Office |
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| Civilians | The unique id is inconsistant in a consolidated ms 2002 project. Sometimes the inserted project id's have 4m addded to them, and at other times they have 8m added. This makes the usefullness of the unique id as a fixed reference unusable. Is there a way to make it consistant, or to supply a fixed value, such as 10,000,000 which would make more sense? Thanks for any ideas. Neil |
|
| | #2 (permalink) |
| Civilians | It is consistent enough. Simply subtract 4194304 from the unique ID until the value is less than 4194304. You could use a number field to hold the "true" UID in code: task.number1 = task.uniqueID while task.number1 > 4194305 task.number1 = task.number1 - 4194304 wend -Jack "Barry" <handy_guy00@hotmail.com> wrote in message news:c3cb54cd.0407260906.30f9bef8@posting.google.c om... > The unique id is inconsistant in a consolidated ms 2002 project. > Sometimes the inserted project id's have 4m addded to them, and at > other times they have 8m added. This makes the usefullness of the > unique id as a fixed reference unusable. Is there a way to make it > consistant, or to supply a fixed value, such as 10,000,000 which would > make more sense? > > Thanks for any ideas. > Neil |
|
| | #3 (permalink) |
| Civilians | It is consistent enough. Simply subtract 4194304 from the unique ID until the value is less than 4194304. You could use a number field to hold the "true" UID in code: task.number1 = task.uniqueID while task.number1 > 4194305 task.number1 = task.number1 - 4194304 wend -Jack "Barry" <handy_guy00@hotmail.com> wrote in message news:c3cb54cd.0407260906.30f9bef8@posting.google.c om... > The unique id is inconsistant in a consolidated ms 2002 project. > Sometimes the inserted project id's have 4m addded to them, and at > other times they have 8m added. This makes the usefullness of the > unique id as a fixed reference unusable. Is there a way to make it > consistant, or to supply a fixed value, such as 10,000,000 which would > make more sense? > > Thanks for any ideas. > Neil |
|
| | #4 (permalink) |
| Civilians | It is consistent enough. Simply subtract 4194304 from the unique ID until the value is less than 4194304. You could use a number field to hold the "true" UID in code: task.number1 = task.uniqueID while task.number1 > 4194305 task.number1 = task.number1 - 4194304 wend -Jack "Barry" <handy_guy00@hotmail.com> wrote in message news:c3cb54cd.0407260906.30f9bef8@posting.google.c om... > The unique id is inconsistant in a consolidated ms 2002 project. > Sometimes the inserted project id's have 4m addded to them, and at > other times they have 8m added. This makes the usefullness of the > unique id as a fixed reference unusable. Is there a way to make it > consistant, or to supply a fixed value, such as 10,000,000 which would > make more sense? > > Thanks for any ideas. > Neil |
|
![]() |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Re: how to share project at same time | Jan De Messemaeker | Microsoft Applications | 0 | 10-16-2005 14:04 |
| MS Project: Buffer time... How to? | WomanInWhite | Microsoft Applications | 2 | 09-28-2005 16:00 |
| Time from start of project | Lars Aurdal | Microsoft Applications | 1 | 06-23-2005 12:00 |
| Consolidated Master Project using MS Project 2000 | =?Utf-8?B?V2FkZSBXYXJk?= | Microsoft Applications | 10 | 12-10-2004 19:00 |
| How to show whether project is on time? | Jonathan Yong | Microsoft Applications | 3 | 06-25-2004 07:10 |
![]() | ![]() | ![]() |