Tuesday, December 1, 2020

Crystal Reports: auto column width

 To automatically increase the size of a field vertically you need to:

  • Right click the field and select "Format Text"
  • Select the "Common" tab
  • Ensure the "Can Grow" check box is checked.
  • Enter a value in the "Maximum number of lines box" (Leave at 0 for unlimited growth)

No comments:

Post a Comment

To generate a PDF using JavaScript in Oracle APEX from a collection

  To generate a PDF using JavaScript in Oracle APEX from a collection, you can follow these steps: 1. Create a button or link on your APEX p...