I'm using InfoPath 2010 to customize the View and Edit options of a SharePoint 2010 list. The view and edit pages, therefore, are displayifs.aspx and editifs.aspx.
I have a Form Load operation in InfoPath 2010 that I only want to run when the Edit option (from the SharePoint List) is used, however, it currently runs when either both the View or Edit options are selected. Is there a way to force the InfoPath Form Load to only function when the user Edit's the list item?