I have a query that displays rows from the Event BO, in the Visual perspective. In the panel operations for that query, I have a button which calls a process to add a new Event, which does an "Enter New", based on that Event BO. The Main forms uses tabs (main tab, and attendees tab). In that form I do not want any other buttons to display on the bottom, below the form, like "Continue" or "Cancel". I do not see a property to disable those.
As an alternative approach I could to a CREATE NEW, and then an EDIT. The problem with that is if the users changes their mind, and does not want to create the Event, they would have to go back and delete it in the query display.
Dave