31
General Board / Re: incorrect created date
« on: November 10, 2002, 06:31:00 pm »
There is no easy way to change this in EA; the created date is considered a 'set once' field. Regrettably the example diagrams in the base model are set to the date you mention.
If you have a copy of MS Access (97 or better) you can open the .EAP file and modify the CreatedDate and ModifiedDate fields in the t_diagram table. Ctrl + ; while in the date field can be used to insert the current date.
It would also be possible to export to XML, modify the date and re-import - but this is more work.
I hope this helps,
Geoff Sparks
If you have a copy of MS Access (97 or better) you can open the .EAP file and modify the CreatedDate and ModifiedDate fields in the t_diagram table. Ctrl + ; while in the date field can be used to insert the current date.
It would also be possible to export to XML, modify the date and re-import - but this is more work.
I hope this helps,
Geoff Sparks