NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: kashiash on May 19, 2010, 10:46:23 PM

Title: how create browse with rows displayed horizontaly ?
Post by: kashiash 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:

is possible to display them like :

check 1 | check 2 |check 3 ?
Title: Re: how create browse with rows displayed horizontaly ?
Post by: Bruce 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.
Title: Re: how create browse with rows displayed horizontaly ?
Post by: rjolda 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
Title: Re: how create browse with rows displayed horizontaly ?
Post by: kashiash 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]