Search found 33 matches: interpreted

Return to advanced search

Re: Fine tune Phi2 from Microsoft with your own data

... the word of Krishna, and the source of all knowledge. - The commentaries: These are the writings of the Hindu scholars and philosophers, who have interpreted and explained the Vedas, the Upanishads, and the Bhagavad Gita. The commentaries are divided into two parts: the orthodox commentaries, ...
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: FW_SetUnicode( .T. ) 2-Byte characters

something else I noticed: During editing it sometimes happens that the following 2-byte characters are interpreted CORRECTLY.
So the error should be related to the length calculation of the previous characters, somewhere deep inside.
HTH
by frose
Fri Jun 23, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2193

FW_SetUnicode( .T. ) 2-Byte characters

Hi, does anyone know why these 2-byte characters "üöä", "ÄÖÜ", "ßéÉÊ" are not interpreted correctly when inserted during editing? FUNCTION Main()   LOCAL aArray   HB_CDPSELECT( "UTF8" )   FW_SetUnicode( .T. )   aArray ...
by frose
Wed Jun 21, 2023 6:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2193

Re: xBrowse footer picture

... European or not, by examining the number and position of "," and ".". In cases of ambiguity (eg nn,nnn and nn.nnn) format is interpreted according the value of lEuropean. Eg: c := "32,456.2359" c1 := "32.456,2359" ? nStrToNum( c ), nStrToNum( c1 ) --> ...
by Marc Venken
Mon Apr 03, 2023 2:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse footer picture
Replies: 11
Views: 731

Re: Callback Server

... front-end and back-end web development, as well as server-side scripting, automation, and more. JavaScript is a dynamically typed language that is interpreted by web browsers, and also can be run on servers using Node.js. It is used to create interactive and responsive web applications, as well ...
by Otto
Fri Mar 10, 2023 7:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostBack Server
Replies: 7
Views: 666

public variables yes or not

... our necks ha ha ha 02:02 Uhr Sorry good night Cesar Angel Pais 02:11 Uhr You must bear in mind that these are not compiled programs but quasi-interpreted So the behavior is more similar to what dbase was where there were only public and private variables The usefulness of statics is highly ...
by Otto
Wed Sep 23, 2020 7:27 am
 
Forum: mod_harbour
Topic: public variables yes or not
Replies: 0
Views: 271

Re: sql server guardar y mostrar imagen

George Are you trying to save an image or file to a Sql Table ?? and trying to reconstruct it back to its original file ?? I may have interpreted your question incorrectly .. however, This is how I store and retrieve a file from Sql Server .. 1) Use VarBinary(Max) field type 2 here is the ...
by Rick Lipkin
Mon Sep 21, 2020 12:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: sql server guardar y mostrar imagen
Replies: 10
Views: 1705

Re: How to implement PeekStr()

Hi Antonio, The ValType returns a "U". But in the debugger, it's interpreted as an "N", e.g. 7258044 Lib_h := hb_libLoad ("INT386W.DLL")IF !Empty (Lib_h)    ? "INT386W.DLL loaded!"    ...
by FWExplorer
Mon Jun 15, 2020 3:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to implement PeekStr()
Replies: 16
Views: 2011

New FTDN February 2020 (FWH 20.02)

... * Control.prg - Fix: Behavior of accelerator keys: Pressing Alt-F4 should close the active window. Instead Alt-F4 is interpreted as Alt-S and if a btnbmp's prompt contains "&S", that button click is activated Alt-1 to 9 using keys on numeric pad are interpreted ...
by Antonio Linares
Wed Feb 26, 2020 10:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2020 (FWH 20.02)
Replies: 1
Views: 4657

Re: xbrowse too slow

... just trying to point out other things that may contribute to the browse being slower than it normally would be. Some things, like printing, may be interpreted by users as the “browse is too slow” when actually it has nothing to do with the browse. If a simple browse (with no other code) is considered ...
by James Bott
Sat Sep 21, 2019 9:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse too slow
Replies: 30
Views: 4257

Re: mod Harbour is Harbour for the web

HI, I have a few beginner questions before entering the boat... 1) What is a mod? An API? whats limitation? 2) will our systems run as an EXE or interpreted? Will have some kind of source code protection? 3) With respect to the database, using DBF, ads or MySQL has this data protection too? 4) ...
by Admpss
Mon May 27, 2019 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod Harbour is Harbour for the web
Replies: 5
Views: 1409

Re: XBROWSE bEditValid bug? updated!

... show the variable and the len of the variable. 1. On the first browse the data-array are build at init of the dialog. All columns are now interpreted as wide. 2. On the second browse the data-array are build before the browse is defined. Now all columns are ok except the empty column with ...
by byte-one
Wed Jan 16, 2019 3:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE bEditValid bug? updated!
Replies: 5
Views: 965

Re: Problem with Harbour Core ( RegEx)

I do not think it's correct item, in regex \S it does not mean anything, it should be interpreted as S, I wanted to \bS where \b means "word limiter" practically the regex "Silvio" also finds Silvio inside the word "faSilvioooo" (at random) ...
by Silvio.Falconi
Wed Dec 20, 2017 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Harbour Core ( RegEx)
Replies: 8
Views: 1462

New FTDN November/Noviembre (FWH 17.11)

... European or not, by examining the number and position of "," and ".". In cases of ambiguity (eg nn,nnn and nn.nnn) format is interpreted according the value of lEuropean. Eg: c := "32,456.2359" c1 := "32.456,2359" ? nStrToNum( c ), nStrToNum( c1 ) --> ...
by Antonio Linares
Mon Nov 27, 2017 7:21 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 17.11)
Replies: 0
Views: 1326

Re: remove formatting within a memo field

... than MemoEdit(), it is necessary to replace soft carriage returns with hard carriage returns (Chr(13)+Chr(10)) since soft carriage returns are not interpreted as end of line characters. Note: when a memo field is output using a proportional font, use MemoTran() to replace soft carriage returns ...
by Rick Lipkin
Thu Jan 26, 2017 5:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: remove formatting within a memo field
Replies: 6
Views: 1218
Next

Return to advanced search