Text box data disable when click on Table box second records

JAYESHJAYESH Member Posts: 290
Hi Experts,

I have small query.
In the form i have one text box and one Table box control.

In Table box already it contains 20 Records.

When i open form the records are shown in the Table Box.

I enter some values in the Text box. when i click on next records in the Table box the Text box value is not visible. when i again go to first records in the table box it showing me value in Text box.

The value which i enter in the Text box is common, My question is how to visible that Text box value when i click any of the records in the Table box. There is no relation between Text box and Table box. Text box is global variable.

Thank you
JAYESH PATEL

Comments

  • NaviDevNaviDev Member Posts: 365
    You can access a control property by giving a name into it. There is no onclick trigger of controls but you can access the trigger like setfocus it is the OnActivate trigger :mrgreen: .
    Navision noob....
Sign In or Register to comment.