It was working before but after a couple of weeks ago it starts not saving the photo as atachment in the list.
Collect(
colImage2,
{
Value: Camera1.Stream,
DisplayName: Text("Mikel-" &
Now(),
"[$-en]hhmmss"
) & ".jpg",
Id: varPID,
AbsoluteUri: ""
}
)
So I can see the image in a library include displayname.
The library is using as Items: colImage2
The ATTACHMENT control is using for Items: colImage2
Clear(colImage2);
Refresh(Brazil_Attachment_Picture);
ResetForm(frmFoto)
I cannot save the attachment, which was possible before.
Thanks in advance for helping out.
Michael

Report
All responses (
Answers (