Best way to launch a Stateless Form from a View

Best way to launch a Stateless Form from a View

I want to display a set of records in a view and have a custom button on each row that will allow the user to choose the record, then open (in the same or new window haven't decided yet) a stateless form for that record.  I will have it display the entire record, but also expose about 5 buttons that will do more complex stateless database functions and send emails, etc based on the button push related to that one record in the stateless form.

I have not seen any particular info on this in the Deluge tutorial, but based on what is done in the public demo app called 'next/previous' I was thinking of using the 'openurl' statement to send control to the stateless form that I want.

Is this the best way to go to another form, either in a new or the same window?  And I presume that the URL that I use is just the one that is shown in the address bar when the app is running and displaying that form or view.  My concern is that this seems like a bit of a kludge to go out of edit mode, copy the address of the running view, back into edit mode, paste the URL, etc.  Perhaps there is a more automated way from within app edit mode to select the URL for a form or maybe there is a function builder somewhere that I do not see.

Regards . . .