- Log in to post comments
User bio
404 bio not found
Member since Jan 27, 2017
Posts:
Replies:
It looks like this only checks if the dependant class exists and is properly compiled, but does not actually trigger a recompile of that class.
- Log in to post comments
Thanks. This worked perfectly. Is there any list available with methods like this one? The Caché documentation does not contain any results for a search on OnCompile and even looking in the source code it's only used once in %SOAP.WebBase. How do you even know this exists?
- Log in to post comments
Certifications & Credly badges:
Maarten has no Certifications & Credly badges yet.
Followers:
Maarten has no followers yet.
Following:
Maarten has not followed anybody yet.
I changed to %Stream.FileBinary is you suggested and changed the response.CopyFrom() to
while 'https.HttpResponse.Data.AtEnd { d response.Write($zcvt(https.HttpResponse.Data.ReadLine(), "O", "UTF8"))}and now it works perfectly. Thanks a lot!