Search found 3 matches

by Christophe
Mon Jan 08, 2007 10:18 am
Forum: XLSReadWriteII 3/4/5
Topic: Localisation
Replies: 5
Views: 4346

Hi there, Here is the offending lines: NameAsFormula['Ystar'] := 'NameAsFormula['Ystar'] := 'ROUND((Ltwo*(Czero+Izero+Govt+(Xone*FRinc)-Zzero)-(Ione*(Lzero-Msupp))-(Ltwo*Erate*(Xtwo+Ztwo))),0)/(Ltwo*(1-MPC+(MPC*Trate)+Zone-(Zone*Trate))+(Ione*Lone))'; // Ystar NameAsFormula['Rstar'] := 'ROUND((Lone*...
by Christophe
Tue Dec 19, 2006 4:13 pm
Forum: XLSReadWriteII 3/4/5
Topic: Localisation
Replies: 5
Views: 4346

In french the decimal point is a , (Comma) where as in english it'a a . (full stop), so, I think that when I run an app, the round function of XLS use a string that is changed to a french version i.e 12.45 is then changed to 12,25.
Could it be the problem with XLS?

Christophe
by Christophe
Mon Dec 18, 2006 11:59 am
Forum: XLSReadWriteII 3/4/5
Topic: Localisation
Replies: 5
Views: 4346

Localisation

Hi there,

When using XLS in french localisation the ROUND function crashed the app

I'm using Delphi 2006 and XLS 3.0

P.S. floating point seem to do that