R
Red
If you could explain to me why the below happens I'd be very grateful......
When using DocClose or FileClose the code terminates early regardless of it
only being half way through. I need to close a file at this point so I can
extract 2 sets of data from the same resource pool, firstly from the
Read-Write view option and then from the Master Project File view
The relevant lines of code used are:
FileOpen DefDestFile, , , , , , , , , , , pjPoolReadWrite
FileClose
FileOpen DefDestFile , , , , , , , , , , , pjPoolAndSharers
Thanks in advance.
When using DocClose or FileClose the code terminates early regardless of it
only being half way through. I need to close a file at this point so I can
extract 2 sets of data from the same resource pool, firstly from the
Read-Write view option and then from the Master Project File view
The relevant lines of code used are:
FileOpen DefDestFile, , , , , , , , , , , pjPoolReadWrite
FileClose
FileOpen DefDestFile , , , , , , , , , , , pjPoolAndSharers
Thanks in advance.