Link Button from form to connection

fredm 14 Apr, 2011
I would like to add a button to a form that would link to a chronoconnection and if possible pass some data to affect the connection query. Once there I would like to have a button that would return to the original form. Any ideas? By the way I just got the Chrono Cookbook and it looks like its full of good stuff, even if I could not find an answer to this question.
GreyHead 18 Apr, 2011
Hi fredm,

Glad you are finding the book useful - there is very little about ChronoConnectivity in there. I ran out of pages before we got that far.

You can add a link to a form (or an image button) and use the URL to pass information to ChronoConnectivity.

Or you can use a second submit button with a different name and then, in the OnSubmit code, check the name of the button and set a redirect URL to go to ChronoConnectivity.

If you pass the URL to ChronoConnectivity then you can similarly add a link or a button in the Header or Footer box.

Bob
fredm 18 Apr, 2011
I want to thank both you and Max(I think)for your help and patience. The real problem was rooted in my stupidity and trying to code late at night without the help of chemistry. Thanks again, Fred
This topic is locked and no more replies can be posted.