Search found 92 matches: digits

Return to advanced search

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

Otto wrote:Use STRTRAN()

Perhaps we not understading the problem...
in the xbrowse table I have the numerical digits with the comma separator, then when I go to make the change I find the digits with the dot separator, do you think this is normal?
by Silvio.Falconi
Thu Jan 18, 2024 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2117

Re: HAPPY PROGRAMMER'S DAY

Image
by Silvio.Falconi
Fri Sep 15, 2023 1:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HAPPY PROGRAMMER'S DAY
Replies: 7
Views: 497

Re: De *.C Para *.Obj en BCC74 no funciona más.

... for Win32 Copyright (c) 1993-2018 Embarcadero Technologies, Inc. c_ThemeGDI.c: Warning W8071 c_ThemeGDI.c 783: Conversion may lose significant digits in function HB_FUN_TH_DRAWTASKPANELGROUPSEP *** 1 errors in Compile *** Gracias, thanks. Regards, saludos.
by karinha
Mon Sep 11, 2023 12:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De *.C Para *.Obj en BCC74 no funciona más.
Replies: 84
Views: 39459

Re: numeric get

You are right, Antonio. My problem is to let an user input an integer value with a maximum of 6 digits. But without showing a zero in the get control. I could take a string value with picture "999999" and after transform it to numeric with val( cVar ). Then the ...
by Detlef
Thu Jul 20, 2023 11:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: numeric get
Replies: 8
Views: 317

numeric get

I have an edit control in an rc file in which a user should enter a numeric value. Maximum of six digits but no value assigned because I don't want the user suggest a Zero. Just local nRgNum ... REDEFINE GET oGet VAR nRgNum OF oDlg ID 20 PICTURE "999999" RIGHTTOLEFT ...
by Detlef
Wed Jul 19, 2023 7:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: numeric get
Replies: 8
Views: 317

Re: Campo autoincremental en DBF

... "ID", "+", 4, 0 } That is enough. Please try it. Do not worry about the width of "4". They do not represent decimal digits. The value is stored as 4 hex bytes. The maximum value in hex is 0xFFFFFFFF = 4,294,967,295. This is a lot more than enough. For Date of last ...
by nageswaragunupudi
Fri Nov 04, 2022 11:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Campo autoincremental en DBF
Replies: 7
Views: 770

Re: Get numerico problema al editar

You can enter upto 10 digits without PICTURE clause. Please try this simple code:    n := 34   DEFINE DIALOG oDlg SIZE 200,120 PIXEL TRUEPIXEL   @  20,20 GET n SIZE 150,24 PIXEL OF oDlg   @  60,20 BUTTON "OK" SIZE 100,40 ...
by nageswaragunupudi
Sun Oct 09, 2022 7:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Get numerico problema al editar
Replies: 4
Views: 438

Re: Gmail Less Secure apps Less than outlook 2016 will not work

... Verification (2SV) 2. App Password 2.1 Generate password with Select app: "Mail", Select device: "Windows Computer" 2.2 Get 16 digits password. 2.3 Use this password instead of gmail's password. done. Saludos, Juan
by carito
Wed Jun 08, 2022 8:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Gmail Less Secure apps Less than outlook 2016 will not work
Replies: 7
Views: 641

Re: send email gmail : Less Secure App will stop May, 30 2022

... Verification (2SV) 2. App Password 2.1 Generate password with Select app: "Mail", Select device: "Windows Computer" 2.2 Get 16 digits password. 2.3 Use this password instead of gmail's password. done.
by dutch
Fri Jun 03, 2022 4:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: gmail : Less Secure App will stop May, 30 2022 *Fixed*
Replies: 20
Views: 2163

Re: send email gmail : Less Secure App will stop May, 30 2022

... Verification (2SV) 2. App Password 2.1 Generate password with Select app: "Mail", Select device: "Windows Computer" 2.2 Get 16 digits password. 2.3 Use this password instead of gmail's password. done.
by hidroxid
Thu Jun 02, 2022 2:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: gmail : Less Secure App will stop May, 30 2022 *Fixed*
Replies: 20
Views: 2163

Re: send email gmail : Less Secure App will stop May, 30 2022

... Verification (2SV) 2. App Password 2.1 Generate password with Select app: "Mail", Select device: "Windows Computer" 2.2 Get 16 digits password. 2.3 Use this password instead of gmail's password. done. Thank you, Dutch. Unfortunately my client wants to stay at gmail.com to send ...
by dutch
Sun May 08, 2022 4:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: gmail : Less Secure App will stop May, 30 2022 *Fixed*
Replies: 20
Views: 2163

Re: Decimal detection

... this should be used to get the proper whole number for your translation. James ROUND() Return a numeric value rounded to a specified number of digits ------------------------------------------------------------------------------ Syntax ROUND(<nNumber>, <nDecimals>) --> nRounded ...
by James Bott
Sat Oct 09, 2021 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Decimal detection
Replies: 10
Views: 1162

Re: Decimal detection

James, Francisco,

Thank you, they both are working fine.
The only thing was that if there was a value without decimal digits it returns the value with a dot.

Like '122.00000' returns '122.'

I will optimize it with testing if the return-value ends with '.', if so, I will return it without the '.'
by Marc Vanzegbroeck
Mon Sep 27, 2021 7:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Decimal detection
Replies: 10
Views: 1162

Re: ApplyParams Tdatabase

Hmm, well I didn't know because in the reservation database you sent me that field is named NUMPRE, and it is 18 digits long. The fieldname didn't sound like RESNO, RESID or similar, and I don't even know how big of a number is 18 digits long (1,000 trillion). Wow, that is a lot ...
by Silvio.Falconi
Thu Jul 15, 2021 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ApplyParams Tdatabase
Replies: 8
Views: 1260

Re: ApplyParams Tdatabase

... inserted ok? Hmm, well I didn't know because in the reservation database you sent me that field is named NUMPRE, and it is 18 digits long. The fieldname didn't sound like RESNO, RESID or similar, and I don't even know how big of a number is 18 digits long (1,000 trillion). ...
by James Bott
Thu Jul 15, 2021 5:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ApplyParams Tdatabase
Replies: 8
Views: 1260
Next

Return to advanced search