Search found 2 matches
- Thu Mar 19, 2015 7:27 pm
- Forum: Programming
- Topic: WriteSettings (String) - Class doesn't support Automation
- Replies: 3
- Views: 86021
Re: WriteSettings (String) - Class doesn't support Automatio
Ok. I was looking at the docs for PdfSettings, which don't mention WriteSettingsFile (or GetSettingsFilePathEx2), which are both in ComPdfSettings. On trying it I find it works - well at least it doesn't cause an error. I'll take a look at the rest of your example to get the rest right. Why should I...
- Wed Mar 18, 2015 4:09 pm
- Forum: Programming
- Topic: WriteSettings (String) - Class doesn't support Automation
- Replies: 3
- Views: 86021
WriteSettings (String) - Class doesn't support Automation
I'm trying to write different runonce.ini files so that I can get simultaneous users of Pdf Printer to work. And I'm doing this from vbs. I'm trying to do it by using WriteSettings to write a runonce_DOCUMENTNAME.ini file. While the standard form of PdfSettings.WriteSettings (ie with a boolean param...