Wanted to get some best-practices rather than coming up with some hack:
I am going to have an XML call which may return an unknown number of Account Names potentially.
I'd like to display that information in a QForm, where each is the value for a checkbox.
When someone selects different values, then presses the btnSave, I save them all at once.
Is there something perhaps QCodo best practice which would help me to do this?
Thanks!