T
thomas
Hello. I am finding it impossible to communicate from form-to-host-to-form. I
am building a Windows Form host to handle offline submits (and other things).
I want to enforce that our forms use our host. Here are things I've tried
that don't work:
-NotifyHost(): No return value, otherwise this would be perfect.
-Use Host (or HostName) property of XmlForm: this is weird. It doesnt' show
up in intellisence and it's null when i try to use reflection -why is that?.
Otherwise, i could just assert that the host name is 'MyCompanyInfoPathHost
1.0' or something.
-Make the form readonly, letting my host reset it. This almost works, except
that the XdReadOnlyViewMode enum doesn't have a 'Readable' option.
Any other ideas?
am building a Windows Form host to handle offline submits (and other things).
I want to enforce that our forms use our host. Here are things I've tried
that don't work:
-NotifyHost(): No return value, otherwise this would be perfect.
-Use Host (or HostName) property of XmlForm: this is weird. It doesnt' show
up in intellisence and it's null when i try to use reflection -why is that?.
Otherwise, i could just assert that the host name is 'MyCompanyInfoPathHost
1.0' or something.
-Make the form readonly, letting my host reset it. This almost works, except
that the XdReadOnlyViewMode enum doesn't have a 'Readable' option.
Any other ideas?