chateaufiesta
|
| Posted: 11/15/2004, 8:19 AM |
|
I've a table of documents, I additional a link "Edit" that would call the maintenance page with the document_id as a parameter.
My problem is that it calls the maintenance page and it fills the document_id correctly but it does not fill the other field of my document(Title, DEscription, File).
Thanks for the help.
|
|
|
 |
mrachow
Posts: 509
|
| Posted: 11/15/2004, 3:45 PM |
|
Are the controls tied to the database columns?
Do have changed the query and now the tied column names do no longer fit?
Regards,
Michael
_________________
Best regards,
Michael |
 |
 |
peterr
Posts: 5971
|
| Posted: 11/15/2004, 5:12 PM |
|
Do you see the "Update" button on that document maintenance page?
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
chateaufiesta
|
| Posted: 11/17/2004, 3:58 AM |
|
No when I go to the maintenance page I can't see the Update or Delete button
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 11/17/2004, 12:13 PM |
|
This means that the record with this ID wasn't found. YOu may need to review your Where parameters of the Data Soruce of the record form.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
chateaufiesta
|
| Posted: 11/18/2004, 7:27 AM |
|
Thanks I review the code and it add a error. It looks for a CodeDirectory , when he as to look for CodeDocument
|
|
|
 |