Application Development 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: 

What does this mean?

Former Member
0 Kudos

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

Former Member
0 Kudos

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

1 REPLY 1

Former Member
0 Kudos

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