Hello all,
I have a button labelled 'Paste'. OnSelect I want this button to paste a value into DataCardValue29 on the same screen. The variable (TOO) has been set previously. The code I am trying is below and compiles but doesn't paste.
DataCardValue29.Text = TOO;
I tried using UpDateContext but without success.
Thank you in advance.
Rob