Okay- this come under dumb computer tricks- I have a Form - we’ll call it FormB - From FormA, w/ actions, I load FormB in to Frameset Frame “Body” - and get the error “Cannot Execute The Specific Command” - If I don’t load it in to a frameset- it works fine. The bizarre thing is if I cange it to load in to the “Menu” frame- it ALSO works FINE. Only the “Body” frame doesn’t work. This did work- and I have no idea when it stopped working as the db owner wasn’t working in it for awhile. My current workaround is to just not load formb in to a frameset - any ideas?
Subject: Frameset / Form issue
in the designer check the form properties to see what is the default frame/frameset it is set to use
Subject: RE: Frameset / Form issue
That is actually the issue- if I set FormB to open in “Frameset” and Frame “Body” - it fails w/ the message “CAnnot Execute this specific command” - if I set it to open in the “Menu” frame- it opens in that frame fine (well except that that is the navigation frame) - I currently have it not to open in a frameset- so it just opens a new window, and works fine- but the goal is to get it to open in the frame “Body” - like it used to.