Search found 1023 matches: numbers

Return to advanced search

Re: cyclometric circle

... measures as you can see in this picture https://i.postimg.cc/Dw8K6mgN/t.png But now I have problems with the small circles and the numbers because they are attached and I don't understand why https://i.postimg.cc/m2cR48zD/t1.png numbers must be 1 to 90 and the number ...
by Silvio.Falconi
Fri Dec 02, 2022 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 3032

Re: Forcing to unlock a record

There is a detail in the ads that must be observed when locking a record. In a situation where we use a register to follow a sequence of numbers automatically and in the attempt at the exact moment another user is executing the addition of the number (Example) the register must be refreshed. ...
by Giovany Vecchi
Thu Dec 01, 2022 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Forcing to unlock a record
Replies: 10
Views: 786

Re: Resta de columnas en xBrwose

... ; HEADERS "ClientName", "Quantity", "Price", "Amount" Also it is not a good practice to provide numbers in COLUMNS clause. Provide field names.
by nageswaragunupudi
Tue Nov 29, 2022 3:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Resta de columnas en xBrwose
Replies: 14
Views: 963

Re: New file format

for Now File ascii cripted name of file NXX_GXEX_LXX.TBL sample : N08_G2E2_L03.TBL -> 8 numbers, Guarantee 2, Points 2 , scheme in triplets the problem is when I select the numbers sample : https://i.postimg.cc/V5ySg64Z/k.png the procedure should search ...
by Silvio.Falconi
Wed Nov 23, 2022 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New file format
Replies: 10
Views: 727

Re: New file format

... rows, columns, guarantee, points and then the whole scheme that could have up to a maximum of ten columns but infinite rows depending on the numbers that are played if they are placed in doubles or triplets or quadruplets, five, _, sevenths, eights, novines and tens.
by Silvio.Falconi
Tue Nov 22, 2022 10:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New file format
Replies: 10
Views: 727

Re: Xbrowse Menu with checkbox

... := { || oBrw:aCols[ 1 ]:CheckToggle() }  thanks Rao Can we have tree xbrowse with checkboxes ? Once the selected numbers are saved, I can reload them in the table, but I still have problems setting the check to the brow (adatamenu) I have found for now the solution ...
by Silvio.Falconi
Sun Nov 20, 2022 12:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Menu with checkbox
Replies: 5
Views: 470

Re: tget only numbers and "."

nageswaragunupudi wrote:
Code: Select all  Expand view
oGet:bKeyChar := { |k| If( chr( k ) $ ".0123456789", nil, 0 ) }

Thanks rao
by Silvio.Falconi
Thu Nov 10, 2022 6:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tget only numbers and "."
Replies: 7
Views: 339

Re: tget only numbers and "."

Code: Select all  Expand view
oGet:bKeyChar := { |k| If( chr( k ) $ ".0123456789", nil, 0 ) }
by nageswaragunupudi
Thu Nov 10, 2022 4:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tget only numbers and "."
Replies: 7
Views: 339

Re: tget only numbers and "."

... Regards, saludos. I not know the config of string Can be 36.6 or 45.66 .78 or more numbers Chat Is space(100) Perhaps U not understood my problem
by Silvio.Falconi
Wed Nov 09, 2022 3:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tget only numbers and "."
Replies: 7
Views: 339

Re: tget only numbers and "."

Code: Select all  Expand view

   PICTURE "99.99.99.9.9.99.99" //-> 36.67.80.7.3.23.45
 



https://vivaclipper.wordpress.com/2012/09/12/what-is-picture-function-template/

Regards, saludos.
by karinha
Wed Nov 09, 2022 1:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tget only numbers and "."
Replies: 7
Views: 339

Re: tget only numbers

... sample: 36.67.80.7.3.23.45 and not PICTURE "@R 99,999,999,999.99" because the tget control is read by a procedure that finds the numbers in the xbrowse and colors them as you can see here oGet:bChange := {|nKey|(Chr(nKey)$"0123456789.")} oGet:bKeyDown := { | nKey |(oGet:assign(), ...
by Silvio.Falconi
Wed Nov 09, 2022 12:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tget only numbers and "."
Replies: 7
Views: 339

Re: tget only numbers

Algo asi? // C:\FWH..\SAMPLES\SILVGETN.PRG#Include "FiveWin.ch"STATIC oDlg, oFontFUNCTION Main()   LOCAL oGet, cVar := Space(100)   LOCAL oBtnX2, cTitle, aGrad, oSay   cTitle := "Cambia GET"   DEFINE FONT oFont NAME "TA...
by karinha
Wed Nov 09, 2022 12:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tget only numbers and "."
Replies: 7
Views: 339

Re: tget only numbers

hi Silvo,
Silvio.Falconi wrote:the user can digit only number and "." on a get

what about using cPicture "99" :?:
by Jimmy
Wed Nov 09, 2022 10:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tget only numbers and "."
Replies: 7
Views: 339

tget only numbers and "."

the user can digit only number and "." on a get LOCAL oGet, cvar := Space(100) @ 82, 2 GET oGet VAR cVar SIZE 200,20 PIXEL OF oBarRight NOBORDER FONT oFontGet oGet:bChange := {|nKey|(Chr(nKey)$"0123456789.")} why I can insert also characters ? (as you see in this picture ) https&...
by Silvio.Falconi
Wed Nov 09, 2022 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tget only numbers and "."
Replies: 7
Views: 339

Re: delete identical records

... https://i.postimg.cc/zvDTQ4G5/6-3.png as you can see this is wrong because line 2 is same of line 4 then line 3 there are 3 same numbers it must be as https://i.postimg.cc/YSp2Q7np/ff.png
by Silvio.Falconi
Wed Nov 02, 2022 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: delete identical records
Replies: 6
Views: 359
PreviousNext

Return to advanced search