[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Valuebox type currency, is it a bug?


Le 05/02/2025 à 15:03, Gianluigi a écrit :
Hi,

with the last master if I write this code (*) in the Valuebox I get 0.00

Regards
Gianluigi

(*)
Public Sub Form_Open()

   Dim nCorrente As Float

   nCorrente = 12.33
   ValueBox1.Type = 3
   ValueBox1.Value = nCorrente
   Print ValueBox1.Text
   Print nCorrente

End



I leave Paris for a week next week, so I don't think I will fix the bug before.

Regards,

--
Benoît Minisini.


Follow-Ups:
Re: Valuebox type currency, is it a bug?Gianluigi <gradobag@xxxxxxxxxxx>
References:
Valuebox type currency, is it a bug?Gianluigi <gradobag@xxxxxxxxxxx>