Command Button in a tablebox?

Nuno_PereiraNuno_Pereira Member Posts: 31
It's possible put a command button in a column of a tablebox? If yes, how?

Comments

  • David_SingletonDavid_Singleton Member Posts: 5,479
    I assume what you want is for the user to be able to click a button in a column for that particular row, and have it perform a particular operation. What I normally do is create a boolean variable, and just add a tick box and perform the function based on that.

    What exactly are you trying to do.

    Oh and by the way, 5.0 has new abilities to support this.
    David Singleton
  • kinekine Member Posts: 12,562
    The button cannot be part of tablebox, because have no InColumn property.
    Oh and by the way, 5.0 has new abilities to support this.

    Which one? (PM)
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • David_SingletonDavid_Singleton Member Posts: 5,479
    kine wrote:
    Oh and by the way, 5.0 has new abilities to support this.

    Which one? (PM)

    Picture boxes are now click able. Back in ver 1.3, I wrote a BOM form that Expands a line at a time based on a +/- box like in explorer. Now its easy. Also my old solution could only accept a double click, I couldn't get it to work as a double click.

    Th new solution is much better.
    David Singleton
  • selece28selece28 Member Posts: 316
    Hai, i'm using Nav 5.
    Can i have a button in one column on my sales line?
    i think i've seen it before.
    Can navision do this?
    I want to make it call a new form when the user click on that column

    Thanks in advance
    ______________

    Regards,
    Steven
  • BeliasBelias Member Posts: 2,998
    kine wrote:
    Oh and by the way, 5.0 has new abilities to support this.

    Which one? (PM)

    Picture boxes are now click able. Back in ver 1.3, I wrote a BOM form that Expands a line at a time based on a +/- box like in explorer. Now its easy. Also my old solution could only accept a double click, I couldn't get it to work as a double click.

    Th new solution is much better.

    so, you can put a picturebox in a column, define the bitmap you want in bitmaplist property and write code in the onpush trigger of the bitmap
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
Sign In or Register to comment.