Document Name on TDBSRichViewEdit

General TRichView support forum. Please post your questions here
Post Reply
Emerson_Azevedo
Posts: 1
Joined: Thu Sep 27, 2012 6:18 pm

Document Name on TDBSRichViewEdit

Post 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?
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post 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.
Post Reply