At 01:54 PM 8/9/2005, Alexey Perminov wrote:
Can RBG7 Report column and variable fields be assigned a
property which allows the field to dynamically display
more lines than the vertical size of the located field.
For example a table column contains 75, 150, and 300
characters of text in each of 3 successive rows, must
the report column field be sized to display 300 characters
and therefore display 150 characters or 75 characters of
blank space when the report is printed for the first or
second rows only.
Alexey,
If I understand your question correctly, you can achieve
that goal by using the "DB Memo" (column fields) or
"Variable Memo" (variable fields) control with assigned
width/height and set the "Stretch" option to false, i.e.,
un-checked.
On the other hand, using R:BASE 7.5 for Windows, you can
easily control the property of any object/control placed
onon any band using the supported PROPERTY and GETPROPERTY
commands. That is also one of the scheduled topic at the
2005 Annual R:BASE Developers' Conference:
http://www.rbase.com/conference (Conference Highlights)
Topic:
Dynamically controlling the flow, look and feel of
Reports using Report GETPROPERTY and PROPERTY Commands
Hope that helps!
Very Best R:egards,
Razzak.