MasteringVFP
出自VFP Wiki
(修訂版本間差異)
(13個中途的修訂版本沒有顯示) | |||
第142行: | 第142行: | ||
: [[MasteringVFP/13/5|實例應用1-在VFP中使用 Word 輸出報表]] | : [[MasteringVFP/13/5|實例應用1-在VFP中使用 Word 輸出報表]] | ||
: [[MasteringVFP/13/6|實例應用2-在VFP中讀寫與開啟 excel]] | : [[MasteringVFP/13/6|實例應用2-在VFP中讀寫與開啟 excel]] | ||
- | + | : [[MasteringVFP/13/7|進階實例應用1-在VFP中操作Excel進行列印]] | |
14. 3-tier | 14. 3-tier | ||
: Concept | : Concept | ||
- | : 由 COM 到 MTS | + | : [[MasteringVFP/14/2|由 COM 到 MTS]] |
: 由 MTS 到 COM+ | : 由 MTS 到 COM+ | ||
: Installation | : Installation | ||
第154行: | 第154行: | ||
: 應用 | : 應用 | ||
- | 16. | + | 16. [[:Category:以VFP介紹Design Pattern|Design Pattern]] |
- | : | + | |
- | : | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | 17. | + | 17. [[MasteringVFP/17|VFP與Web]] |
- | : | + | :[[MasteringVFP/17/1|VFP與CGI]] |
- | : | + | :[[MasteringVFP/17/2|VFP與ISAPI]] |
- | : 3rd party solution | + | :[[MasteringVFP/17/3|VFP與ASP]] |
- | :: West winds | + | :[[MasteringVFP/17/4|VFP與ASP.Net]] |
- | :: AFP (http://www.Active-FoxPro-Pages.Com | + | :[[MasteringVFP/17/5|VFP與PHP]] |
- | : SOAP 與 Web Service | + | :[[MasteringVFP/17/6|3rd party solution]] |
+ | ::[[MasteringVFP/17/6/1|West winds]] | ||
+ | ::[[MasteringVFP/17/6/2|AFP]] (http://www.Active-FoxPro-Pages.Com) | ||
+ | :[[MasteringVFP/17/7|SOAP 與 Web Service]] | ||
18. VFP 與 .Net | 18. VFP 與 .Net | ||
- | : 與 .Net 的結合 | + | :[[MasteringVFP/18/1|與 .Net 的結合]] |
- | :: COM | + | ::[[MasteringVFP/18/1/1|COM]] |
- | :: OLEDB Provider/ODBC | + | ::[[MasteringVFP/18/1/2|OLEDB Provider/ODBC]] |
- | : VFP Toolkit over .Net | + | :[[MasteringVFP/18/2|VFP Toolkit over .Net]] |
19. [[MasteringVFP/19|VFP 與 Linux]] | 19. [[MasteringVFP/19|VFP 與 Linux]] | ||
第187行: | 第182行: | ||
: 潮流 | : 潮流 | ||
:: 證照 | :: 證照 | ||
- | : 抓住你的方向 | + | : [[MasteringVFP/20/3|抓住你的方向]] |
:: Analysis & Design | :: Analysis & Design | ||
:: Domain Knowledge | :: Domain Knowledge | ||
- | + | ||
- | + | 21. VFP 對 OLEPOS, UnifiedPOS, ARTS 的控制 (零售業之標準) | |
- | + | ||
- | + | : OLEPOS FOR VFP | |
- | + | : UnifiedPOS FOR VFP | |
- | + | : ARTS | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + |
在2009年2月9日 (一) 06:19的最新修訂版本
目錄
0. xBase 的輝煌歷史
1. IDE 簡介
2. 語言
3. 資料庫基本觀念(同時介紹 如何使用 Database Designer)
- 欄位型態
- Database
- Table
- Index
- Relation ( or Join )
- Store Procedure
- RI
- View
- Connection
- Remote View
4. 語言 - 資料庫操作
- 建立 Database
- 建立 Table
- 建立 Index
- 建立 View
- 建立 Relation
- 快速的搜尋
- 強大的 Filter
- Trigger
- SQL
- Buffering
- Transaction
- Optimize
5. Form Designer Basic
- Form Designer 的操作
- 各項 control
- ActiveX 組件
- Concept
- VFP 的 OO
- 第一個 Class
- Class Designer 的操作
- 特色
- What is UML? (Introduction)
- What is RUP(Rational Unified Process) / XP(Extreme Programming) / AM(Agile modeling)??
7. Wizard 與 Component Gallery
- Wizard 的好處與壞處
- 使用 Component Gallery
- 現實考量面
8. Form Designer Advance
- Toplevel / In-Top / In-Screen
- Dynamic control allocation
- Menu Advance
- 使用自己建立的 Class
10. Debug
- Debugger introduction
- Watch
- Step in
- Step over
- Debugger 的其他應用
11. 專案的發布與安裝
- exe or app
- Setup Wizard
- How about your COM?
- 小心陷阱
12. Client / Server
- Concept
- 常見Server選擇與簡介
- Microsoft SQL Server
- Oracle
- FirebirdSQL -- 介紹 Firebird Database Server
- Postgresql
- Mysql
- ODBC & OLEDB
- Remote View
- SPT
- Optimize
- Desktop database 的連接
- MSDE(Microsoft SQL server lite)
- Access
- Paradox
- Excel
- SQL Server的連接
- Microsoft SQL Server
- Oracle
- Firebird -- 一本關於Firebird Database Server的電子書
- Postgresql
- Mysql
13. COM
- Concept
- 建立第一個 COM Object
- 應用實例
- 除錯技巧
- 實例應用1-在VFP中使用 Word 輸出報表
- 實例應用2-在VFP中讀寫與開啟 excel
- 進階實例應用1-在VFP中操作Excel進行列印
14. 3-tier
- Concept
- 由 COM 到 MTS
- 由 MTS 到 COM+
- Installation
- 以 VFP 建立一個 Application Framework
15. Refactoring
- Concept
- 應用
16. Design Pattern
17. VFP與Web
18. VFP 與 .Net
19. VFP 與 Linux
20. 未來
- 語言的迷思
- 潮流
- 證照
- 抓住你的方向
- Analysis & Design
- Domain Knowledge
21. VFP 對 OLEPOS, UnifiedPOS, ARTS 的控制 (零售業之標準)
- OLEPOS FOR VFP
- UnifiedPOS FOR VFP
- ARTS