|
Pages: [1]
|
 |
|
Author
|
Topic: hiw to display data in column format? (Read 599 times)
|
newbie
Guest
|
Hi i would like to know how to view data in column format... I get data from the database should I need to loop them or just db-select the whole data?
Code:
;db-viewsso: func[] [db-select * tblcontact]
foreach [Name Phone_num Company_name Address Email] db-select [Name Phone_num Company_name Address Email] tblcontact [ dsp-name: [Name] dsp-phone: [Phone_num] dsp-company: [Company_name] dsp-address: [Address] dsp-email: [Email] ;print dsp-name ;print dsp-phone ;print dsp-company
] dis-sso: layout [
?how to view them ]
if I use text-list, it show all the data but not in column format? can help me to solve the problem?
Thank you
|
|
|
|
|
Logged
|
|
|
|
|
|
|
Graham
|
Hmm. The displayed URI looks odd .. and is not the one I wrote.
|
|
|
|
|
Logged
|
|
|
|
|
|
Pages: [1]
|
|
|
 |