| Home | Previous Lesson: DataWindow Dot Notation - Error Handling Next Lesson: Distributed PowerBuilder |
Join "trans" table and "product_master" table to find all the transactions of obsolete products.
Complete the following exercises and check your work with the following PBL.
Display all the transaction dates as children to the Transactions root item. Display Receipts, Returns and Issues as children for each transaction date. Display transactions when the user selects a particular transaction.
|
Window Name |
Section/Example Name |
Library Name |
|
W_employee_xfer |
DataStores/ TreeView Drag/Drop |
Pbexamw2.pbl |
|
W_tv_dw_link |
DataStores/ TreeView DataWindow Linking |
Pbexamw3.pbl |
|
W_data_explorer |
DataStores/ Data Explorer |
Pbexamw1.pbl |
|
W_dir_tree |
Recurson / Directory Tree |
Pbexamw1.pbl |
|
w_add_sales_order |
Window Controls/ Sales Order ListView |
pbexamw1.pbl |
The example application has a very good example that demonstrates all the features of RTE control. That's why we are using that example through out this topic instead of rebuilding a separate example. Please refer to the following
Window Objects: w_rte, w_rte_find, w_rte_replace, w_rte_mail_merge
Menu Objects: m_rte
| Home | Previous Lesson: DataWindow Dot Notation - Error Handling Next Lesson: Distributed PowerBuilder |