Dave
|
| Posted: 04/22/2005, 3:44 PM |
|
I had a problem with text from one search field carrying forward from form to form. I changed the default names of all of my search fields so they are all unique. Unfortunately, the php code did not capture the name change. I had to manually change the php code in the "show" method with the correct name of the search field. Did I do something wrong or is this a bug? If it is a bug, is there a fix?
Dave
|
|
|
 |
mrachow
Posts: 509
|
| Posted: 04/25/2005, 1:02 AM |
|
If you change this in code generated by Studio it will never be generated again!?
Where do you had changed the name of the search control?
Using the properties tab data all occurrences in Studio generated code should be updated.
Only custom code have to be adopted manually.
_________________
Best regards,
Michael |
 |
 |
mrachow
Posts: 509
|
| Posted: 04/25/2005, 5:06 AM |
|
Ahhh..,
meanwhile I read Nicole's post.
You have to correct the search variable names in the parameter dialog for the grid where they are used manually too.
_________________
Best regards,
Michael |
 |
 |
|