Actually, it wasn't quite working. When I reopened the class it couldn't access the file property as it was looking at the default stream location rather than the one it was filed with, so thought it was empty! It doesn't appear to save the directory along with the filename in the D global. So I'm having to do a workaround when I open the object I set a variable to the HTMLZIPDoc.Filename, piece out just the filename part then put the directory and a slash on the front and put it back into HTMLZIPDoc.Filename and that seems to work. If anyone has a better solution let me know. thanks.
Hi
Thanks that did work when I took out the %OnOpen. What I was trying to do was copy from an existing
Hi Tim
Thanks, we don't currently use IPM.
So essentially if we want to use this we would need to change our current namespace setup and create a development namespace for each developer, plus one for the master repository. Then for testing if we wanted multiple testers wanting to test multiple branches at the same time, presumably they'd also need a separate namespaces?
The settings I have in my outgoing namespace are:
and the settings I have in my incoming namespace (where I was trying to pull the project to) are:
I did originally have the settings for the receiving namespace very similar to the outgoing, but when I saw that the exported files had all been put underneath the csp directory I changed them to the above, but they still didn't import.
The error I am getting is "Unable to import file *** as this is not a supported type"
thanks