
hi guys,
got an odd one - when i patch to update a record for some reason it is duplicating one of the fields and putting it all over the page - if i goto a different record it doesnt show until i press the save button again - see screen shots of code and with the randon text.
code im using :
Patch('Simple Change form', varitem,
Form3.Updates,
Form3_1.Updates,
Form3_2.Updates,
Form3_4.Updates,
Form3_5.Updates,
Form3_3.Updates
);
Varitem is essentially whatever is selected in gallery 4 - have tried various methods all do the same
Hi @hstep,
If you are referring to "test 2" text showing up in errors.jpg, then I recommend you click on one of the "test 2" labels and check out what is displayed in the OnVisible property. That property should show when and why "Test 2" is appearing.
Feel free to share your code in OnVisible so we can resolve it.
If "test 2" is not the issue, then could you provide some more details about what issue you are referring to in the errors.jpg?
Let me know how it goes.
Best Wishes,
Matren
--------------------------------------------------------------------------------------------
Find this post helpful, give it a Thumbs Up
Solved your problem, click Accept as Solution so others can find it