Search found 674 matches: executed

Return to advanced search

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

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

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

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

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

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

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

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

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

New FTDN July/Julio (FWH 23.07)

... XEval( uVar, p1, p2, ... ) Now uVar can also be function name ending with "()". If the named function is linked, the function is executed with params p1,p2,... etc. XEval( {|c| Upper( c ) }, "abc" ) --> ABC XEval( "Upper()", c ) --> ABC If uVar is neither ...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1074

Re: ACTIVEX ACCESS_VIOLATION

I'm sorry I know this post is from 2018 but I have a similar problem. I use an OCX from Topaz to gather patient signatures on documents. The line hb_gcAll() inside Tdialog breaks the program after a few times being executed.

Has a solution to this been found?

Thank you.
by reinaldocrespo
Wed Jun 14, 2023 11:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ACTIVEX ACCESS_VIOLATION
Replies: 22
Views: 3152

Re: Fivewin and ADO

the *.XLSx was about 17000 x 11 My sample with 100,000 rows and 21 columns ( A to U ) is working. I opened the Worksheet in excel and then executed this one line code:   XBROWSER GetExcelRange() FASTEDIT  https://imagizer.imageshack.com/v2/xq70/922/lj3Msn.png
by nageswaragunupudi
Tue Jun 13, 2023 5:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3826

Re: impossible Error : lost DBF ...

... clause are NONMODAL. Statements after ACTIVATE command of MODAL Window (i.e., the 1st window, i.e., the MainWindow) and all MODAL dialogs are executed after the window/dialog is closed. Statements after ACTIVATE command of all other windows (NONMODAL) and all NONMODAL dialogs are executed ...
by nageswaragunupudi
Fri Jun 02, 2023 3:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: impossible Error : lost DBF ...
Replies: 4
Views: 372

Re: Text paste event

With edit control, try pasting by pressing Ctrl-V. In my test here, bChange is executed, immediately after pressing the key and before actually pasting. Note: In case of EDIT control, bChange is executed when the user presses any key Eval( ::bChange, nKey, ...
by nageswaragunupudi
Tue May 30, 2023 2:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Text paste event
Replies: 7
Views: 308

Re: problem wth SetMultiSelectCol

... class there is :bOnMultiSelect but I not understood how create it from fwh 12.08 (1) New DATA bOnMultiSelect: If assigned, the codeblock is executed with Self and nOperation as parameters after a multiselect operation.
by Silvio.Falconi
Sat Apr 29, 2023 9:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem wth SetMultiSelectCol
Replies: 11
Views: 679
PreviousNext

Return to advanced search