NT 8.19
CL 9.0
Postgres
Any ideas on how to do the following please:
FIle Uploading
1. Header record for Dictation Upload. Has Patient name etc.
2. File Upload button on the form where customers can upload one or many files to the server
3. All saved in Blob fields in a detail record linked to the header above
4. I use 'EmulateAutoNumKey' in the options for the table - This acts like a TPS file auto increment and gives me the unique ID for the record before hitting the save button.
5. I now have the ID and can create the detail records with the blob no problem
This all works well except of course when the customer cancels the header record before completion. Then a blank/partial record is now in the database looks very odd to the customer.
I was thinking to take the autoincrement out and have a Submit button of some sort that commits the record and gives me the ID?
If I make the user save the record and then only enable to upload it works fine, but I am trying to avoid the same and then open the record process.
Brian.