Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Changing PrintHeight property of TppDetailBand at runtime

edited March 2003 in General
Can you change the property value PrintHeight at run-time? If so in what
unit is phStatic and phDynamic defined? I tried and keep getting an
undeclared indentifier error.

Thanks,
Bill Skelton

PS I am trying to use a memo to wrap around long lines of text while forcing
certain rows to be a certain height to effect a double space after the
print. If you have other suggestions, I would appreciate them.

Comments

  • edited March 2003
    The TppPrintHeightType is defined in ppTypes.pas. Use this unit whenever a
    type is found to be undeclared by the compiler.

    What do you mean to have rows that "effect a double space?" Do you need to
    simply insert a static height empty memo which shifts below the stretching
    memo?

    Cheers,

    Jim Bennett
    Digital Metaphors


This discussion has been closed.