IceThatJaw:I am aware of this option (set to yes by default) but it has not worked for any of my InfoPath broswer forms. It only works for .aspx forms
Not sure what you mean especially because you didn't describe the
context and your statements sound to me self-contradictory
Infopath Sharepoint List Form is embedded in generated by Infopath publishing new/display/edit/ASPX pages:
- editifs.aspx
- newifs.aspx
- displayifs.aspx
instead of default sharepoint ASPX pages:
- DispForm.aspx
- EditForm.aspx
- NewForm.aspx
as well as it is possible to configure the mixed trinity
While dialog is just the mode when the same aspx pages are launched in separate overlapping browser window instead of in the same browser window.
It is a little bit different in library but conceptually it is all the same.
Infopath browser forms are rendered as Infopath web part ASPX pages and I do not grasp they both have not worked and only worked at the same time
IceThatJaw:I mean that the parent page that contains the link to the InfoPath form does a full page refesh because the only way I can get it to refesh is by calling a location.reload in the javascript I use to open the form in a dialog. What I would like it a partial refesh like what occurs when you add a normal list item in SharePoint
Infopath isn't web app dev tool to determine refreshes, etc. If you want something "what occurs when you add a normal list item in SharePoint" then why you don't take that and add to it an Infopath web part in Sharepoint aspx page?