Search found 1126 matches: numeric

Return to advanced search

Re: XML =. Utf-8, que codificación pongo para mariaDB?

In both cases where FW_SetUnicode() is .T. or .F.
a numeric Get is left aligned by default and right aligned only if we use the clause RIGHT.
Example:
Code: Select all  Expand view
@ 20,20 GET oGet VAR nVar PICTURE "999.99" SIZE 100,24 PIXEL OF oDlg RIGHT
by nageswaragunupudi
Mon Feb 26, 2024 2:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XML =. Utf-8, que codificación pongo para mariaDB?
Replies: 5
Views: 245

Transform doubt

Hi,

I have a numeric var with content 14,000 How can I transform this value into 14.000,000?
Thanks in advance.
by wartiaga
Sun Jan 28, 2024 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transform doubt
Replies: 2
Views: 346

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

... and over again and don't hand the client something that doesn't work well. It's not easy at all, as I told you in the Xbrowse table I have the numeric figures with commas, then when I go to make the change I find them with the separation point also because I used the picture "@Z999.99" ...
by Silvio.Falconi
Fri Jan 19, 2024 7:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2150

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

... oDlg1 CENTERED xbrowse(nVar)RETURN nil  Claro que es muy mejorable, pero al menos para comenzar Cesar, the values ( nVar1,2,3,4) must be numeric and then not wish "." ( dot separation) but "," (comma separation) then it run if the nvar are all zero if we have the values ...
by Silvio.Falconi
Thu Jan 18, 2024 7:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2150

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, ...
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: 2150

Re: Problem with tget numeric

... relevant to the topic of this discussion, you don't know how to solve it and you want to find other alternative solutions? I only need a series of numeric gets: at the beginning only a zero must be displayed on the right, if the user types 12345 the procedure must convert to 123.45, if the user ...
by Silvio.Falconi
Wed Jan 17, 2024 5:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tget numeric
Replies: 16
Views: 1432

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

I'm going crazy and no one is helping me... I have a series of numeric get controls for a little program, I would like only a zero to be displayed at the beginning but the user can type 12345 and the procedure must automatically convert to 123.45 and if ...
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: 2150

Re: Problem with tget numeric

Silvio, do you have an image of the operation of how PAPER is made?

Silvio, ¿tienes una imagen del funcionamiento de como se hace en el PAPEL a mano?

Saludos.
by karinha
Wed Jan 17, 2024 1:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tget numeric
Replies: 16
Views: 1432

Re: Problem with tget numeric

#include "fivewin.ch"function Main()   local oDlg, oGet   local nVar :=0 // 0.75   local aGet:= array(2)   SetGetColorFocus()   DEFINE DIALOG oDlg SIZE 400,150 PIXEL TRUEPIXEL TITLE FWVERSION   @ 20,20 GET...
by Silvio.Falconi
Wed Jan 17, 2024 10:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tget numeric
Replies: 16
Views: 1432

Re: Problem with tget numeric

la solución que encontré no es buena porque cuando retomo los datos fivewin se actualiza al máximo entonces, si los datos son 0,75 |0,20|3,60|0,50, los convierte a 1|0|4|1 y eso no es bueno the solution I found is not good because when I resume the data fivewin updates to the full so if the data is ...
by Silvio.Falconi
Wed Jan 17, 2024 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tget numeric
Replies: 16
Views: 1432

Re: Problem with tget numeric

@ 70, 20  GET aGet[1] VAR nTop    OF oDlg SIZE 40, 14 PIXEL FONT oFont ;      PICTURE "@ ###,99" UPDATE RIGHT   @ 70, 82  GET aGet[2] VAR nLeft   OF oDlg SIZE 40, 14 PIXEL FONT oFont ;       PICTURE "@ ###,99" UPDATE RIGHT   @ 70, 205 GET aGet[3] VAR nWid...
by Silvio.Falconi
Wed Jan 17, 2024 8:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tget numeric
Replies: 16
Views: 1432

Re: Problem with tget numeric

perhaps

@ 70, 20 GET aGet[1] VAR nTop OF oDlg SIZE 40, 14 PIXEL FONT oFont ;
PICTURE "@ ###,99" UPDATE RIGHT



Image
by Silvio.Falconi
Wed Jan 17, 2024 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tget numeric
Replies: 16
Views: 1432

Re: Problem with tget numeric

KArinha, podría mostrar solo un cero a la derecha en el get y luego, si el usuario escribe un número, por ejemplo 1, y luego presiona el punto decimal, el procedimiento debe colocar hasta dos números después del punto decimal y luego pasar al otro get. No uso dbf. Obtengo los datos de un navegador y...
by Silvio.Falconi
Wed Jan 17, 2024 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tget numeric
Replies: 16
Views: 1432

Re: Problem with tget numeric

Which device do you use for input? Touch or keboard? I had already created a small touch sale with categories and subcategories but the customer didn't like this type of insertion, he wants to be faithful to the old insertion he did with his pen and paper model. moreover, since the operator has to ...
by Silvio.Falconi
Wed Jan 17, 2024 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tget numeric
Replies: 16
Views: 1432

Re: Problem with tget numeric

Which device do you use for input? Touch or keboard?
by Otto
Tue Jan 16, 2024 11:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tget numeric
Replies: 16
Views: 1432
Next

Return to advanced search