![]() |
Alexey admin 8/29/2007 |
Hi, |
C
|
Crimson author 8/29/2007 |
OK, I created the demo account and sent the info to the support email. But I do not see what I can do differently. I have an ID field that is set to auto increment so it is a unique id. And I have that field set to be the key field. Maybe I do not understand that page as well as I thought, but there is no documentation to let users know what the best field is to select as a key field. The help only mentions Access but still does not properly explain what to select or why that should be selected. |
C
|
Crimson author 8/29/2007 |
Here is something new I discovered. The PHPR site I am trying to setup has a place to allow file uploads. Essentially, it if for posting PDFs. If the record I add has an attachment of any type, I can not delete the record. If I add a record without an attachment, I can delete the record just fine. So it seems to have something to do with attaching a file to the record or there is some error in the code to delete the file as well as the record. I am going to uncheck the box that is supposed to delete the file as well as the record to see if that has any effect on the bug. |