Rebol Talk Forum  |  REBOL Discussions  |  REBOL Sand Box  |  RebDB  |  Topic: hiw to display data in column format?
Pages: [1] Print
Author Topic: hiw to display data in column format?  (Read 691 times)
newbie
Guest


Email
hiw to display data in column format?
« on: April 20, 2004, 02:34:54 AM »

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
Full Member
***
Offline Offline

Posts: 113


View Profile
hiw to display data in column format?
« Reply #1 on: June 04, 2004, 12:05:32 AM »

You'll need to use the rebol list ..

I've started a tutorial of sorts here

http://www.compkarori.com/vanilla/display/...y/list+examples

Graham
Logged

Graham
Full Member
***
Offline Offline

Posts: 113


View Profile
hiw to display data in column format?
« Reply #2 on: June 04, 2004, 12:06:23 AM »

Hmm.  The displayed URI looks odd .. and is not the one I wrote.
Logged

Pages: [1] Print 
Rebol Talk Forum  |  REBOL Discussions  |  REBOL Sand Box  |  RebDB  |  Topic: hiw to display data in column format?
Jump to:  

  
Quick Search...

Advanced search
  
Welcome, Guest. Please login or register.
Did you miss your activation email?
July 19, 2008, 07:52:20 PM
Username: Password: Session Length:
  

News: 01-09-08

Alpha version of REBOL 3 has been released!


  
2187 Posts in 576 Topics by 1615 Members
Latest Member: Uncellhoolf

  Rebol Talk Forum | Powered by SMF 1.0.9.
© 2001-2005, Lewis Media. All Rights Reserved.

RT design by Defiant Pc