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

Re: Valuebox type currency, is it a bug?


On 2/5/25 9:03 AM, Gianluigi wrote:
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

With version 3.20.1 on Qt5, I get a totally blank ValueBox. The .Value has not been set. Both ValueBox1.Value and ValueBox1.Text are Null.

BTW, it appears that https://gambaswiki.org/wiki/comp/gb.form/valuebox/type needs to be fixed and updated.
What is "identifier"?:
"Control.identifier (gb.qt4)?
This symbol does not exist."


--
Lee

--- Gambas User List Netiquette [https://gambaswiki.org/wiki/doc/netiquette] ----
--- Gambas User List Archive [https://lists.gambas-basic.org/archive/user] ----


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