Cannot add without committing row first

mana

Registered User.
Local time
Today, 13:50
Joined
Nov 4, 2014
Messages
265
Hello

i have a form that i want to add the new document but when i want to add the new document i will get this error message:

attachments cannot be added to new rows until the rows have been commited to the server, commit the row first and then try to attach the document again.

can you help me please?
i attached the error also
 

Attachments

  • Unbenannt.jpg
    Unbenannt.jpg
    93.3 KB · Views: 222
It is simply telling you that the record must be saved before you can attach to it.

Without knowing the process you are using it is hard to advise how to do this elegantly.
 
I have a form and i will use a macro in save button

if form.dirty
then save record
can you help me please?
which process you mean ?
 
I have a form and i will use a macro in save button

if form.dirty
then save record
can you help me please?
which process you mean ?

nearly there

if me.dirty then me.dirty=false is one way
 
no my problem wasn't resolved.can someone help me please?
thanks
i tried a lot but i always have this problem
 
Upload a cut down version of your db so that we can see what you've done.
 
hello,

what do you mean with cut down of the database ?
i attached the following attachment.
 

Attachments

  • Unbenannt.jpg
    Unbenannt.jpg
    92 KB · Views: 217
hello

the attachment is the version of my database
it is issues template from access templates and i want to change it according to my requirements. my problem is in GPD documents. when i want to attach a new document i will get the error mesage always.
the attachment is not possible.
 
Try again. Zip the file, re-attach and wait for it to attach, then send.
 
hello,

did you see the atttached file?
 
hello

did you see the database attached?
i really don't know where my problem is?
i don't know where to write
if me.dirty then me.dirty=false
can you help please?
i didn't find anything helpful
 
Yes the db got uploaded.

As it's all Access Web Services driven, I don't have access to your Sharepoint site. See the attached screenshot for a workaround.
 

Attachments

  • Attachment issue.png
    Attachment issue.png
    21.9 KB · Views: 322
hello

thank you for the answer
but i have th eproblem in gpddocsnew when i want to attach a document. i will get the error message. i used also what you wrote but it didn't work and i still have the error message. can you help please? I reaally don't know what to do. i searched also a lot about it.
thank you
 
hello,

do you have other ideas?
because my problem is not still resolved.
i really don't know what to do?
 
Is gpddocsnew not similar to gpddocsnew1? Follow the same routine.
 
i can't understand what you mean
i dont have gpddocsnew1. follow which routins?
 
I don't remember the name exactly, but there's a form with the number 1 affixed to it, it's either called gpdocs1 or gpddocs1. Follow what is shown in the screenshot.
 
hello

i did it but i still have the same error message
 
are there some other ways? because i did it but it didn't work
should i upload the database again?
 

Users who are viewing this thread

Back
Top Bottom