Hi,

On 13/06/2013 14:10, Werner F. Bruhin wrote:
On 13/06/2013 09:05, Werner F. Bruhin wrote:
Hi,

I am still on the same report which I updated based on comments by Paul (and his latest commits), but I still end up having two much space between detail lines.

I am suspecting my "notes" field which is not present on each row, so I added this to the "show" param "False if self.Record.__dict__['notes'] = "" else True"
Resolved, O.K. this is a real beginners mistake:-( ;-) , one should adjust the individual field heights to what one wants.
I should probably not call this "resolved" but "have a work around".

While setting the hight on fields which are always visible is fine, but on my "notes" field that is not enough, I have to set it to height_def to "1" to not waste too much space if there are no notes.

What about having explicit properties for this type of thing - instead of setting "Height == None", have something like:

expand = False/True
shrinkIfBlank = False/True

Werner
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to