Page 1 of 1

Document Name on TDBSRichViewEdit

Posted: Thu Sep 27, 2012 6:28 pm
by Emerson_Azevedo
How do I change the property "document name" on the component tdbsrichviewedit and how I shoot the event rvActionSave1DocumentFileChange when we use the dataset support?

Posted: Thu Sep 27, 2012 7:00 pm
by Sergey Tkachenko
The file actions (TrvActionNew, TrvActionOpen, TrvActionSave, TrvActionSaveAs) must not be used for DB components, because they are file-oriented.
(you still can use TrvActionExport and TrvActionInsertFile)
You need to provide your own UI for opening and saving documents in DB.