Hi guys,
I use 2 SharePoint lists for my app, which allows the management of trucks/containers that have to load/unload inside my company. The first is called "DB_PrevisioneArrivi" and inside there are all trucks/containers that are expected to arrive in the next few days. The second is called "DB_Leci" and is where the vigilance actually enters the trucks that have entered the company.
To do this, the screen below displays all expected arrivals via a gallery. By selecting a row, the security guard has the option of copying the data from this gallery (DB_PrevisioneArrivi), to an edit form which allows the missing data to be entered into DB_Leci, pre-inserting the data already entered into DB_PrevisioneArrivi.
The problem arises because I am experiencing difficulties in making the transfer of attachments between one table to another. Although the attachments are displayed in the attachments control of the edit form, when the OnSelect property of the button that executes SubmitForm is activated, all the data is saved but not the attachments. Any ideas on how to solve this?


Report
All responses (
Answers (