Search found 6224 matches: may

Return to advanced search

Re: RAO advice on using Mysql

... page size 100. RecSet does not read entire table atonce. That will take a very long wait time and also consume huge memory of the PC and sometimes may crash also. RecSet reads the table in Pages. Displaying the page required page. In the beginning it reads the first 100 records only and is ready ...
by nageswaragunupudi
Wed Feb 07, 2024 10:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 1054

Re: RAO advice on using Mysql

... In fwmaria lib, it is oRs:oCn. To change the sql, please make a new RecSet object, set it to oBrw:oDbf and then close the old RecSet object You may try this sample and use similar logic #include "fivewin.ch"function Main()   local oCn, oRs   local cSql  := ...
by nageswaragunupudi
Wed Feb 07, 2024 4:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 1054

Re: Highlighting on a web page

Antonio, this is a site of all kinds of fiction and https://author.today/work/324376 this is a link to the book.
You may not have gone to the highlight-protected page. To do this, press the green key under the picture on the left. In firefox/chrome/edge, I can't highlight anything.
by Natter
Tue Feb 06, 2024 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Highlighting on a web page
Replies: 8
Views: 501

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... i press any character (1, A, Ğ), it changes to "UTF8 GET" This should not change to "UTF8 GET". We need to find the reason. May I request Mr. Ertan to kindly inform if he always sees "ANSI GET" and does it change or not change to "UTF8 GET" later on? Thanks ...
by nageswaragunupudi
Sun Feb 04, 2024 5:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 55927

Re: Fwh 23.10 TGet another problem (UNSOLVED)

I see "UTF8 GET". It should not be. It should always remain "ANSI GET". Can you please re-install FWH2310 ( may be in a separate folder ) and build the above sample with buildh.ba in the samples folder? For a moment, let us not bother about the font. Important for ...
by Horizon
Sun Feb 04, 2024 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 55927

Re: Fwh 23.10 TGet another problem (UNSOLVED)

I see "UTF8 GET". It should not be. It should always remain "ANSI GET". Can you please re-install FWH2310 ( may be in a separate folder ) and build the above sample with buildh.ba in the samples folder? For a moment, let us not bother about the font. Important for ...
by nageswaragunupudi
Sun Feb 04, 2024 4:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 55927

Re: Mark field as required

You can do this:
@ 0,0 SAY "Test *" of oDlg//Monospaced font
@ 0, 6 GET of oDlg
oDlg:aControls[1]:SayText() //color the "*" symbol red

it works well, but it may need to be updated :SayText when moving the window off/on the screen
by Natter
Sun Feb 04, 2024 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1812

Re: TWebView window size

I am thinking about using a thread to run webview, so both events loops (FWH and WebView) may coexist...

An example coming soon :-)
by Antonio Linares
Fri Feb 02, 2024 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView window size
Replies: 14
Views: 902

Re: TWebView window size

Dear Antonio, may I also post this additional code our team has made for this project: CheckTables()function CheckTables()   if ! File(   "address.dbf" )      DbCreate( "address.dbf",;  ...
by Ruth
Fri Feb 02, 2024 7:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView window size
Replies: 14
Views: 902

Re: TWebView window size

... get all the responses as intended. here is what intentionally happens without oWnd: https://mybergland.com/ruth/webview2.jpg and may I also share the code without oWnd ...  #include "FiveWin.ch" static h := {=>} static csend2js := "send from Harbour" static ...
by Ruth
Thu Feb 01, 2024 9:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView window size
Replies: 14
Views: 902

Re: link between PRG and RC

... DIALOG DISCARDABLE ... // NACHFASSEN is here again Next is to REDEFINE the controls from the RC file that you want to manage from your PRG. You may find several REDEFINE commands in your PRG code Hope this helps. Please feel free to ask any doubt about it :-)
by Antonio Linares
Tue Jan 30, 2024 6:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1887

Re: Cómo omitir el Fichero .TDS?

Dear Enrico,

thanks for your feedback, my mistake to trust AI without checking it :-)

This flag may work: -Gn

Use the -Gn option to disable incremental linking, which also prevents the generation of TDS files.


Again it comes from AI so it has to be checked
by Antonio Linares
Mon Jan 29, 2024 1:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cómo omitir el Fichero .TDS?
Replies: 9
Views: 408

Re: more GGUF Model

Dear Jimmy, You may be able to use any GGUF file (Artificial Intelligence open source model) using llama64.dll with Harbour and FWH. Please follow these steps to build llama64.dll as it takes full advantage of your computer capabilities: ...
by Antonio Linares
Mon Jan 29, 2024 6:14 am
 
Forum: Artificial Intelligence
Topic: more GGUF Model
Replies: 1
Views: 184

Re: WebView2 sample

:lol:
Otto wrote:I believe I remember that WebView2 has only been included in the FiveWin version since May 2023.


I have last release and not run webview
by Silvio.Falconi
Sun Jan 28, 2024 8:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 sample
Replies: 16
Views: 1251

Re: WebView2 sample

I believe I remember that WebView2 has only been included in the FiveWin version since May 2023.
by Otto
Sun Jan 28, 2024 7:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 sample
Replies: 16
Views: 1251
PreviousNext

Return to advanced search