Search found 136 matches: comma

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: 2156

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

... 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 allready on dbf ? not run
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: 2156

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

... at Right, so I not must see 0.00 2. when digit 12345 the get must transform to 123,45, not with dot "." but with "," comma 3. if the user digit another number sample 7 the get must write 123,47 and the cursor must stay on the last digit 4 the user can press tab to ...
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: 2156

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   ChangePic( ...
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: 2156

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: 1432

Re: Help splitting up a character address string

... Drive" CCity = "Columbia" CState = "SC" CZip = "29212" if I recall you can use the At() function to find the comma "," and substring the cAddress variable into the various attributes ... Any code help would be greatly appreciated! Thanks' ChatGPT ...
by Otto
Wed Nov 15, 2023 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 602

Help splitting up a character address string

... Drive" CCity = "Columbia" CState = "SC" CZip = "29212" if I recall you can use the At() function to find the comma "," and substring the cAddress variable into the various attributes ... Any code help would be greatly appreciated! Thanks Rick Lipkin
by Rick Lipkin
Tue Nov 14, 2023 9:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 602

Re: Crash with 23.04 GRADIENTFILL()

a.) last Element no "Komma" Old or new, do not end with Comma ("'," ). Because in that case, the last element of the array is NIL. The function does not expect that any element is NIL. Please ensure that all fractions (the first element ...
by nageswaragunupudi
Mon Jul 24, 2023 12:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Crash with 23.04 GRADIENTFILL()
Replies: 5
Views: 314

Promtp-Editor: Unleash ChatGPT's Power: The Ultimate Prompt

... by a row and column position indicated with the "@" symbol. The row and column positions are pairs of parameters separated by a comma. Multiply the row and column positions by 80. Additionally, there is a keyword "SIZE" used in the code to specify the size of the buttons. ...
by Otto
Fri Jun 09, 2023 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Promtp-Editor: Unleash ChatGPT's Power: The Ultimate Prompt
Replies: 4
Views: 451

Re: XBROWSE FIELDS with Name in Array

hi,
nageswaragunupudi wrote:Comma delimited
Eg: "FIRST,CITY,SALARY,..."

thx for Answer

nageswaragunupudi wrote:We can easily convert an array like DbStruct() to list like this:
FW_ArrayAsList( ArrTranspose( aStruct )[ 1 ] )

ah, that is nice :)
by Jimmy
Tue May 02, 2023 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE FIELDS with Name in Array
Replies: 12
Views: 789

Re: XBROWSE FIELDS with Name in Array

how does"cFieldList" look like and what Delimiter is used :?:


Comma delimited
Eg: "FIRST,CITY,SALARY,..."

We can easily convert an array like DbStruct() to list like this:
FW_ArrayAsList( ArrTranspose( aStruct )[ 1 ] )
by nageswaragunupudi
Tue May 02, 2023 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE FIELDS with Name in Array
Replies: 12
Views: 789

Re: problem with dbUseArea

Hi Last comma makes an blank line to array, and than aIdx(i,1) is empty for dbusearea where i=2 -works correct for i=1 but len(aIdx)=2 and then crash! ::aIdx := { ; { "CUSTOMER" , { { "Upper(First)" , "First" ...
by Silvio.Falconi
Mon Apr 17, 2023 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with dbUseArea - resolved -
Replies: 10
Views: 766

Re: problem with dbUseArea

Hi Last comma makes an blank line to array, and than aIdx(i,1) is empty for dbusearea where i=2 -works correct for i=1 but len(aIdx)=2 and then crash! ::aIdx := { ; { "CUSTOMER" , { { "Upper(First)" , "First" ...
by alerchster
Sun Apr 16, 2023 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with dbUseArea - resolved -
Replies: 10
Views: 766

Re: xBrowse footer picture

... created a multiplication function where I transform the cValue to a real numeric value so that the result has only 2 decimals. But the dot istead comma problem remains.
by Detlef
Mon Apr 03, 2023 2:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse footer picture
Replies: 11
Views: 731

xBrowse footer picture

...  END  Result: https://www.hamelau.eu/tmp/footer.jpg There are 4 decimals instead of only 2 and a decimal dot instead of comma. What can i do to display the sums according the picture clause? Regards, Detlef
by Detlef
Mon Apr 03, 2023 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse footer picture
Replies: 11
Views: 731
Next

Return to advanced search