FrançaisEnglishEspañol
PC SOFTForums homeLast messagesOnline repository
PC SOFT
Find...
Perform the searchSearch in...
Newsgroup dedicated to WINDEV (current version), in English
Floating Decimal? (WD 12)
Dec., 14th 2009 at 10:04 PM
Georgio
<gu...st@news.pcsoft.fr>


I think I posted this before but never received an answer.
Can someone tell me how I can format a numeric item in a hyper file with a floating decimal?
Thanks!
Georgio


Replies to this message:
Re: Floating Decimal? (WD 12)
Georgio, have a look in the help at the "inputmask" of a editcontrol. Maybe that's what you need.
From Arie Mars - Dec., 16th 2009 - More »
Re: Floating Decimal? (WD 12)
Hi Glenn, If I did that, then I'd have to do write code to allow only one decimal point in these field types. I guess I could write a global procedure to only allow one decimal point but I thought it ...
From Georgio - Dec., 16th 2009 - More »
Re: Floating Decimal? (WD 12)
Hi, why not use s a text edit control and only allow digits, and the decimal point.
From Glenn Rathke - Dec., 15th 2009 - More »
Re: Floating Decimal? (WD 12)
Hi Stephan, I need to be able to give the user the ability to place the decimal point in any position within a numeric control (if at all) ... rather than fixed. Do you know how I can do this? Thanks! ...
From Georgio - Dec., 15th 2009 - More »