NetTalk Central

Author Topic: Disabling inline buttons on a browse  (Read 3254 times)

Devan

  • Full Member
  • ***
  • Posts: 230
    • View Profile
    • Email
Disabling inline buttons on a browse
« on: December 18, 2011, 10:34:06 PM »
Hi all,

I have a browse that is embedded on a form.  The browse has two button on each row to update or delete the row in a popup form.

Under certain conditions, I want those buttons on the browse box (on ALL rows) to be disabled or hidden when a particular expression is true.

I cannot find anywhere to make the button read only or hidden conditionally??  Have I missed something obvious?

Thanks,
Devan

Rene Simons

  • Hero Member
  • *****
  • Posts: 650
    • View Profile
Re: Disabling inline buttons on a browse
« Reply #1 on: December 18, 2011, 11:26:12 PM »
Hi Devan,

You can Disable the column the button is in, based on the condition or the not(contition).

Cheers,
Rene
Rene Simons
NT14.14

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Disabling inline buttons on a browse
« Reply #2 on: December 19, 2011, 01:36:30 AM »
Is this a standard change and delete buttons? If so you can do conditionals on the "form" tab - these apply to the inline buttons as well as the buttons below the browse (whichever exist).

cheers
Bruce

Devan

  • Full Member
  • ***
  • Posts: 230
    • View Profile
    • Email
Re: Disabling inline buttons on a browse
« Reply #3 on: December 19, 2011, 11:34:46 PM »
Bruce - thanks, your suggestion worked a treat.

I thought the options under the 'Form' tab only worked for the buttons UNDER the browse, I didn't realise that the conditionals worked for the buttons INLINE within the browse as well.  Handy tip to file away! :)

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Disabling inline buttons on a browse
« Reply #4 on: December 20, 2011, 06:59:27 AM »
yeah, makes sense though that the condition applies to both.

cheers
Bruce