I want to make the savebutton (iconSave) for an item in a collection unvisible after saving the item.
I have Button that creates an new collection with this code at the OnSelect property:
NewForm(Form1);; ClearCollect(Collectie1; {Field1: " "; ShowSaveButton: true})
And the IconSave button has this code on Visible-property: ShowSaveButton
This causes an error saying that Visible in IconSave expects a bolean value.
What am i doing wrong?