roeya
Posts: 181
|
Posted: 03/27/2006, 1:53 PM |
|
Currently using panel to hide part of a record form is not useful - the fields are submitted as NULL - and this change the values in database
Please dynamically change the update/insert query according to input fields submitted and not submitted - this will make Panel much more useful....
_________________
http://www.infoneto.com/ |
 |
 |
Benjamin Krajmalnik
|
Posted: 03/27/2006, 2:47 PM |
|
Excellent suggestion.
Right now where this is an issue for me I use session variables to maintain
the values in the "Before Show", and in the "OnValidate" I check for "legal
values" and restore previous values accordingly.
|
|
 |
Vasiliy
Posts: 378
|
Posted: 03/27/2006, 4:09 PM |
|
Agree.
These Nulls bring me so much trouble.
I have to conditionally fill them in Verify embed points.
Thanks roeya for a good suggestion.
_________________
Vasiliy |
 |
 |
peterr
Posts: 5971
|
Posted: 03/27/2006, 7:53 PM |
|
Thank you. There is a solution in works.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Sam
|
Posted: 05/18/2006, 6:27 PM |
|
Any update on the solution as Peter mentioned???
|
|
 |
Sam
|
Posted: 05/19/2006, 6:19 PM |
|
Hello Peter,
As you mentioned in your message dated 03/27/06 that the solution is in works. Could you please give us an approximate time as when the solution will be ready.
I was hoping to see it in CCS 3.0.4.4 but looks like it is not there yet.
One of my project is pending because of this...
Thank you.
|
|
 |
roeya
Posts: 181
|
Posted: 05/19/2006, 11:28 PM |
|
Sam
Please look at http://forums.codecharge.com/posts.php?post_id=74559
There is a workaround for the problem that may be helpful for now.
Roey
_________________
http://www.infoneto.com/ |
 |
 |