I need to implement a change in a form where there is an item which is currency amount and another which is currency type.
So in type, if i select $, it should change currency into USD format.
If its EURO, it should format mask in euro and so on.
Is this possible?
More details: I created type column as select list with dollar, euro and other currencies.
So this would be the parent to the currency column whose format should change accordingly.
I will use cascading lov and put type as parent.
But how do i write condition, that if dollar is chosen, the format mask is FFF.... and so on.