全國最多中醫師線上諮詢網站-台灣中醫網
發文 回覆 瀏覽次數:2276
推到 Plurk!
推到 Facebook!

使用Rave Report 設計的表格, 能封裝在同程式裡,而不需附加報表檔.RAV給使用者?

答題得分者是:Fishman
ATEIN
高階會員


發表:105
回覆:320
積分:125
註冊:2002-07-05

發送簡訊給我
#1 引用回覆 回覆 發表時間:2005-09-13 12:11:18 IP:203.204.xxx.xxx 未訂閱
各位高手您好: 請問: 使用Rave Report 設計的表格, 可以封裝在同程式裡,能不需附加報表檔給使用者? 因為,好像設計好的報表檔,要連同程式檔案及報表檔一併分發給使用者 而不像QuickReport 可以包在主程式執行檔內,只有一個程式檔案即可! 或者:高手們,可以知道如何,可以把RAVE REPORT 包裝在主程式中,不需另附報表檔即可分發出去??? 先謝謝各位解答! DHM 發表人 - atein 於 2005/09/13 18:41:00 發表人 - atein 於 2005/09/13 18:42:17
------
ATEIN
Fishman
尊榮會員


發表:120
回覆:1949
積分:2163
註冊:2006-10-28

發送簡訊給我
#2 引用回覆 回覆 發表時間:2005-09-13 16:41:06 IP:210.65.xxx.xxx 未訂閱
Hi ATEIN,    網路上找到的,一直試不出來,你試試看
Embedding the Project in the Executable
When you deploy your application, you must include you project file. You can 
have it as a separated file, so you can update it in a easier way, only shipping 
a new one, without recompiling your application, or include it in your 
executable. It's easy to do that: open the property editor for the StoreRAV 
property of RvProject. There you can press Load to include the file in the DFM, 
Save to extract a previously saved file, and Clear to remove an embedded file. 
When there's a file loaded in this property, you don't need to ship the project 
file separately.
http://www.zjde.com/ym_view.asp?id=2855 發表人 -
------
Fishman
ATEIN
高階會員


發表:105
回覆:320
積分:125
註冊:2002-07-05

發送簡訊給我
#3 引用回覆 回覆 發表時間:2005-09-13 18:10:32 IP:203.204.xxx.xxx 未訂閱
引言: Hi ATEIN, 網路上找到的,一直試不出來,你試試看
Embedding the Project in the Executable
When you deploy your application, you must include you project file. You can 
have it as a separated file, so you can update it in a easier way, only shipping 
a new one, without recompiling your application, or include it in your 
executable. It's easy to do that: open the property editor for the StoreRAV 
property of RvProject. There you can press Load to include the file in the DFM, 
Save to extract a previously saved file, and Clear to remove an embedded file. 
When there's a file loaded in this property, you don't need to ship the project 
file separately.
http://www.zjde.com/ym_view.asp?id=2855 發表人 - >< face="Verdana, Arial, Helvetica"> 沒看到怎麼做??? 可以詳細說明嗎?謝謝! 似乎連存pdf 也是問題! DHM
------
ATEIN
ATEIN
高階會員


發表:105
回覆:320
積分:125
註冊:2002-07-05

發送簡訊給我
#4 引用回覆 回覆 發表時間:2005-09-14 03:23:46 IP:203.204.xxx.xxx 未訂閱
引言:
引言: Hi ATEIN, 網路上找到的,一直試不出來,你試試看
Embedding the Project in the Executable
When you deploy your application, you must include you project file. You can 
have it as a separated file, so you can update it in a easier way, only shipping 
a new one, without recompiling your application, or include it in your 
executable. It's easy to do that: open the property editor for the StoreRAV 
property of RvProject. There you can press Load to include the file in the DFM, 
Save to extract a previously saved file, and Clear to remove an embedded file. 
When there's a file loaded in this property, you don't need to ship the project 
file separately.
http://www.zjde.com/ym_view.asp?id=2855 發表人 - >< face="Verdana, Arial, Helvetica"> 沒看到怎麼做??? 可以詳細說明嗎?謝謝! 似乎連存pdf 也是問題! DHM
更新無法為DFM的問題 TRvProject changes ------------------ - Added checking for an active project and report for the ReportDescToMemo, GetReportDesc, GetReportName and GetReportFullName methods - Fixed an AV that would sometimes occur in ExecuteReport - Fixed problem with the StoreRAV property and text mode .DFMs 有文件說更新即可: Rave BE 5.0.8 Update 這個版本有修正問題 但我找不到下載的地方 您知道哪有更新檔嗎? (在BORLAND,因為我找不到也沒有權限可以下載更新檔) 謝謝! DHM
------
ATEIN
Fishman
尊榮會員


發表:120
回覆:1949
積分:2163
註冊:2006-10-28

發送簡訊給我
#5 引用回覆 回覆 發表時間:2005-09-14 08:27:33 IP:210.65.xxx.xxx 未訂閱
Hi ATEIN,    我昨天已成功試出不需更新即可將 RAV 封裝於執行檔    1.如上所述,將 RAV LOAD 到 RvProject 內    2.對該 Form 按下滑鼠右鍵,UnCheck "Text DFM"選項,如此即可成功 Compile 專案並完成封裝動作 Enjoy it !! ---------------------------------- 小弟才疏學淺,若有謬誤尚請不吝指教 ----------------------------------
------
Fishman
ATEIN
高階會員


發表:105
回覆:320
積分:125
註冊:2002-07-05

發送簡訊給我
#6 引用回覆 回覆 發表時間:2005-09-14 13:31:19 IP:203.204.xxx.xxx 未訂閱
引言: Hi ATEIN, 我昨天已成功試出不需更新即可將 RAV 封裝於執行檔 1.如上所述,將 RAV LOAD 到 RvProject 內 2.對該 Form 按下滑鼠右鍵,UnCheck "Text DFM"選項,如此即可成功 Compile 專案並完成封裝動作 Enjoy it !! ---------------------------------- 小弟才疏學淺,若有謬誤尚請不吝指教 ---------------------------------- < face="Verdana, Arial, Helvetica"> 果然是高手,被您給做出來了,老實說比網路技術上說的還詳細 感激不盡,太感謝您了。(應該很少人做得出來吧!) 真厲害! 謝謝! DHM
------
ATEIN
系統時間:2024-05-02 18:01:19
聯絡我們 | Delphi K.Top討論版
本站聲明
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。
2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。
3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇!