Search found 39 matches: consists

Return to advanced search

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)  ...
by Natter
Tue Feb 06, 2024 4:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search by line
Replies: 8
Views: 272

Re: random sentences generator

... unique and intricate patterns.") Tokenizer("Honey is produced by bees from flower nectar.") Tokenizer("The Earth's atmosphere consists of nitrogen and oxygen.") Tokenizer("Jupiter is the largest planet in our solar system.") Tokenizer("A rainbow is formed ...
by Antonio Linares
Fri Dec 01, 2023 6:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: random sentences generator
Replies: 6
Views: 642

Re: xBrowse - Dates - FWH 2310

... on the "server" which could be any type of machine, or for a single install ( not multi user ), it is on the same machine. The Client consists of an .EXE, and multiple supporting files ( .lic, .ini, .dll, etc. ) placed in the MLS12c directory I built the application and placed the ...
by TimStone
Wed Nov 08, 2023 3:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1225

change the ndatalines (xbrowse) on line - RESOLVED -

Initially a test line in the browse consists of a single example line WITH OBJECT oBrw IF lmore :nDataLines := 2 ELSE :nDataLines := 1 ENDIF ... END  :bStrData := { || oDbf:Street + CRLF +oDbf:city+" "+ oDbf:state } https://i.postimg.cc/RFbCGZ6K/fdf.png ...
by Silvio.Falconi
Fri May 12, 2023 1:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change the ndatalines (xbrowse) on line - RESOLVED -
Replies: 4
Views: 246

Understanding how autoGPT works...

autoGPT consists on one app running locally that uses OpenAI. autoGPT use prompting engineering to get the response from OpenAI that it needs to continue doing its main task. Using the Visual Studio debugger I checked the conversation ...
by Antonio Linares
Sun Apr 09, 2023 11:51 am
 
Forum: latest AI news
Topic: Understanding how autoGPT works...
Replies: 6
Views: 503

Re: How to create a PRIVATE variable owned by the caller?

... of a value to a new private variable. An array cannot be given values with an <initializer>. An <initializer> for a private variable consists of the inline assignment operator (:=) followed by any valid CA-Clipper expression including a literal array. If no explicit <initializer> ...
by hmpaquito
Tue Jan 10, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a PRIVATE variable owned by the caller?
Replies: 21
Views: 771

Re: cyclometric circle

... :cry: ) We're talking about two different things, I'm not dealing with superenalotto (6 numbers + 1 bonus), I'm dealing with the Italian lotto consists of 11 wheels and 5 numbers drawn for each wheel, three times each week. Is not the same thing
by Silvio.Falconi
Fri Dec 09, 2022 7:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 2964

Re: Windows to small ?

... The parameters x,y,nwidth,nheight define the outer coordinates of the window. The total area of the Window consists of Client Area and non-client area. Non client area consists of the space occupied by the title bar, menu bar (if any) and other parts of the ...
by nageswaragunupudi
Fri Jul 29, 2022 4:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows to small ?
Replies: 7
Views: 448

Re: Windows to small ?

... The parameters x,y,nwidth,nheight define the outer coordinates of the window. The total area of the Window consists of Client Area and non-client area. Non client area consists of the space occupied by the title bar, menu bar (if any) and other parts of the ...
by nageswaragunupudi
Fri Jul 29, 2022 4:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows to small ?
Replies: 7
Views: 448

Fwteam - Xbrowse too slow

... and it's not the fault of the colors I've already tried It's unmanageable, I can't move between records, scroll through scroollbars the archive consists of only 6500 records, each record has 57 fields Any suggestions?
by Silvio.Falconi
Wed Apr 13, 2022 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwteam - Xbrowse too slow
Replies: 21
Views: 1108

Re: IA

... The Save method allows you to persist the ink in an InkDisp object in Graphics Interchange Format (GIF) format, which consists of an array of byte data (the tla_gif persistence format is specified in the InkPersistenceFormat enumeration type). After you have the array ...
by Jimmy
Thu Apr 07, 2022 10:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IA
Replies: 19
Views: 1568

Re: Copy File Name

I did not make an empty text file . https://cloud.mail.ru/public/jKRA/mDdPAAgoS The header of this file consists of 3 characters D090 D090 CC86 . D0 is Cyrillic UTF-8. After reading this file through directory() I will get AA?.txt because the FW not recognize the CC86 symbol. ...
by Natter
Sat Jan 22, 2022 8:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy File Name
Replies: 21
Views: 947

New FTDN December/Diciembre 2018 (FWH 18.12)

... to FW_ExcelToDBF() and FW_ArrayToDBF() It is now possible to skip some columns in Excel range or array while saving to dbf. Example: Excel range consists of 6 columns A,B,C,D,E,F and we need to save only columns B,D,F to fields FLD1,FLD2,FLD3. FW_ExcelToDBF( oRange, ",FLD1,,FLD2,,FLD3" ...
by Antonio Linares
Sun Dec 30, 2018 7:03 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2018 (FWH 18.12)
Replies: 1
Views: 1653

Re: FWH 18.08: Enhancements to strings.prg

... API IN YOUR PROGRAMS * ================================== * * I18N system is automatically initialized at xharbour startup. The standard * process consists in searching a file named after the "LANG" environment * variable, plus the extension .hit, in the i18n/ subdirectory of the file ...
by carlos vargas
Tue Nov 13, 2018 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.10: Enhancements to strings.prg
Replies: 19
Views: 5404

Re: Program logic for years in a program

... Year 1 + Year 2+ Year 3 + Year N Problem is that requires structure modification. In my case I done : 1. Open new year user manual process: which consists in add new year field modifying database structure. Other (worst) solution is create ~ 30 new years fields at once. It supress database modification. ...
by hmpaquito
Thu Jan 18, 2018 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program logic for years in a program
Replies: 7
Views: 1946
Next

Return to advanced search