Hi ,
when i click the button i created, it want work because the form is not in edit mode
is there any way to get the form to go into edit mode when i click the button i created,
I tried this
SharePointForm1.Mode=FormMode.View;
SubmitForm(SharePointForm1);
Patch(
'list name',
LookUp('List name', ID = SharePointForm1.LastSubmit.ID),
{Status3: "Yes"}
);
Kind Regards
