Introduction to PowerBuilder

HomePrevious Lesson: d_units_dropdown
Next Lesson: d_display_product

d_product_custom_query

Property

Value

Data Source

SQL SELECT

Presentation Style

Free Form

Tables

Product_master

Columns

All

Data Source definition

SELECT "product_master"."product_no", "product_master"."product_description", "product_master"."product_balance", "product_master"."product_reorder_level", "product_master"."product_measuring_unit" FROM "product_master" ORDER BY "product_master"."product_no"

Other issues:

Set product_measuring_unit edit style to DDDW (d_units_dropdown)

HomePrevious Lesson: d_units_dropdown
Next Lesson: d_display_product