|
Pages: [1]
|
 |
|
Author
|
Topic: why only display the first character of the data? (Read 453 times)
|
newbie
Guest
|
Hi.. how come when i list the data on the cgi, it only display the first character of the data from the database?
db-echo false
db_view: func[] [db-select [Name] tblcontact]
list_data: layout [ list 180x100 [across text black 200 text black 100] data db_view ]
|
|
|
|
|
Logged
|
|
|
|
|
Ashley
|
Perhaps what you want is a 'text-list? view layout [text-list data db-view]
Also, your db-view function (note the use of "-" instead of "_") can be simplified a bit. db-view: does [db-select name contacts]
|
|
|
|
|
Logged
|
|
|
|
|
|
Pages: [1]
|
|
|
 |