Is it NO Scroll bar for subform

teckpoh
teckpoh Member Posts: 271
Dear All,

I got a subform which locate in main form and i created few textboxs and button for user.
Once user click on the button then textboxs value were copied into the subform and i noted once the rows of the subform fully occupied user can't see the next following row bcoz ther's no scroll bar although the value is pasted in the subform in next row.
Any idea? Thx in advance.

Answers

  • matttrax
    matttrax Member Posts: 2,309
    Call an update on the subform. You'll need to create a method on the subform that updates itself.
  • teckpoh
    teckpoh Member Posts: 271
    problem solved :D by resize da form to smaller hehe...
  • DenSter
    DenSter Member Posts: 8,307
    Make sure that the size values of the subform control are the same as the size values of the form that you link it to. I usually work on the subform first, make that a size that exactly fits the header and a number of lines, and then I copy those values into the subform control.