September 8, 201015 yr Alerts/warnings that come up in FMPro don't seem to come up in IWP. For instance, if I try to delete a portal row using FM, a popup comes up asking me if I would like to delete the portal record. That doesn't seem to work in IWP, so I cannot delete the portal record. I end up scripting it to go to another layout where I ask the question with a button that explicitly deletes the associated portal row and then going back to the first layout. Without custom web publishing, using only IWP, it possible to add a script/custom function/whatever that would overlay the question in an ajax modal alert so you don't have to navigate away from the page?
September 14, 201015 yr Your best bet is probably to put the alert message on a hidden tab control object, which could also contain the OK/Cancel buttons.
Create an account or sign in to comment