Topic: show form

Hello MVD!

I have table grid which defined in SQL QUERY action... My problem is how to display the selected record in the table grid to show in the EDIT FORM.

Please give me a guide to do that or a sample.

Thanks!

Re: show form

Make sure you include the id in your SQL Query. If you do not want the id to show in the tablegrid, you can place "delete_col" for the id in the titles box.
The EDIT button should function normally now.

Re: show form

Thanks ehwagner!

You are my hero! Solved!