nagendertank
Programmer
- Feb 20, 2013
- 5
Hi I am new in powerbuilder Technology.Currently I am working on an existing project and doing some enhancement.But I stuck at one place.
I have two datawindow Like DW_A and DW_B.
When I click on a button "Add Row"
It Adds row in DW_A
Ex. Column-A Column-B
ABC 123
CDE 456
EFG 678
DW_A is not save in database till now.Data is only in buffer.
Now I am Inserting new row in DW_B which have one dropdown.
This drop must have Column-A value("ABC","CDE","EFG").
I used Child datawindow concept but not able to populate.
Please help me that how can i populate dropdown with DW_A-Column-A values?
I have two datawindow Like DW_A and DW_B.
When I click on a button "Add Row"
It Adds row in DW_A
Ex. Column-A Column-B
ABC 123
CDE 456
EFG 678
DW_A is not save in database till now.Data is only in buffer.
Now I am Inserting new row in DW_B which have one dropdown.
This drop must have Column-A value("ABC","CDE","EFG").
I used Child datawindow concept but not able to populate.
Please help me that how can i populate dropdown with DW_A-Column-A values?