ListViewRemember

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Adam

    #1

    ListViewRemember

    Hi
    I have Ms. ListView in the MS.Access in the Form
    I can change size and move columns by mouse
    But I don't know how do it this that Visual Basic should be remember
    thes arrange by mouse in the Form
    Please, help me
  • Bob Quintal

    #2
    Re: ListViewRemembe r

    slidera@poczta. onet.pl (Adam) wrote in
    news:e45d4671.0 504170402.2ae85 506@posting.goo gle.com:
    [color=blue]
    > Hi
    > I have Ms. ListView in the MS.Access in the Form
    > I can change size and move columns by mouse
    > But I don't know how do it this that Visual Basic should be
    > remember thes arrange by mouse in the Form
    > Please, help me[/color]

    Access will never remember listview changes don from form view.

    Go to design view: the positions of fields is set by the .[color=blue]
    >data>rowsour ce property. If you change the order, you need to set[/color]
    the boundcolumn.pro perty to match. The width of each column is set
    in the >format>columnw idths property.

    save the modified design.

    --
    Bob Quintal

    PA is y I've altered my email address.

    Comment

    Working...