Search found 1153 matches: runtime

Return to advanced search

New FTDN April 2024 (FWH 24.04)

... ) Bug fixes: relating to use of PValue() in xHarbour * TEdit control: New DATA lReadOnly: lReadOnly can be toggled during runtime also. * function RoundBox() new 11th parameter nPenStyle, default PS_SOLID Syntax: RoundBox( hDC, nLeft, nTop, nRight, nBottom, ; nRound1, nRound2, ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 0
Views: 29

Re: FWMARIA TOEXCEL ERROR FREEZEPANES

In the next version to be released.

1. :lFreezePanes does not raise runtime error.
2. Dates and TimeStamps earlier than the year 1900 are exported as text to avoid loss of data and export errors.
by nageswaragunupudi
Tue Apr 09, 2024 6:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWMARIA TOEXCEL ERROR FREEZEPANES
Replies: 3
Views: 3253

Re: also error with btnbmp SHOWPOPUP

... if we use the second function in ShowPopup() like this ::ShowPopUp( { |oBtn| PopUpExec( oBtn ) } ) we get the same runtime error as you got because PopUpExe() returns NIL not a menu object
by nageswaragunupudi
Sun Mar 31, 2024 4:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1703

Re: Como revertir ::nStyle = nOr( ::nStyle, ES_READONLY )

You can use the above code to Toggle ReadOnly status during runtime. This code is tested.

From the next version, we have provided DATA lReadOnly. We can toggle this at runtime with oEdit:lReadOnly := .T. or .F..
by nageswaragunupudi
Tue Mar 26, 2024 4:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como revertir ::nStyle = nOr( ::nStyle, ES_READONLY )
Replies: 5
Views: 1086

Re: Question about performance RowSet

... * from <tablename> limit 1" )   oData:Record(,.t.):Edit()   oData:SaveData() This code generated a runtime error: Código           : 1Descrição do Erro:Erro BASE/1123  Erro nos parƒmetros: AADDCódigo: 1Detalhamento:------------Arg. 1      Tipo: U ...
by Eroni
Wed Mar 20, 2024 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4031

Re: future of Rich Text Editor maybe time to start with WEBVIEW

... without any permission from the user ... "just because Microsoft can" Now, with that said .. I do see advantages of using the webview runtime and it can be easily downloaded manually without the Edge Browser .. the only advantage of Microsoft installing Edge on all its operating systems ...
by Rick Lipkin
Wed Jan 24, 2024 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1706

Re: future of Rich Text Editor maybe time to start with WEBVIEW

Insert tables at runtime into the editor with Tinymce and WEBVIEW2

Image
by Otto
Tue Jan 23, 2024 5:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1706

Re: HTML code in a TPanel class

... WebView2 is compatible with Windows 7, but only up to version 109 of WebView2 Runtime2. Subsequent versions of WebView2 Runtime and WebView2 SDK do not support Windows 7 or Windows 8/8.13. Therefore, if you want to use WebView2 ...
by Silvio.Falconi
Mon Jan 22, 2024 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 1358

Re: HTML code in a TPanel class

... WebView2 is compatible with Windows 7, but only up to version 109 of WebView2 Runtime2. Subsequent versions of WebView2 Runtime and WebView2 SDK do not support Windows 7 or Windows 8/8.13. Therefore, if you want to use WebView2 ...
by Antonio Linares
Mon Jan 22, 2024 10:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 1358

Re: Using Microsoft AI Phi-2 from FWH

... at the top bar 7. On the project tree, right click on build_info, select properties and in C/C++ "code generation", "runtime library" select "Multi-threaded (/MT)" 8. On the project tree, right click on common, select properties and in C/C++ "code ...
by Antonio Linares
Tue Dec 19, 2023 11:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8286

Re: Using Microsoft AI Phi-2 from FWH

hi Antonio,

thx for Link
have installled Runtime and re-boot PC and put llama64.dll and phi-2_Q4_K_M.gguf into same Folder like EXE
but still have no luck and got Error to load llama64.dll/phi-2_Q4_K_M.gguf ...

which FWH Version is need for that Sample :?:
by Jimmy
Tue Dec 19, 2023 9:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8286

Re: Obtener el nombre del OS o version de Windows

... Whenever we want something, first look into our own FWH, next Harbour and then only other outside sources. It is not uncommon for us to encounter runtime errors and see the error.log Every error.log shows Windows version like this and we might have seen it many times. Compiler version: Harbour ...
by nageswaragunupudi
Wed Dec 13, 2023 6:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Obtener el nombre del OS o version de Windows
Replies: 7
Views: 885

Re: Does TDatabase supports SEEK LAST?

... With database class we call use any (x)Harbour function as if it is a method, if that function is linked to the application. Note: If you get runtime error, just include this line anywhere at the end of your prg EXTERNAL DBSEEK
by nageswaragunupudi
Tue Nov 07, 2023 5:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does TDatabase supports SEEK LAST?
Replies: 5
Views: 378

New FTDN October/Octubre 2023 (FWH 23.10)

... NIL, where as return value is expected to be always a character value. Now fixed to return "" in such cases instead of nil This fixes runtime error in FW_ReadImage() * TImageList Class: (source\classes\timaglst.prg) - New Method AddImage( cImage ) To add any image, not only bitmaps ...
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: 3901

Re: Image Recognition

... Data from Picture in Excel for Windows is only supported on Windows 11 or Windows 10 version >=1903 (must have Microsoft Edge WebView2 Runtime installed). as i know update KB5031356, for Windows 10 / 11, include "Microsoft Edge Webview2" 32 Bit and 64 Bit so every Windows ...
by Jimmy
Fri Oct 13, 2023 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image Recognition
Replies: 9
Views: 677
Next

Return to advanced search