Dears,
I have a vertical gallery that consists of a list of items.
the OnSelect property of the gallery is:
Set(newChild,ChildGallery.Selected)
and i have a form, the item property of the form is:
newChild
finally, i have a button. OnSelect:
SubmitForm(ChildForm)
when i change the selection in the gallery, the change is reflected in the form. however, after i submit the form one time, changing the selection in the gallery is not reflected in the form. the select button does not seem to do anything.
Any ideas?
Thanks