[ttl]Currency Exchange Rate Maintenance[/ttl]
[form program=exchgrates]
[hide %fm_usefile$ value="ExhangeRates" secure]
[execute perform "exchgrates;Initialize",err=*proceed]
[section whole] [row "\[show usefile field=CurrencyFrom$\]:"][list CurrencyFrom$ usefile program=*class;ClassList,"Currency"][/list][/row]
[row "\[show usefile field=CurrencyTo$\]:"][list CurrencyTo$ usefile program=*class;ClassList,"Currency"][/list][/row]
[row "Month Desired:"][input MonthDesired$ type=date event=exchgrates@select_month][include *fm_browse.html][/row]
[row "Exchange Rates:" ][grid dtl_grid nosort size=auto/30 gridlines][col ttl="Effective Date" source=GridDate$ width=20 class=fill_#dddddd locked][col ttl="Rate per 1000*" source=ExchgRate1000 format="###,##0!00" width=15][col ttl="Net" width=5 class=align_center][symbol download tip="Download rate from Internet" event=("getRate:"+str(dayno))][/grid]
* Enter Zero for exchange rate to delete entry[/row]
[show info_msg$ class="infobox show_till_change"]
[/section]
[section whole][/section]
[section half] [css]#button_del {display:none} /* Hide Delete button */[/css] [include *fm_action.html][/section][/form]