ab5ni
Posts: 177
|
| Posted: 09/06/2010, 5:58 PM |
|
Modified a search form. Have a listbox that uses ListOfValues for the search string, yet CCS comes back with urls_location is not valid. Any ideas?
TIA
_________________
Randall Jouett
Amateur Radio: AB5NI
I eat spaghetti code out of a bit-bucket while sitting at a hash table! And yes, I paid for the meal in cache!
|
 |
 |
Oper
Posts: 1195
|
| Posted: 09/07/2010, 5:27 AM |
|
Maybe just Maybe, (have to be more specific)
Returned Value is text on a Integer Field.
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
ab5ni
Posts: 177
|
| Posted: 09/07/2010, 2:24 PM |
|
hi oper, and thanks for the reply.
Well, I changed the field to a listbox, and then I changed from integer to text in properties. After that, changed the value in the table to varchar (MySQL). I can change it in the database to flat-out text, but don't think that will make that much of a difference??? I can probably just rebuild the page using app builder and get things to work, but I have a bunch of pages built this way and would have to copy and paste tons of javascript and php. Just trying to avoid that hassle, and also wondering why it should work but doesn't 
TIA
_________________
Randall Jouett
Amateur Radio: AB5NI
I eat spaghetti code out of a bit-bucket while sitting at a hash table! And yes, I paid for the meal in cache!
|
 |
 |
CodeChargeMVP
Posts: 473
|
| Posted: 09/23/2010, 6:55 AM |
|
This is very easy, when you change a field on a search grid,
just fix the current condition on the Grid Visual query builder,
so that the search field and the parameter keep matching.
Quote ab5ni:
hi oper, and thanks for the reply.
Well, I changed the field to a listbox, and then I changed from integer to text in properties. After that, changed the value in the table to varchar (MySQL). I can change it in the database to flat-out text, but don't think that will make that much of a difference??? I can probably just rebuild the page using app builder and get things to work, but I have a bunch of pages built this way and would have to copy and paste tons of javascript and php. Just trying to avoid that hassle, and also wondering why it should work but doesn't
TIA
_________________
Best Regards
Entrepeneur | NT Consultant
|
 |
 |
|