Gyroscopic
Posts: 15
|
| Posted: 01/10/2006, 4:33 PM |
|
If I create a search form with a single listbox is it possible after selecting an entry from the Listbox and hitting submit to go directly to an Add/Edit Record form with the all the fields populated from the DB? I want the Add/Edit Record form to recognize the parameter being passed and have it pull up the record corresponding to that parameter.
If so, can someone please give me some guidance as to how to implement this? I am new to CodeCharge and struggling somewhat.
Thanks,
Gyroscopic
|
 |
 |
Gyroscopic
Posts: 15
|
| Posted: 01/11/2006, 5:51 PM |
|
Can anyone help on this or is it impossible to do?
Thanks,
|
 |
 |
peterr
Posts: 5971
|
| Posted: 01/11/2006, 6:09 PM |
|
I cannot help at the moment, but definitely anything is possible.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Walter Kempees
|
| Posted: 01/11/2006, 6:49 PM |
|
Same for me, to tired, definitly possible.
Is described somewhere in the forum already.
"peterr" <peterr@forum.codecharge> schreef in bericht
news:243c5ba7285c46@news.codecharge.com...
>I cannot help at the moment, but definitely anything is possible.
> _________________
> Peter R.
> YesSoftware Forums Moderator
> For product support please visit http://support.yessoftware.com
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 01/11/2006, 6:56 PM |
|
Actually maybe I didnt fully understand this question, but this shouldn't be difficult. Just may depend on the situation. For now you can try adding your search parameter into the record form's "data source". This is same as configuring grids to use search parameters.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Gyroscopic
Posts: 15
|
| Posted: 01/11/2006, 7:51 PM |
|
Thanks I'll try that. The reason I as is because it doesn't make much sense to me to have a listbox search parameter that takes you to a grid record, then you have to click on the grid record to bring up the Record form to edit the record.
It just makes much more sense to have the listbox search record bring up the record form editing automatically.
This is a good product and I'm sorry for being a pest but I'm just trying to understand the potentials and limitation.
Thanks for everybody's time and help but maybe someday I can return the favor.
Regards,
|
 |
 |