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
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