Hello,
i want to make a grid with multiline rows (two lines per record). How can i do this?
Hello,
i want to make a grid with multiline rows (two lines per record). How can i do this?
Re: How to make a grid with multiline rows?
Hello,
nobody has any idea? or is that not possible?
Re: How to make a grid with multiline rows?
Hello sir, unfortenately its not possible, you can only see one line per record
Regards
Re: How to make a grid with multiline rows?
Whats the idea? Two line per records? What r u trying to do?
Re: How to make a grid with multiline rows?
The idea is, to display more data from one record …
I would like to explain the idea. I have an application with many data in one record. For the user it is easiest if she/he is the most data can see at a glance:
[table]
[tr]
[td]Sender[/td]
[td]Receiver[/td]
[td]Carrier[/td]
[td]Freight[/td]
[td]Weight[/td]
[/tr]
[tr]
[td]--------------------[/td]
[td]--------------------[/td]
[td]--------------------[/td]
[td]--------------------[/td]
[td]--------------------[/td]
[/tr]
[tr]
[td]Schmitz GmbH[/td]
[td]Spedfix KG [/td]
[td]First Customer[/td]
[td]20 Euro[/td]
[td]10.000 kgs[/td]
[/tr]
[tr]
[td]Cologne[/td]
[td]Cologne[/td]
[td]Munich[/td]
[td]Computer parts[/td][/tr]
[tr]
[td]--------------------[/td]
[td]--------------------[/td]
[td]--------------------[/td]
[td]--------------------[/td]
[td]--------------------[/td]
[/tr]
[tr]
[td]Tool Company AG[/td]
[td]Spedfix KG [/td]
[td]Second Customer[/td]
[td]1 Container[/td]
[td]25.000 kgs[/td]
[/tr]
[tr]
[td]Cologne[/td]
[td]Cologne[/td]
[td]Rom / Italia[/td]
[td]Tools[/td][/tr]
[tr]
[td]--------------------[/td]
[td]--------------------[/td]
[td]--------------------[/td]
[td]--------------------[/td]
[td]--------------------[/td]
[/tr]
[/table]
If I squeeze all the data in one row because it is confusing …
Re: How to make a grid with multiline rows?
ahhh now i understood … try to use GRID in Slide mode… you can use blocks, put 2 fields in a line … or anuthing tha tyou want.
Re: How to make a grid with multiline rows?
[quote author=Diogo Toscano link=topic=1855.msg6100#msg6100 date=1285854043]
try to use GRID in Slide mode[/quote]
I have tested, but the result is not the way I would like … Have you an example (with the data i have posted)?
Re: How to make a grid with multiline rows?
Hello,
I did the following to solve this problem …
a) define a new field for example adress
b) onRecord-Event {adresse} = {Street} . “<br>” . {city}
Now you have two lines Kingstonstreet Nr. 3
London…
Best regards
Uwe Pfeiffer