07-10-2018
03:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
07-10-2018
03:18 PM
I have been able to get part of the way there, by changing the code for each date property to that shown below.
If the values are not populated in the model, it does not overwrite them with 1/1/1601. However, if I delete the date value in my idw property and push it to my model it sees that as a value other than 1/1/1601 and fills the model property with 1/1/1601. ![]()
Anybody know a way through this insanity?
'Creation Date
If iProperties.Value(oModelName, "Project", "Creation Date") <> "01/01/1601" Then
iProperties.Value(oModelName, "Project", "Creation Date") = iProperties.Value("Project", "Creation Date")
End If
Mechanix Design Solutions inc.