lout-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Formatting in table going wrong?


From: Jeff Kingston
Subject: Re: Formatting in table going wrong?
Date: Thu, 26 Apr 2007 07:54:25 +1100

Dave wrote:

> I like this idea address@hidden in table] but the only place I can find
> to use it is on the text entry for one of the columns.  I would prefer
> to be able to use it somewhere in the row format definition but I
> cannot find anywhere that doesn't give an error.

I tried several versions of your previous example with @HExpand added
and had no problem.  Below is one small one that worked.  You really
only need it on one entry, since once one entry is widened they all
get widened.  So including it in the format of a row used as a header
would seem to be the go.  Perhaps not in a @HeaderRow though.

Jeff

@SysInclude { tbl }
@SysInclude {doc}
@Doc @Text @Begin
@DP
@Tbl
  rule {yes}
  aformat { @Cell width {1.5c} @B A | @Cell width {2.0c} @B B | @Cell @HExpand 
@B C }
{
@Rowa
  rulebelowwidth {0.15f}
  rulebelow {yes}
  A { Issue } B { Date } C { Changes }
}
@End @Text


reply via email to

[Prev in Thread] Current Thread [Next in Thread]