Introduction to PowerBuilder

HomePrevious Lesson: d_products_maint
Next Lesson: d_trans_data_entry_detail

d_trans_data_entry_header

Property

Value

Data Source

SQL SELECT

Presentation Style

Tabular

Tables

Trans

Columns

tran_no, tran_date, tran_type

Data Source definition

SELECT "trans"."tran_no", "trans"."tran_date", "trans"."tran_type" FROM "trans"

Other issues:

Set the edit style of 'tran_date' to EditMask.

HomePrevious Lesson: d_products_maint
Next Lesson: d_trans_data_entry_detail