I looked at the sample with all the buttons (# 28) and it seems to allow the server side code on a browse with an 'other' button to work. However the docs say to not have a URL. Unfortunately the button I am clicking on is to go to a form (in the conditional display area) and I need to pass it some variables (not a form in the same file... a new record in a different file).
Anyway if I could just save the value for the row that I am clicking the button on things would be great. I am not calling a url directly but in the conditional area. I have 2 possibilities of buttons on the browse (in the same column). One will call my reservation form and one will call my waiting list form. This almost works, except I can't save the value field that has my id number in it for the row selected.
It seems to me that the server side click code should get called no matter what, and before anything else IMHO.
If that's not going to happen I need to find another place to capture the value field for the row when the button is clicked. I can capture that data if I click on another row first... but the first row data is not there because if it is already selected, clicking again does not call the ' clicked on the browse' embed.
Even if there were some sort of embed just before the URL (in my case the conditional display URL) is called I could probably get my Value (for me it's the item number). However I still think the server side code (under fields, Client-Side, Send button click to server) should be called no matter what
Thanks,
Ray
VMT