bdk
Posts: 3
|
| Posted: 05/16/2006, 7:25 AM |
|
To Whom it May Concern :
Hello !
I have a listbox on a page which is bound to the following SQL ( which is valid columns/rows within my SQL table ) :
"Select ItemNumber,Description from ItemList"
When I process the SQL statement within the Visual Query Builder, the data comes back correctly.
Can someone please tell me what I'm doing wrong ?
Thanks for your promptness ( Great Product ) !
-- B.
|
 |
 |
Edd
Posts: 547
|
| Posted: 05/16/2006, 8:23 PM |
|
Check that the Bound Column and Text Column in the lIstbox Properties are populated and that the Connecction is correctly specified.
Edd
_________________
Accepting and instigating change are life's challenges.
http://www.syntech.com.au |
 |
 |
peterr
Posts: 5971
|
| Posted: 05/17/2006, 2:05 PM |
|
Actually what exactly is the problem? Your above SQL should show the "Description" in the listbox. If you need 2 columns then you may need to use different SQL. This was discussed plenty of times on the fourms: http://forums.codecharge.com/search.php?s_keyword=two+c...[]=21&s_period=
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|