Search found 104 matches: digit

Return to advanced search

Re: Problemas con ordenamiento de datos.

hi,

Code: Select all  Expand view
(domicilio  )+Alltrim  (piso  )+Alltrim  (depto  )

a Index Expression must be "same Length" so ALLTRIM() are NOT working "in" a Index :!:

---

it seem me that your YEAR use only 2 Digit ?
than try
Code: Select all  Expand view
SET EPOCHE TO YEAR(DATE()) -50
by Jimmy
Fri Feb 23, 2024 3:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con ordenamiento de datos.
Replies: 4
Views: 158

Re: I'm not asking for the moon...

... https://i.postimg.cc/xCyYdM98/kkk.png then when I digit came me all "*"
by Silvio.Falconi
Fri Jan 19, 2024 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 1852

Re: I'm not asking for the moon...

... PIXEL picture "@E999.99"  OF oDlg RIGHT;   ACTIVATE DIALOG oDlg CENTERED   RETURN NIL on second tget if I digit 12345 it must write 123,45 How I can make ?
by Silvio.Falconi
Thu Jan 18, 2024 1:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 1852

Re: I'm not asking for the moon...

Do you mean something like this? https://mybergland.com/fwforum/gettest.gif No, you not understood the values are numeric ( 6 digit , 2 decimals) 1. at init see only a zero "0" at Right, so I not must see 0.00 2. when digit 12345 the get must transform to 123,45, not ...
by Silvio.Falconi
Thu Jan 18, 2024 11:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 1852

Re: I'm not asking for the moon...

I need it to determine the Kg of materials and I need have 7 digit with a comma sample 123,45 at init I need to have on Tget only a Zero at right and not 0.00 or 0,00 @ 60,20 GET aGet[2] VAR nVar   SIZE 100,24 PIXEL OF oDlg RIGHT;         VALID ...
by Silvio.Falconi
Thu Jan 18, 2024 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 1852

Re: Problem with tget numeric

... the right, if the user types 12345 the procedure must convert to 123.45, if the user types a further numerical figure for example 7 this the last digit must change to 123.47 and if the record is being edited and the values are for example 0.75 or 3.60 the procedure must not round to 1 and 4
by Silvio.Falconi
Wed Jan 17, 2024 5:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tget numeric
Replies: 16
Views: 1220

I'm not asking for the moon... Resolved!!

... be displayed at the beginning but the user can type 12345 and the procedure must automatically convert to 123.45 and if the user presses another digit for example 7 this must change the last digit 123.47 and at the same time if the user presses 0.75 the procedure must leave 0.75 left. I didn't ...
by Silvio.Falconi
Wed Jan 17, 2024 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 1852

Re: Problem with tget numeric

...    :Refresh()      endif   ENDreturn .t.  at init go good but then non put the comma after 3 if I digit 12345
by Silvio.Falconi
Wed Jan 17, 2024 10:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tget numeric
Replies: 16
Views: 1220

Re: Problem with tget numeric

Here i see 0.00 on the tget
But i asked another question
On the get the user must see nothing , the tget must be empty and the user can digit a number until two decimals
by Silvio.Falconi
Tue Jan 16, 2024 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tget numeric
Replies: 16
Views: 1220

Problem with tget numeric

I have 4 get numeric where I must insert the measure on cm but each time I have problem because the user wrong the digit and must i use the mouse to return on get and erase the data probably picture variable is not set to the best on the dbf I have { "Top", "N", ...
by Silvio.Falconi
Tue Jan 16, 2024 8:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tget numeric
Replies: 16
Views: 1220

Re: problem with Barcode (sebra) no Html no web

nBackcolor what color du you have here? EAN cod not corret. Please post some to see. EAN 13 12 characters + Check Digit (1 digit) you're Right I decided to change barlib for the new fwbarcode barcodes because in barlib we don't have the new qr type codes to do a demo I think I ...
by Silvio.Falconi
Tue Jan 16, 2024 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with Barcode (zebra) no Html no web . resolved
Replies: 2
Views: 547

Re: problem with Barcode (sebra) no Html no web

nBackcolor what color du you have here?
EAN cod not corret.
Please post some to see.
EAN 13
12 characters + Check Digit (1 digit)
by Otto
Mon Jan 15, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with Barcode (zebra) no Html no web . resolved
Replies: 2
Views: 547

Numeric alignment with oPrn:SayText( )

... ). I have tried several but do not get the desired result. I am working with numbers in columns, and they should all align based on the right-most digit. Based on the release notes, L, R, T, B should work to align the output. However, R does not right align the output, and in fact, it is not addressed ...
by TimStone
Tue May 16, 2023 9:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric alignment with oPrn:SayText( )
Replies: 8
Views: 515

Problem with a get

I have to insert a measure 5 digit 2 dec sample 300.12 or 0.12 local nTop := 0 I take the value not from a dbf but fron an array @ nRow, 20 GET aGet[6] VAR nTop OF oModulo SIZE 50, 20 PIXEL FONT oFont UPDATE I wish no insert PICTURE "999.99" ...
by Silvio.Falconi
Tue Apr 11, 2023 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with a get
Replies: 3
Views: 249

Add pauze function to Chronometer

... on the forum : I'm not able to change the code so that when you hit START and then STOP, the program should continue with the value that is on the digit. Hitting CLEAR is correct : it goes to zero Hitting START also goes to zero and then start. This should go on ... #include "fivewin.ch"function ...
by Marc Venken
Tue Mar 07, 2023 10:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add pauze function to Chronometer
Replies: 1
Views: 182
Next

Return to advanced search