Search found 111 matches: assumed

Return to advanced search

New FTDN October/Octubre 2023 (FWH 23.10)

... encoded in utf8. The result of the Get is utf8 text. Even if this clause is not specified, if the initial edit variable is utf8, this clause is assumed - Same way, in a Unicode application, i.e., where FW_SetUnicode( .t. ) is set to .T., Ansi Edit can be forced by using the clause: @ r,c GET ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3906

Re: Distancia de Levenshtein

... operations required to transform <cString1> into <cString2>. The weighing factors of each operation influence the result. It is assumed that two strings are more similar the smaller the result is. https://en.wikipedia.org/wiki/Levenshtein_distance
by nageswaragunupudi
Wed Jul 19, 2023 6:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Distancia de Levenshtein
Replies: 5
Views: 306

Re: Create solid color bitmap array

... record for that event ( appointment ). Then when displaying the full calendar, it is to display in the selected color. I had color mismatches and assumed it was because my bmp files used for each code were wrong. So I used the function you suggested, and I can see that each value is perfectly ...
by TimStone
Thu Jul 13, 2023 1:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create solid color bitmap array
Replies: 6
Views: 325

Re: FW_SetUnicode( .T. ) 2-Byte characters

... codes in MsgInfo() are also misinterpreted. The hex codes marked in red are the Unicode equivalents to the corresponding characters. It can be assumed that the characters are incorrectly converted (not to UTF-8) by FWH in several places in the source.
by frose
Thu Jun 29, 2023 7:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2193

Re: U-Dbu

... same and nor is it a webserver. I took a look at the system xb2 and, for example, the screen design part, which is one of the most complex, it is assumed that you already know how to program web views with html, css and javascript, for example. This has been one of the great handicaps that he ...
by Carles
Thu May 11, 2023 11:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: U-Dbu
Replies: 17
Views: 1199

Re: ChromeDriver - WebDriver for Chrome

... ) // Fails here a    oSel:Quit()Return https://i.postimg.cc/VNX7c9P3/Screenshot-2023-01-19-144823.jpg I assumed that the failure was because I have not static linked the DLL The same code in Vbscript is working ie Set oSel = CreateObject("Selenium.ChromeDriver")oSel.Get ...
by anserkk
Thu Jan 19, 2023 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ChromeDriver - WebDriver for Chrome
Replies: 9
Views: 1105

Re: Harbour warnings

... up with. I'll say again, I know using the pragma to change to w1 works, but a following call to set back to w3 doesn't always work. I've always assumed this is a harbour bug of some sort but I've never tried to track it down. Can you show me how do you fix my sample without using -w, please? EMG
by Enrico Maria Giordano
Fri Jun 24, 2022 9:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2336

Re: Harbour warnings

... up with. I'll say again, I know using the pragma to change to w1 works, but a following call to set back to w3 doesn't always work. I've always assumed this is a harbour bug of some sort but I've never tried to track it down.
by rhlawek
Fri Jun 24, 2022 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2336

Re: Harbour warnings

... header /s syntax check only /u[[+]<file>] use command def set in <file> (or none) /undef:<id> #undef <id> /v variables are assumed M-> /vd external functions are assumed as dynamic functions /w[<level>] set warning level number (0..3, default 1) /x[<prefix>] ...
by hmpaquito
Fri Jun 24, 2022 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2336

Re: .HBP para harbour y Visual Studio

... Harbour sources... Harbour 3.2.0dev (r1904111533) Copyright (c) 1999-2019, https://harbour.github.io/ Cannot open c:\MiProj\source\main.prg, assumed external No code generated. hbmk2[MiProj]: Error: Running Harbour compiler (built-in). 1 (C:\harbour64\bin\harbour.exe) -n2 c:\MiProj\source\main.prg ...
by Compuin
Mon Nov 29, 2021 8:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: .HBP para harbour y Visual Studio
Replies: 36
Views: 2902

Re: ApplyParams Tdatabase

... that is what I did. I just mentioned the ID since I didn't know there was an ID. If it was traditional (shorter and the first field) I would have assumed it was the ID. I must say you have come up with a unique way of coming up with a new ID--I have never seen anything like it before. As long ...
by Silvio.Falconi
Thu Jul 15, 2021 11:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ApplyParams Tdatabase
Replies: 8
Views: 1271

Re: ApplyParams Tdatabase

... that is what I did. I just mentioned the ID since I didn't know there was an ID. If it was traditional (shorter and the first field) I would have assumed it was the ID. I must say you have come up with a unique way of generating a new ID--I have never seen anything like it before. As long as it ...
by James Bott
Thu Jul 15, 2021 11:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ApplyParams Tdatabase
Replies: 8
Views: 1271

Re: Font sizing for printout.

... 12/8/2006 7:58 PM - JBott Here are two sets of data from different devices (both for 8.5x11 inch paper). Previously, I assumed that nHorzRes() was the dimension of the paper but it is the printable area of the page. All the vars refer to the printable area except for ...
by James Bott
Tue Jun 23, 2020 12:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Font sizing for printout.
Replies: 3
Views: 751

Re: Copying from Excel to Word

If you are using Harbour, setting codepage to UTF8 works. I mentioned in my post that I assumed you are using Harbour. I posted my answer after testing and confirming at my end, as I always do. If you are using xHarbour, it does not work, because xHarbour's OLE functions ...
by nageswaragunupudi
Thu Mar 12, 2020 8:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copying from Excel to Word
Replies: 5
Views: 962

Re: Mejoras para scintilla

... (c) 1999-2016, http://harbour-project.org/ No code generated. Cannot open C:\USERS\JOSÚ VTE. CHETO\DOCUMENTS\PROJECTSFWH\HOLAMUNDO\hello.prg, assumed external Jose, intenta utilizar paths sencillos ( sin acentos, espacios, etc. ) y después lo vamos complicando De todas maneras voy a crear ...
by cnavarro
Sat Apr 13, 2019 11:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 839644
Next

Return to advanced search