Resizing the form

  • Thread starter Thread starter Maracay
  • Start date Start date
M

Maracay

Hi gurus

I am trying to resize the form after I reorganize the columns in my
continuous form, now I want to resize the form wider or smaller depending on
the columns I have on the form, I am using this instruction but is not
working, the value of left is the “Left†value of the last column on the form
plus the length of the column, plus a bit more of room.

Forms!frmImpData.Width = nleft

Thanks
 
Maracay said:
I am trying to resize the form after I reorganize the columns in my
continuous form, now I want to resize the form wider or smaller depending on
the columns I have on the form, I am using this instruction but is not
working, the value of left is the “Left” value of the last column on the form
plus the length of the column, plus a bit more of room.

Forms!frmImpData.Width = nleft


Use the InsideWidth property.
 
Back
Top