Avatar

Correct answer by
Level 2

Well, I don't know if was a best-practice fix - but in MacGuyver-style, I renamed the file extention.

myForm.xdp to myForm.xdp.xml

Then I opened the file in Notepad ++, did a search for the subform name (as it appeared in Designer).

There I found I found the <subform> tag - so I deleted that tag and its matching, closing tag to eliminate that wrapping.

Then I renamed the extention to XDP, reopened in Designer, and now it appears to be working.

Pro-tip for those that don't know and may find themselves in a similar situation to me, XDP forms are essentailly just XML - so if you can read and navigate the XML, you can fix things like this.

View solution in original post