S
Segfault
Is there a reason the code:
thisApplication.XDocuments.Open(sForm,
CType(XdDocumentVersionMode.xdCanOpenInReadOnlyMode, Integer))
will not execute in the onLoad event?
I have a form that checks whether the form is out-of-date and reloads if
necessary. This code snippet seems to run fine when I put it in a button
handler, but does nothing when in the onload event.
thisApplication.XDocuments.Open(sForm,
CType(XdDocumentVersionMode.xdCanOpenInReadOnlyMode, Integer))
will not execute in the onLoad event?
I have a form that checks whether the form is out-of-date and reloads if
necessary. This code snippet seems to run fine when I put it in a button
handler, but does nothing when in the onload event.