Search found 494 matches: contain

Return to advanced search

Re: Mr Rao :SetFilter no funciona

... su atencion 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 ...
by nageswaragunupudi
Sat Mar 23, 2024 8:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr Rao :SetFilter no funciona
Replies: 11
Views: 2398

Fulltext-Search

... myfile.txt 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 ...
by Otto
Fri Mar 15, 2024 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 1230

Re: Mark field as required

... in the dialog and flag the records missing "required" data with an icon of the same color in a browse. You could also filter a browse to contain only those records with missing "required" data. This allows the user (or any other user) to find the missing data at a later time ...
by James Bott
Sat Feb 03, 2024 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1774

Re: Fine tune Phi2 from Microsoft with your own data

... What is vedanta? Vedanta is a Sanskrit word that means "the end of the Vedas". The Vedas are the oldest scriptures of Hinduism, which contain hymns, rituals, and philosophical teachings. Vedanta is a branch of Hindu philosophy that aims to understand the nature of reality, the self, ...
by Antonio Linares
Mon Jan 15, 2024 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fine tune Phi2 from Microsoft with your own data
Replies: 11
Views: 1251

Re: Using Microsoft AI Phi-2 from FWH

... Environment initialized for: 'x64' f:\llama.cpp> f:\llama.cpp>cmake .. CMake Error: The source directory "F:/" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI. f:\llama.cpp>dir *.txt Datenträger in Laufwerk F: ist ...
by Jimmy
Fri Dec 22, 2023 1:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8226

Re: Classe TGif

... It should have a header that identifies the file as a GIF file and specifies the version of the format. The header should be six bytes long and contain the ASCII characters “GIF89a” It should have a logical screen descriptor that defines the dimensions and properties of the logical screen. The ...
by Antonio Linares
Fri Dec 08, 2023 8:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Classe TGif
Replies: 9
Views: 1656

Re: Convert a print to Rtf or doc

... Word documents, used by Microsoft Word, especially since Word 2007. It replaces the older binary DOC format. DOCX files are actually ZIP archives containing multiple files and folders that collectively represent the entire document. One key file within a DOCX archive is word/document.xml. This ...
by Otto
Thu Nov 30, 2023 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3463

Re: Testing Harbour -gc3 flag

Hi Antonio, I have been using it in some my projects, I have not noticied much difference with speed. one issue that I have is when the program contain a big string I got this error using the -gc3 error C2026: string too big, trailing characters truncated example code: test.prg #xtranslate text ...
by karinha
Sat Nov 18, 2023 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4330

Re: xHarbour.org updated!

Enrico Maria Giordano wrote:You are right. I'm not familiar with curl, sorry. Somebody knows how to build hbcurl.lib for xHarbour?


I forgot to mention that the new xHarbour builds contain curl libraries. Please test.
by Enrico Maria Giordano
Sat Nov 18, 2023 10:56 am
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37438

Re: Testing Harbour -gc3 flag

Hi Antonio, I have been using it in some my projects, I have not noticied much difference with speed. one issue that I have is when the program contain a big string I got this error using the -gc3 error C2026: string too big, trailing characters truncated example code: test.prg #xtranslate text ...
by Lailton
Sat Nov 18, 2023 3:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4330

Re: DBF Repair Tools

Tim,

Can you tell us which characters aren't visible? Better yet would be a few records that contain the problem characters.

James
by James Bott
Fri Nov 17, 2023 10:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF Repair Tools
Replies: 7
Views: 773

colorize a xbrowse with a brush

... with a brush, I don't know the contents of each column, it can be alphanumeric, numeric, logical, data and I want to color it if it doesn't contain any data I made and I used Empty function          For n=1 to LEN(oBrw:aCols)            oCol := oBrw:aCols[ n ]            ...
by Silvio.Falconi
Tue Nov 07, 2023 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize a xbrowse with a brush
Replies: 3
Views: 328

Re: Interesting discussion with ChtGPT

The problem with so much of those responses is they contain very generic statements. Clearly the input into the data used for those responses reflects a bias to "what is known" by the person who did the input. It reminds me of the responses ...
by TimStone
Mon Nov 06, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1241

Re: xHarbour Commercial and latest FWH

Dear Randal, Your dll.ch must contain this:             if ValType( _hDLL ) == "P" ;;               _pOld = _hDLL ;;          ...
by Antonio Linares
Sat Aug 05, 2023 3:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour Commercial and latest FWH
Replies: 3
Views: 357

METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

... n, 2 ] + " = " + FW_ValToSQL( aKey[ n, 3 ] )   NEXT it get those aKey from ::aStructPG but ::aStructPG does NOT contain "my" PRIMARY KEY var2char(::aStructPG[1]) = "{artnr, C, 5, 0, 16820, 1, artikel, __lock_owner, NIL, NIL}" p.s. __lock_owner ...
by Jimmy
Wed Aug 02, 2023 8:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 717
Next

Return to advanced search