Avatar

Level 2

The Purchase Order form is helpful and what I need, but I'm still not having success with my document.

The PO shows in the Initialize event and the Change event the following for the 1st drop down:

form1.purchaseOrder.header.drpOrderedByCountry::initialize - (JavaScript, client)

// Populate this field with the country names currently listed.

countryScript.getCountries(

this);

form1.purchaseOrder.header.drpOrderedByCountry::change - (JavaScript, client)

// Update the state/province field when a different country is selected.

countryScript.getStatesOther(xfa

, drpOrderedByStateProv);

How does "countryScript......" relate?  How do I know what script I should write?

Thank you.