Introduction to PowerBuilder

HomePrevious Lesson: d_trans_data_entry_header
Next Lesson: d_transactions_monthly_rep

d_trans_data_entry_detail

Property

Value

Data Source

SQL SELECT

Presentation Style

Tabular

Tables

Trans

Columns

All, but delete the following columns from the display. tran_no, tran_date, tran_type

Data Source definition

SELECT "trans"."tran_no", "trans"."tran_date", "trans"."tran_type", "trans"."tran_serial_no", "trans"."tran_item_no", "trans"."tran_qty" FROM "trans"

Other issues:

-None-

HomePrevious Lesson: d_trans_data_entry_header
Next Lesson: d_transactions_monthly_rep