I have the following:
On a visual perspective I have some Static HTML that displays some buttons. One of them calls a process that Initializes some Session Variables and then calls a query.
On the query I have a Record Operation that calls another process when a record is clicked on. That process checks to see if the person logged in is a Participant in a case and if they are it sets another session variable. Then the process does a VIEW Case USING 'Main'.
So far everything works just like I want it to.
However, on the form that is called it has 'Save', 'Close', and 'Cancel' buttons. I don't want the 'Cancel' button. How do I keep that from showing up?
The two processes that are called in this procedure both have 'Allow Cancel' not checked.
I know I am missing something, but cannot see what it is.
Thanks,
Jim