lbarrow
Posts: 8
|
| Posted: 02/11/2013, 12:52 PM |
|
I've been using CodeCharge for years, but recently I've run into a strange issue. Listboxes that I put on record maintenance pages have no value when you bring up a record in editmode. If I change the listbox to a textbox, then the value shows up fine. I have checked and rechecked that the field value is contained in the list and it is. Since this started, it seems to be happening on every listbox I create. Does anyone have any ideas? I am stumped. Thanks in advance.
|
 |
 |
DataDoIT
|
| Posted: 02/11/2013, 2:48 PM |
|
Make certain that your data types are matching up. If your bound column
is defined as an integer, then your listbox data type should also be set
to integer.
|
|
|
 |
lbarrow
Posts: 8
|
| Posted: 02/12/2013, 7:10 PM |
|
I checked and they are the same data type.
|
 |
 |
Oper
Posts: 1195
|
| Posted: 02/12/2013, 7:12 PM |
|
Any Before show event?
before build etc?
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
lbarrow
Posts: 8
|
| Posted: 02/12/2013, 7:17 PM |
|
No, none.
|
 |
 |
Oper
Posts: 1195
|
| Posted: 02/12/2013, 7:29 PM |
|
if this happend in all your page, maybe some of you core SCRIPT has changed
did you Full generate the project?
MAKE BACKUP.
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
|