Click to See Complete Forum and Search --> : Suprres Column


BiCho
November 30th, 2004, 01:54 PM
Hello foro...

Well i need to suppres a column but the real problem it's adjust the columns that are near this one.

I think that is possible to increase width, but i donīt know how to do this.

Or maybe a property that increment width automatically.

Any suggestions on how to go about this?

Thanks a lot..

malleyo
December 1st, 2004, 03:51 PM
Here's how you can do it through RDC (VB Code):

Report.Textbox1.Width = intFieldWidth
Report.Textbox1.Suppress = True

Just replace Textbox1 with the name of the object that you want to resize or suppress. I have not found an automatic way of doing this.

BTW, all my code examples are using VB 6 and CR 8.5 (using RDC).