
bowtellj
Posts: 65
|
| Posted: 08/17/2007, 7:02 AM |
|
I understand how to pass a keyid from a grid to a record maintenance form. But once in the record maintenance form I may wat to go to more detailed set of related records. Is it best to put the button in the form section of the page and get the db id and pass it on as a URL or do I put the link outside of the form and get the current URL ID and pass it?
_________________
Thanks
James
Just another Newbie! - Apache 2.24, PHP 5.2.3, MySQL 5.0.41, Windows XP SP2. CCS 3.2.0.2/4.0.2
|
 |
 |
TBMH
Posts: 40
|
| Posted: 08/17/2007, 8:36 AM |
|
Not sure I follow about where the button goes. One comment I will make is that you should be careful about passing IDs in the query string as those are easily guessable and pose some security risks. I always pass GUIDs instead of IDs. These are almost impossible to guess.
|
 |
 |
bowtellj
Posts: 65
|
| Posted: 08/17/2007, 12:32 PM |
|
Sorry. ID is primary key.
_________________
Thanks
James
Just another Newbie! - Apache 2.24, PHP 5.2.3, MySQL 5.0.41, Windows XP SP2. CCS 3.2.0.2/4.0.2
|
 |
 |
|

|
|
|
|