NetTalk Central

Author Topic: how create browse with rows displayed horizontaly ?  (Read 2061 times)

kashiash

  • Newbie
  • *
  • Posts: 48
    • View Profile
    • Email
how create browse with rows displayed horizontaly ?
« on: May 19, 2010, 10:46:23 PM »
i have table displayed on browse with tagging, there are few items. On page this seems like:
  • check1
  • check2
  • check3

is possible to display them like :

check 1 | check 2 |check 3 ?
« Last Edit: May 20, 2010, 08:53:50 AM by kashiash »

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11194
    • View Profile
Re: how create browse with rows displayed horizontaly ?
« Reply #1 on: May 21, 2010, 12:14:35 AM »
yes, but it's complicated, and not terrible well documented.
It has to do with the "multi-row" support mentioned on the advanced tab.

rjolda

  • Sr. Member
  • ****
  • Posts: 279
    • View Profile
    • Email
Re: how create browse with rows displayed horizontaly ?
« Reply #2 on: May 21, 2010, 02:41:11 AM »
Can you put them in cells of a table - i.e. a one row Table,  Option 1 in cell 1, option 2 in cell2 and Option 3 in cell 3?
May need to hand code that.
Ron Jolda

kashiash

  • Newbie
  • *
  • Posts: 48
    • View Profile
    • Email
Re: how create browse with rows displayed horizontaly ?
« Reply #3 on: May 21, 2010, 05:05:34 AM »
Thanks Bruce
why you wrote : "it's complicated" ? it's very easy ;)

in advance tabs i add condition when row should end and that's all
i.e : MAI:MailBoxNumber % 3 = 0 for 3 records in row

in attached picture where change and effect on one of example app

of course if in numbers will be holes (like in firs row) then condition can be little more complicated
and some work with header is necessary - in my case headers are needless

thanks again  ;D

[attachment deleted by admin]
« Last Edit: May 21, 2010, 05:09:56 AM by kashiash »