Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

What does this mean?

Former Member
0 Likes
398

How can I find the location of the information stored in the "selection" area?

<htmlb:dropdownListBox id                = "ZSC_TaxCode"
                               table                 = "//co_model_header/pt_taxcodes"
                               selection           = *"//co_model_header/pt_header[1].zsc_tx_code"*
                               disabled            = "False"
                               nameOfKeyColumn   = "TAX_CODE"
                               nameOfValueColumn = "TAXDESCRIPTION" />

co_model_header is an attribute of the page but where can I find the pt_header[1].zsc_tx_code data? How is the data generated (via select statements??)?

Thanks,

Matt

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
370

Hi,

If the screen shot you displayed is from BSP page Layout,

you can populate the data in the event handler tabe beside the page attribute. In the Event On input processing you have to populate the data. ( You can do this by select statements or submitting program or using class methods )

Hope this helps

Regards

Pavan

How can I find the location of the information stored in the "selection" area?

<htmlb:dropdownListBox id                = "ZSC_TaxCode"
                               table                 = "//co_model_header/pt_taxcodes"
                               selection           = *"//co_model_header/pt_header[1].zsc_tx_code"*
                               disabled            = "False"
                               nameOfKeyColumn   = "TAX_CODE"
                               nameOfValueColumn = "TAXDESCRIPTION" />

co_model_header is an attribute of the page but where can I find the pt_header[1].zsc_tx_code data? How is the data generated (via select statements??)?

Thanks,

Matt

1 REPLY 1
Read only

Former Member
0 Likes
371

Hi,

If the screen shot you displayed is from BSP page Layout,

you can populate the data in the event handler tabe beside the page attribute. In the Event On input processing you have to populate the data. ( You can do this by select statements or submitting program or using class methods )

Hope this helps

Regards

Pavan