Listbox problem

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

    Listbox problem

    Hi,

    I've created a custom menu with few controls.
    One of these opens a form which retrieves data into a listbox.
    This is done using VBA code ( lbo.rowsource=" select..."), not from the
    listbox properties.
    I get the results in the listbox but can't select any row.
    The Locked property is set to NO and Enableb to Yes.

    Any idea will be appreciated . ;-)

    Thanks.
  • Rick Brandt

    #2
    Re: Listbox problem

    "Akinia" <laurent.br@tis cali.be> wrote in message
    news:ea4997f3.0 407080543.5cfa7 461@posting.goo gle.com...[color=blue]
    > Hi,
    >
    > I've created a custom menu with few controls.
    > One of these opens a form which retrieves data into a listbox.
    > This is done using VBA code ( lbo.rowsource=" select..."), not from the
    > listbox properties.
    > I get the results in the listbox but can't select any row.
    > The Locked property is set to NO and Enableb to Yes.
    >
    > Any idea will be appreciated . ;-)[/color]

    Check the AllowEdits property of the Form.


    --
    I don't check the Email account attached
    to this message. Send instead to...
    RBrandt at Hunter dot com


    Comment

    • Akinia

      #3
      Re: Listbox problem

      Hi Rick,

      All the "Allow" are set to Yes.
      I have also two textbox and can't write anything in. I only see the
      cursor on the right side ???

      another ideas ??

      Thanks in advance.

      Comment

      • PC Datasheet

        #4
        Re: Listbox problem

        Check the Bound Column, Column Count and Column Widths properties.

        --
        PC Datasheet
        Your Resource For Help With Access, Excel And Word Applications
        resource@pcdata sheet.com



        "Akinia" <laurent.br@tis cali.be> wrote in message
        news:ea4997f3.0 407080543.5cfa7 461@posting.goo gle.com...[color=blue]
        > Hi,
        >
        > I've created a custom menu with few controls.
        > One of these opens a form which retrieves data into a listbox.
        > This is done using VBA code ( lbo.rowsource=" select..."), not from the
        > listbox properties.
        > I get the results in the listbox but can't select any row.
        > The Locked property is set to NO and Enableb to Yes.
        >
        > Any idea will be appreciated . ;-)
        >
        > Thanks.[/color]


        Comment

        • Rick Brandt

          #5
          Re: Listbox problem

          "Akinia" <laurent.br@tis cali.be> wrote in message
          news:ea4997f3.0 407081230.6a79f cf1@posting.goo gle.com...[color=blue]
          > Hi Rick,
          >
          > All the "Allow" are set to Yes.
          > I have also two textbox and can't write anything in. I only see the
          > cursor on the right side ???
          >
          > another ideas ??[/color]

          Is the form bound? If so, is that RecordSet read only?


          --
          I don't check the Email account attached
          to this message. Send instead to...
          RBrandt at Hunter dot com


          Comment

          Working...