|
Post by Ipposnif on Sept 18, 2020 14:12:40 GMT
A new release that fixes all the bugs found on the previous major version has been just approved by Betfair. Before installing the new release you have to uninstall the previous one. Enjoy Fabrizio
|
|
harli
New Member
Posts: 12
|
Post by harli on Sept 19, 2020 11:51:13 GMT
|
|
|
Post by Ipposnif on Sept 19, 2020 16:37:26 GMT
No it is not i'm sorry for this. In the next release i will definitively fix it.
In the meanwhile you can fix it yourself with this patch:
open tools..database command
copy paste the following sql
update tbl_SysGridFields set sFmtString_default=replace(sfmtstring_default,'€','$')
who has a different symbol from $ must replace the $ in the string with his currency symbol. press "execute" and restart the program.
please let me know if this worked out for you.
Fabrizio
|
|
harli
New Member
Posts: 12
|
Post by harli on Sept 19, 2020 20:48:40 GMT
|
|
|
Post by Ipposnif on Sept 20, 2020 7:39:13 GMT
The currency symbol depends directly from the currency of the Betfair Account. Since I have only one account with EUR, I cannot do a real test with a different currency.But I can mock up it, and from my tests the symbol is correctly selected accordingly with the currency of the user. So evidently, there is something else, maybe up to the grid component (it is a third party component 10tec.com/activex-grid/). Like you can see in your last picture, the symbol is correctly shown in the liability in the header of the main window, but not in the grid. Also, the symbol is correctly rendered in the prices columns of the grid (the pink/blu ones) where I append it by my code, but not in the other grid columns where it is rendered using a formatting string. I will contact 10tec to have more info and I will keep you updated. Fabrizio
|
|