[go: up one dir, main page]

Menu

Commit [r110]  Maximize  Restore  History

+ A new TDocuments class was created: it will handle documents operations like:

* SaveAttachmentsIntoFolder: Saves all the attachments of the given document into a folder ( a temporary destination folder will be created inside this folder )
* SaveAttachmentIntoFolder: Saves the given attachment of the given document into a folder
* TFrmEditDocuments uses the new TDocuments class
+ TfrmMain: will keep track of the files and folders that is necessary to delete when the program ends.
This is done calling the DeleteThisFileOnClose and DeleteThisFolderOnClose methods.

matfanjol 2015-09-12

changed /trunk/TODO.txt
changed /trunk/healthor.lpi
changed /trunk/healthor.lpr
added /trunk/hor_documents.pas
changed /trunk/hor_edit_documents.lfm
changed /trunk/hor_edit_documents.pas
changed /trunk/hor_main.lfm
changed /trunk/hor_main.pas
changed /trunk/locale/healthor.en.po
changed /trunk/locale/healthor.fr_FR.po
changed /trunk/locale/healthor.it.po
changed /trunk/locale/healthor.pt_PT.po