Search found 1023 matches: numbers

Return to advanced search

Re: Mr Rao :SetFilter no funciona

... This is a bug in our library. We regret for this. Also thank you for bringing this to our notice. Works well if the Like Expression contains only numbers and alphabets but not chars like -, +, etc. We are fixing this bug and testing now. If the expression does not contain wild-card characters, ...
by nageswaragunupudi
Sat Mar 23, 2024 8:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr Rao :SetFilter no funciona
Replies: 11
Views: 203

Fulltext-Search

... Regular Expressions: findstr supports regular expressions, which allows for more complex search patterns. For example, to find lines containing numbers, you might use: findstr "[0-9]" myfile.txt Multiple Files: You can search across multiple files by specifying more than one file name ...
by Otto
Fri Mar 15, 2024 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 226

Re: Search by line

I needed to find out if the string consists only of numbers or not. I wrote such a function: if AtLine(adr, "{|xx|asc(xx)<48.or.asc(xx)>57}")=0 ............................................... endif function AtLine(itm, xBk)  local st, ...
by Natter
Tue Feb 06, 2024 4:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search by line
Replies: 8
Views: 272

Re: Creating table with Trichedit

... ( test only one schedule) https://i.postimg.cc/15WYb7Qp/m.png I wish insert the text Cartella n. 3 Mario on Table before the numbers on two columns and insert a small Bmp on the left as this : ( more big) https://i.postimg.cc/tJrQSXk6/nn.png where is the error
by Silvio.Falconi
Thu Jan 25, 2024 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1307

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

Great that you have a solution. I have been dealing a bit with the issue that the numbers are filled from right to left and
that one can navigate with the TAB key, with the cursor always standing on the right in overwrite mode.

Image
by Otto
Fri Jan 19, 2024 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 1850

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

... "@Z999.99" Cesar's test could work but I tried and tried several times and often the asterisks "***.**" were formed instead of numbers and this is a waste of time if we imagine that if the operator enters in a fast way where you always have to go back with the mouse. Please ...
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: 1850

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

Otto wrote:Yes, see this line.

oGet[1]:bGotFocus := {|| (oGet[1]:cText := STR(VAL(oGet[1]:cText) *100,6), oGet[1]:Refresh(),oGet[1]:SelectAll()) }
Cesar, changed the GETs to character that you get the inputstyle you wanted.

Yes but nvar Is text array but i have numbers no texts
by Silvio.Falconi
Thu Jan 18, 2024 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 1850

Re: Problem with tget numeric

... zero on the right in the get and then if the user types a number for example 1 and then presses the decimal point the procedure must put up to two numbers after the decimal point and then move on to the other get type @ 70, 20 GET aGet[1] VAR nTop OF oDlg SIZE 28, 12 PIXEL FONT oFont ; picture ...
by Silvio.Falconi
Wed Jan 17, 2024 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tget numeric
Replies: 16
Views: 1220

Creation of an electronic raffle

I would like to create an electronic raffle "tombola" in italian language but I don't know how to do it, the board of ninety numbers that must be drawn one at a time could be created with an xbrowse and then the cards (which are the ones to be printed for the various players ) and ...
by Silvio.Falconi
Sat Dec 30, 2023 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creation of an electronic raffle
Replies: 3
Views: 718

Re: copy a row of xbrowse

... aCopy := aclone(oBrw:aRow),;              oBrw:SetFocus()   ) For many rows selected Not run ok oBrw:aSelected give number or numbers not the row oBrw:aRow is as ::aArrayData[ ::nArrayAt ] you can make For n= 1 to Len( oBrw:aselected) nAt := oBrw:aArrayData[ oBrw:aselected[n] ...
by Silvio.Falconi
Wed Dec 06, 2023 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5590

Problem with Numeric get

the user has to enter the numbers quickly without stopping but finds it difficult and always has to go back to check the get controls because I made them this way but they don't work @ 70, 20 GET aGet[5] VAR nTop OF oDlg SIZE 28, 12 PIXEL ...
by Silvio.Falconi
Sat Dec 02, 2023 5:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Numeric get
Replies: 0
Views: 320

Re: Convert a print to Rtf or doc

... An array aData is defined and filled with preliminary data to be displayed in the GUI. This data might include company names, addresses, invoice numbers, and similar information. 3. Displaying Data in the Browser Object The browser object oBrw is used to display the data from aData in a tabular ...
by Otto
Thu Nov 30, 2023 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3230

Re: Interesting discussion with ChtGPT

... The way you ask ChatGPT makes a big difference in how effective its answers will be. When you're dealing with specific things like converting numbers between bases in math, it's crucial to clearly state the bases you're starting with and switching to. Think of prompt engineering as the art ...
by Otto
Tue Nov 07, 2023 11:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 885

Re: Headers in xBrowse

... but then I can't use the number search procedures to color them because I need the individual columns of numbers,I don't know if you remember... my application of lotto https://i.postimg.cc/DfJsbQJc/gggg.png
by Silvio.Falconi
Fri Oct 20, 2023 8:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Headers in xBrowse
Replies: 6
Views: 387

Re: big HASH +1 how ?

... NUMTOHEX( 0x6965129d6c68406c93fa74c7ef2696b6 + 1 )  64-bit Exe only can handle this large value. But 32 bit exe can not handle such large numbers With 32-bit exe this is the result: 93FA74C7EF2696B7 For 32-bit exe, we can use this function with the same result: function HexAddOne( ...
by nageswaragunupudi
Wed Jun 21, 2023 7:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: big HASH +1 how ?
Replies: 2
Views: 232
Next

Return to advanced search

cron