Default Avatar

MrWD

MrWD

About

Username
MrWD
Location
Calgary AB, Canada
Joined
Visits
0
Last Active
Roles
Members

Comments

  • Thank you Gordk. It was set to 0 so changed it to 1 and still no luck
  • Thank you for your reply. I tried your recommendations. The StoreInDfm property is set to True for the frxReport component. It compiled cleanly but still have nothing printing out. Very perplexing problem.
  • It seems the solution was rather simple. It was just a matter of incrementing the Engine.CurY value by whatever amount of pixels you need. For example a line of text using a font size of 8 would be 15 so Engine.CurY := Engine.CurY +15. If this is pu…
  • Hi Just eliminated the unit reference frxEportTXT from the use clause and it compiled without a problem. Just now curious as to why that was originally used. Regards MrWD