studio_two
Posts: 27
|
| Posted: 02/09/2007, 12:42 AM |
|
Hello,
Whenever I add a text box to any of my (existing) update forms, the background code doesn't update properly.
I always seem to have to manually add the reference to it within the "Insert Method" and "Update Method" sections of code. Everything else seems to be added correctly.
Is there a reason for this?
(My project is in PHP if that helps)
TIA,
Stephen
|
 |
 |
CCT
Posts: 44
|
| Posted: 02/10/2007, 3:26 AM |
|
Seems like you've modified some generated code blocks (unmodified blocks are gray). You could try deleting all code in you page.php (but NOT page_events.php), it will be automatically regenerated.
_________________
Get more CodeCharge Studio builders at http://codechargetools.com |
 |
 |
studio_two
Posts: 27
|
| Posted: 02/16/2007, 3:02 AM |
|
Thanks,
I'll give that a try.
I can see how that has happened, because I changed some of the code to include "strtoupper" for my text fields.
Did I do wrong?
|
 |
 |
|