Search found 665 matches: executed

Return to advanced search

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: 446

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: 501

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: 1728

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: 3903

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: 6889

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: 6889

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. I have it running on a DELL XPS 9530 notebook with 16GB RAM under Windows 10 Home 64Bit.
by alerchster
Wed Dec 20, 2023 6:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 6889

Re: Strange behavior of xBrowse

... my mistake . I just wanted to find the reason by looking (via Override) at the work of the xBrowse methods. I am interested in the method that is executed when a cell is clicked
by Natter
Sun Nov 26, 2023 6:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange behavior of xBrowse
Replies: 8
Views: 719

Re: Calculate total pages

Hi João, I've also made changes to preview.prg. When the invoice button is pressed, these steps are executed: Best regards, Otto    oDevice := DEVICE   aFiles  := oDevice:aMeta   hMeta   := oMeta1:hMeta    cUniqueID := cUniqueID()  ...
by Otto
Fri Nov 24, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5507

Re: DBF . Commit

... );         pArea->fDataFlush = FALSE;      } Whenever any data is changed pArea->fDataFlush is set to TRUE. But this function is executed when SELF_FLUSH( pArea ) is called and again this is called only CLOSE and COMMIT functions. What does all this mean? If SET HARDCOMMIT ...
by nageswaragunupudi
Mon Oct 23, 2023 5:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2210

Re: DBF . Commit

... the WinAPI function FlushFileBuffers( handle ) thereby ensuring that all the data in the buffers are physically written to the disk. This is executed for dbf, fpt/dbt and all cdx/ntx/idx file handles. This API function also updates the files' timestamps. (note: for other operating systems ...
by nageswaragunupudi
Mon Oct 23, 2023 4:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2210

Re: MARIADB ROWSET BATCH DML OPERATION EXAMPLE

...    oCn:CommitTransaction()RECOVER USING oError      oCn:RollBack()END SEQUENC  oCn:CommitTransaction() only will be executed it there is no any fail during oCn:Insert().
by vilian
Thu Oct 19, 2023 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MARIADB ROWSET BATCH DML OPERATION EXAMPLE
Replies: 7
Views: 671

Re: Set a specific starting function

Yes, I already thought about that but I'm not sure it is a good working solution. In fact, all the program would be executed inside the INIT PROCEDURE, that is not a good thing, I suppose.
by Enrico Maria Giordano
Mon Jul 31, 2023 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set a specific starting function
Replies: 20
Views: 825

Re: Set a specific starting function

... using INIT PROCEDURE I have many PRGs and a function MAIN() inside one of those (not the first linked). How can I force the function MAIN() to be executed as the first function? put you file with MAIN as 1st into your *,MAK or *,HBP
by Jimmy
Mon Jul 31, 2023 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set a specific starting function
Replies: 20
Views: 825

Re: Set a specific starting function

Thank you, but this is not what I'm asking for. I have many PRGs and a function MAIN() inside one of those (not the first linked). How can I force the function MAIN() to be executed as the first function?
by Enrico Maria Giordano
Mon Jul 31, 2023 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set a specific starting function
Replies: 20
Views: 825
Next

Return to advanced search