You are viewing limited content. For full access, please sign in.

Question

Question

QF Session Settings

asked on March 14, 2023

Does anyone know of a way to update the settings (IP Address) of a QF session without having to open each session and/or document class individually? Perhaps manually updating the qfx file? 

0 0

Replies

replied on March 14, 2023 Show version history

Yes, though you'll probably need to write a script. QF session files (.qfx) are XML files and can be navigated and modified the same way as any XML file (e.g., using XPath or a similar mechanism).

I strongly recommend backing up your QFX file by making a copy of it before you do any programmatic modification, however.

Also, some parts of the file are encoded (e.g., sample document images, connection profiles) and are harder to update programmatically (though it's still possible) and can have other consequences (e.g., fields not being updated).

Note: updating the QFX file manually is not officially supported and you do so at your own risk

2 0
You are not allowed to follow up in this post.

Sign in to reply to this post.