MX Kollection Forum :: NeXTensio Form
This thread was displayed: 0 times
Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.
For more information about the affected products visit: www.interaktonline.com/Support/
Jon Flowers
06-23-2008 16:21:45 GMT +2
|
I have a form with about 20 elements, text fields, radio groups, selections, etc. Problem I have is on this form one element will not update in the database, everything else works as expected. Rebuilt the entire page and still doesn't work. On a different page I can update that value to the database with no issues, but not on the page that defines ALL the elements.
Any idea?
|
|
|
Fred at ExelWebs.com
06-23-2008 22:04:18 GMT +2
|
It might help if you give us some more information.
You did not give any indication of the problem. Without that we can not help you.
Any ideas why the chicken crossed the road?
|
|
|
Lee Reynolds
06-23-2008 22:11:22 GMT +2
|
It depends, I guess, on whether the chicken was using asp or php. With php, the road would be different. Or if the chicken was using ColdFusion, the road would be provided along with the cab and driver...
Yes, more information needs to be provided. My initial guess is that the field has a restricted name... -LR
|
|
|
Jon Flowers
06-24-2008 10:36:02 GMT +2
|
Sorry for the lack of information in the first post. System is running with php and a connection to MS SQL (not my choice, legacy system) suing PhAkt. All the code was generated by the Interakt Wizard, initially I did some clean up and rearrangement. But didn't change any of the code it self. I have generated quite a few pages with no issues for this site. Have another page that shows a limited amount of the same table that can edit this same field with the same code, have tried copy and paste from the good page to the bad page and still no luck. First impression is for me to point fingers at the nxt class. Though why it fails on this page but works on the other has be baffled.
Thanks for any and all help. Code follows ---
<select name="line_status_id" id="line_status_id">
.... Code as set by the wizard for a database menu item .....
</select>
<?php echo $tNGs->displayFieldError("NPL_Sequences", "line_status_id"); ?>
|
|
|
Jon Flowers
06-24-2008 11:52:57 GMT +2
|
Built the page again from scratch and now it seems to be working. No idea why, but thanks for the offer of help anyway ;)...
Cheers
|
|
|
Fred at ExelWebs.com
06-24-2008 22:38:13 GMT +2
|
Hi Jon,
Glad you got it working. it is sometimes a simple thing that you miss during the configuration of the form. Like maybe selecting the wrong form data source.
It happens to the best of us...
|
|
|
Lee Reynolds
06-24-2008 22:48:29 GMT +2
|
Also, please tread lightly in that PHAkt has been discontinued and won't work with future products at all. -LR
|
|
|