This section contains all commands that you need to edit existing database entries.
photo-edit-film( | film-name) ; |
Retrieves the film named film-name
and displays it as an editable form in the buffer *photo-film*
.
photo-edit-negative( | negative-name) ; |
Retrieves the negative named negative-name
and displays it as an editable form in the buffer *photo-negative*
.
photo-edit-print( | print-name) ; |
Retrieves the print named print-name
and displays it as an editable form in the buffer *photo-print*
.
photo-update( | void) ; |
Updates an existing entry in the database as identified by an ID value with the form data of the current buffer (which must be one of *photo-film*
, *photo-negative*
, or *photo-print*
).
photo-update-film( | void) ; |
Updates an existing film in the database as identified by the film ID with the data of the film entry form in the current buffer.