Search found 674 matches: executed

Return to advanced search

Re: xbrowse problem with :bLClicked

... the Edit_Comuni() function. By using SetKey() with a dummy shortcut like "KL", we can ensure that the Edit_Comuni() function is executed after the selection has been toggled, rather than immediately after the double-click event. This can help prevent issues with the selection ...
by Silvio.Falconi
Mon Apr 22, 2024 7:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 108

Re: xbrowse problem with :bLClicked

... the Edit_Comuni() function. By using SetKey() with a dummy shortcut like "KL", we can ensure that the Edit_Comuni() function is executed after the selection has been toggled, rather than immediately after the double-click event. This can help prevent issues with the selection ...
by Antonio Linares
Mon Apr 22, 2024 5:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 108

Re: xbrowse problem with :bLClicked

... the buttonbar based on the overall selection state of the xbrowse. As for the double-click issue, it's because the `:bLDClickData` block is being executed immediately after the selection is toggled. To fix this, you can add a small delay before executing the `Edit_Comuni` function. Here's an example: ...
by Antonio Linares
Mon Apr 22, 2024 5:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 108

Re: FWHMYSQL Insert failing

... PRIMARY KEY (`id`)) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8_unicode_ci  This is the SQL generated and executed by the Insert(...) method above: INSERT INTO `testinsert` ( `ftext`,`fnum` ) VALUES ( 'one',1 )
by nageswaragunupudi
Sat Apr 06, 2024 1:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL Insert failing
Replies: 6
Views: 408

Re: Question about wfReadUrl()

... ENDCASE The url http://www.maconsult.be doesn't exist. So it takes between 1 and 2 minutes before the next CASE is executed, resulting into xDownWeb = "https://www.ma-consult.be. Another question. What if a url is blocked by a firewall or an antivirus. What ...
by driessen
Sat Apr 06, 2024 8:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2794

Re: FWErrorsys()

From this, I understand that when an error occurs, you want MyFunc() should be executed first and then invoke the FWH ErrorDialog.


Yes, that's exactly what I wanted. Thank you, Rao !
by Natter
Thu Apr 04, 2024 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWErrorsys()
Replies: 8
Views: 1834

Re: FWErrorsys()

In case, we want to take some action after the FWH's ErrorDialog() is executed, we can do like this: #include "fivewin.ch"function Main()   SetPostErrorAction( { |cLogFile, e| MyFunc( cLogFile, e ) } )  ...
by nageswaragunupudi
Wed Apr 03, 2024 11:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWErrorsys()
Replies: 8
Views: 1834

Re: FWErrorsys()

... | e | MyFunc(), Error Dialog( e ) } ) From this, I understand that when an error occurs, you want MyFunc() should be executed first and then invoke the FWH ErrorDialog. We can achieve this without modifying errsysw.prg Please try this sample: #include "fivewin.ch"function ...
by nageswaragunupudi
Wed Apr 03, 2024 11:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWErrorsys()
Replies: 8
Views: 1834

Error handling

Hi,

If an error occurs, the error.log file is saved automatically.
How do I make sure that when an error occurs, some of my functions are executed and an error.log file is created?
by Natter
Tue Apr 02, 2024 4:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error handling
Replies: 3
Views: 705

Re: SWAGGER-UI para documentar nuestras API.

... --user anystring:'+cApi+' > clogrooms.txt' In order to add a Tag this should be executed, but I allways fale in passing the correct data This is NOT working DCOM := 'cmd /c curl -sS https://us8.api.mailchimp.com/3.0/lists/'+cLists+'/members/'; ...
by Marc Venken
Tue Mar 19, 2024 10:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 1980

Re: How to include hbCurl?

... --user anystring:'+cApi+' > clogrooms.txt' In order to add a Tag this should be executed, but I allways fale in passing the correct data This is NOT working DCOM := 'cmd /c curl -sS https://us8.api.mailchimp.com/3.0/lists/'+cLists+'/members/'; ...
by Marc Venken
Tue Mar 19, 2024 10:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2954

Re: Clase Nativa MySql

Como ser, quiero saber como saber la ultima consulta que que hizo (query)


Code: Select all  Expand view
? oCn:cLastSQL


Also you can view last 10 sql statements executed
Code: Select all  Expand view
XBROWSER oCn:aSQL


This works from FWH2102 onwards.
by nageswaragunupudi
Mon Feb 05, 2024 7:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase Nativa MySql
Replies: 18
Views: 1872

Re: phpBB to LLM

... know any better): Python installed, first 3.12 (does not support torch, then downgraded to 3.11.7) Torch installed Transformers installed train.py executed CPU utilization > 10% and 14.4GB RAM After 16min cached_lm_GPT2Tokenizer_128_fivetech_forums_20231222.sql prepared - only then does the ...
by alerchster
Wed Dec 27, 2023 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4697

Re: Using Microsoft AI Phi-2 from FWH

... depending on the VS version, "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64 should be executed, otherwise "cmake .." would not work. thx for Answer, after call vcvarsall, which made Cmake available, how is Syntax to generate ...
by Jimmy
Thu Dec 21, 2023 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8341

Re: Using Microsoft AI Phi-2 from FWH

Hi Jimmy,

cmake is part of VS!

After step 4 at the latest, depending on the VS version, "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64 should be executed, otherwise "cmake .." would not work.
by alerchster
Thu Dec 21, 2023 4:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8341
Next

Return to advanced search