Problems in changing text field value with dropdownlist

V

Victor Lung

Dear all,
I have three related controls in my eForm.
1. Master currency (drop down list box)
2. Item Currency (drop down list box)
3. Item Amount in Master currency (textbox)

I have added a filter in the "item currency", and it can display the correct
values. I have also added a new data source connectin to get the updated
currency conversinon factor. However, only the first row of the record can
get the correct factor value. Did I make any mistakes in the form setting?

below is the "formuta" to retrieve the conversion factor:
@amount_cur * @currency_factor[@from_currency = @currency_code and
@to_currency = @base_currency]

Thank you very much.

Victor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top