This is the data model and data for examples. MODEL Table MODEL_ID int MODEL_NM Varchar(35) Data 1 Fusion 2 Contour 3 Model T COLOR Table COLOR_ID int COLOR_NM Varchar(32) Data 1 Black… more →
Schultz's PowerBuilder Notesrick130 wrote 1 year ago: We all eventually need to build a datawindow where the contents of a drop down list is dependent on … more →
rick130 wrote 1 year ago: This is the data model and data for examples. MODEL Table MODEL_ID int MODEL_NM Varchar(35) Data 1 … more →
rick130 wrote 1 year ago: When are DDDWs populated automatically? A Retrieve() is issued and the DDDW does not have a result s … more →
rick130 wrote 1 year ago: I have a dddw which hides certain items by setting the row height for these hidden rows to 0. This a … more →
rick130 wrote 1 year ago: Actions to a DDDW are fired through the DataWindow’s pbm_command Event Two Arguments LongParm … more →
rick130 wrote 1 year ago: The following example returns the display value for the dept_id column for the current row: String l … more →
rick130 wrote 1 year ago: Replacing the dddw dataobject dw_parent.Modify(dept_id.dddw.name= d_dddw_empsal_by_dept ) Getting th … more →
rick130 wrote 1 year ago: Use SetDetailHeight() to adjust the height of any rows in the dddw. Setting the height to zero will … more →
rick130 wrote 1 year ago: In my app, if the user clicked on a new row for an updateable column, the dddw filter for pos_cd was … more →
rick130 wrote 1 year ago: If the datawindow tries to insert a new row, and the dddw is not yet populated, the response window … more →
rick130 wrote 1 year ago: The Problem The contents of a particular drop down datawindow (dddw) depends on the value of another … more →