Search found 770 matches: supported

Return to advanced search

Re: Error: FWH2206 Parte1

Si buscas en todos los *.prg y *.c de FWH verás que "Format image not supported" solo aparece aqui: METHOD Save( cFile, nQuality, nBackClr ) CLASS GDIBmp   local cExtension  := Upper( cFileExt( cFile ) )  ...
by Antonio Linares
Fri Feb 09, 2024 7:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: FWH2206 Parte1
Replies: 30
Views: 1250

Re: RAO advice on using Mysql

... FieldGet(),FieldPut() SetOrder(cSort,,lDescend) Save() Close() or End() --------------- NOT SUPPORTED: Seek(), Filter(),Delete(),Append() The RecSet class is created in such rare cases where it is essential to read and display a big table in ...
by nageswaragunupudi
Fri Feb 02, 2024 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 1138

Re: HarbourWave - leaked information

... We all can learn always from the others if we pay enough attention. There is always something new to learn ok now it's the webview period also supported by the fwteam, I'm respectful with everyone but I can't be with those who open topics with the same nature as my requests only to force and ...
by Silvio.Falconi
Mon Jan 29, 2024 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HarbourWave - leaked information
Replies: 7
Views: 945

Re: HTML code in a TPanel class

Silvio, > WebView use Activex ? no > WebView id Supported on Win7,Win10,win11 ? https://learn.microsoft.com/en-us/microsoft-edge/webview2/ WebView2 is compatible with Windows 7, but only up to version 109 of WebView2 Runtime2. Subsequent ...
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: 1441

Re: HTML code in a TPanel class

Silvio, > WebView use Activex ? no > WebView id Supported on Win7,Win10,win11 ? https://learn.microsoft.com/en-us/microsoft-edge/webview2/ WebView2 is compatible with Windows 7, but only up to version 109 of WebView2 Runtime2. Subsequent ...
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: 1441

Re: HTML code in a TPanel class

... with 3 SAYs. By the way, all the pages you see in the SAYs are mod harbour pages! Best regards, Otto Questions WebView use Activex ? WevView id Supported on Win7,Win10,win11 ? I saw WebView used only from Otto ? (sorry if I allow myself this consideration but all the messages on the forum can ...
by Silvio.Falconi
Mon Jan 22, 2024 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 1441

Re: Probando el flag -gc3 de Harbour

... bcc32x (Clang-enhanced C++ compiler for 32-bit Windows), and bcc64 (Clang-enhanced C++ compiler for 64-bit Windows). The bcc32c binary is not supported. Salu2
by paquitohm
Mon Nov 20, 2023 12:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Probando el flag -gc3 de Harbour
Replies: 4
Views: 490

Re: Testing Harbour -gc3 flag

... /w0 /p >> Erro.log 2>> ERROS.LOG ??? Gracias. Regards, saludos. What is -es3? It is not supported. Maximum severity level is -es2.
by Enrico Maria Giordano
Fri Nov 17, 2023 6:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4674

New FTDN October/Octubre 2023 (FWH 23.10)

... equivalenf of doing oItem:oTree:Select( oItem ), so now you can simply do oItem:Select() * Enhancement: DEFINE WINDOW ... SIZE nWidth, nHeight is supported. * New: samples\winexpl.prg shows how to use EnumChildWindows() * Enhancement: XBrowse: now json file name can be specified as datasource ...
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: 3948

C language #define # and ## operators use

This is supported by C compilers, but I guess it is a quite unknown feature: A single #name stringify the name A double ## joins two names function Main()   MsgInfo( Test() )return nil #pragma BEGINDUMP#include ...
by Antonio Linares
Tue Oct 24, 2023 7:20 am
 
Forum: Off Topic / Otros temas
Topic: C language #define # and ## operators use
Replies: 0
Views: 337

Re: Image Recognition

hi, Important: 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" ...
by Jimmy
Fri Oct 13, 2023 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image Recognition
Replies: 9
Views: 734

Re: Image Recognition

Important: 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).
by Antonio Linares
Fri Oct 13, 2023 10:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image Recognition
Replies: 9
Views: 734

Re: xHarbour.org updated!

Usando HTTP, funciona. Usando HTTPS, Error: Operation Not Supported. Que classe controla tipclienthttp()?

Mismo usando TIPSSL.LIB no funciona con ninguna URL que tenga HTTPS. Inclui SEVENZIP.LIB tampoco funciona.

Regards, saludos.
by karinha
Wed Sep 20, 2023 12:38 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 159
Views: 40901

Re: FIVEWIN power - a room planer video

... for the plan since 1995. The pre-made components have a lot of overhead. There's also a learning curve, and you always need something that is not supported. Therefore, I've decided to program the plan myself. The room plan itself is not very demanding. The data is now being read from a DBF file, ...
by Otto
Tue Aug 29, 2023 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEWIN power - a room planer video
Replies: 50
Views: 11548

Saving OuterHTML using Await Implementation with TWebView

... modes are facing difficulties in retrieving information from the web. 4. Therefore, I have implemented a synchronous class for TWebView, which is supported by the 'await' technique in other languages. 5. The implementation is named TAWaitWeb. To facilitate more convenient usage, I have created ...
by CharlesKwon
Mon Aug 14, 2023 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1883
PreviousNext

Return to advanced search