Search found 604 matches: compatibility

Return to advanced search

FWH 24.02 new Class TWebView2

... is great news! :-) 2. webview.dll way of working does not follow the original Microsoft WebView2 implementation, so we are still working to find compatibility with FWH Class TWebView that is why we have decided, in the meantime, to implement a new Class TWebView2 until we make it as much compatible ...
by Antonio Linares
Thu Feb 29, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 24.02 new Class TWebView2
Replies: 11
Views: 2465

Re: Problem with FiveWin and PDF995 on Windows 11.

... and Pix2Unit, or may not need at all because of the cUnits parameter on most print methods. Using cUnits parameter is the best option. That keeps compatibility between Pdf class and Printer class. For now you can start creating PDF files with FWH without HaruPdf. This command PRINT oPrn FILE cFilePDF ...
by nageswaragunupudi
Thu Feb 15, 2024 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1216

Help. Password/MySQL

... starting on Mod_harbour. I have some doubts? can you help me? 1. FWH[Encrypt/Decrypt] ? because I have an app. Desktop [FHW] I want to maintain compatibility [Hb_decrypt / SX_Decrypt ] -> It is not compatible 2. Is there any [Rdd.] for MySQL or Samples, Query/[Fields] Read data and load into ...
by lzanardo
Tue Feb 13, 2024 1:31 pm
 
Forum: mod_harbour
Topic: Help. Password/MySQL
Replies: 1
Views: 159

Re: phpBB to LLM

... my last knowledge update in January 2022, PyTorch 1.10.0 supports Python 3.6, 3.7, 3.8, and 3.9. You can check the PyTorch website for the latest compatibility information. Use the Correct Pip Command: Ensure you are using the correct pip command based on your system and whether you want to install ...
by Antonio Linares
Mon Dec 25, 2023 6:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4693

Re: Para Cristobal Navarro...Aplicacion completa Fivedit...

MSC is a great compiler, very fast and produce very little EXEs. I tried those EXEs even on Windows Vista and they worked fine. So there is no compatibility problem with MSC. So, it must be a problem with my memory sticks. But if we had a Borland version with xHarbour, we wouldn't have this doubt, ...
by karinha
Thu Nov 02, 2023 2:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Cristobal Navarro...Aplicacion completa Fivedit...
Replies: 24
Views: 1678

Re: Para Cristobal Navarro...Aplicacion completa Fivedit...

MSC is a great compiler, very fast and produce very little EXEs. I tried those EXEs even on Windows Vista and they worked fine. So there is no compatibility problem with MSC.
by Enrico Maria Giordano
Thu Nov 02, 2023 2:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Cristobal Navarro...Aplicacion completa Fivedit...
Replies: 24
Views: 1678

New FTDN July/Julio (FWH 23.07)

... "D" for descending sort. Or, this parameter can be a codeblock also. Default: Ascending sort Param.2 lRecurse: Default .f. for backward compatibility If set to .T. all subtrees are also sorted Param.3 nCol: Default 0: Sorts on nCol of Cargo Array * TreeItem: oItem[ n ] returns oItem:Cargo[ ...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1065

Re: problem wth SetMultiSelectCol

Dear Silvio As I told you in my email, please do not modify the class in this way to ensure compatibility with older developments. The best way to do it would be to add the lRefresh parameter in both methods METHOD Del( nPos, lRefresh ) CLASS TBar   local ...
by cnavarro
Sun Apr 30, 2023 1:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem wth SetMultiSelectCol
Replies: 11
Views: 677

Re: Speech Recognizer for harbour App ?

... it is not natively supported on Linux. However, there are some workarounds that may allow you to use OLE objects on Linux: Use Wine: Wine is a compatibility layer that allows you to run Windows applications on Linux. You can try installing and running a Windows application that supports OLE ...
by Antonio Linares
Sun Apr 30, 2023 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speech Recognizer for harbour App ?
Replies: 9
Views: 511

Re: How to create a PRIVATE variable owned by the caller?

I was sure you would write this. :-) I need it for back compatibility.
by Enrico Maria Giordano
Thu Jan 12, 2023 8:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a PRIVATE variable owned by the caller?
Replies: 21
Views: 778

Re: TDatabase broken backward compatibility

Yes, the latest FWH I have is FWH1912. In this particular module, I have sub-classed TDatabase and override :append() and :blank() method method append(lBlank) class TData  local lRet := .f.  default lBlank := .t.  if ( ::cAlias )->( add_rec() )     if lBlank      ...
by hua
Thu Nov 03, 2022 4:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase broken backward compatibility
Replies: 2
Views: 290

Re: TDatabase broken backward compatibility

We do not like any user to face any inconvenience by upgrading FWH. 1st point: This was a deliberate change we made to avoid some common problems. We can explain but at some other time. For now, we will make some changes in the database.prg to continue the old behavior I will post the changes in my ...
by nageswaragunupudi
Thu Nov 03, 2022 3:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase broken backward compatibility
Replies: 2
Views: 290

TDatabase broken backward compatibility

... there any flag to get the old behaviour? I do not wish to have fingers pointed to me after linking in the latest FWH that I have because backward-compatibility was broken and causes either data integrity issues or run-time error occurs TIA
by hua
Thu Nov 03, 2022 3:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase broken backward compatibility
Replies: 2
Views: 290

Re: Manifest

... processorArchitecture="amd64" --- i recommend to use "DPIAWARE" so it will NOT depend on Windows "Scale" also "compatibility" (GUID for supportedOS) and "trustInfo" should be IHMO in Manifest
by Jimmy
Thu Oct 27, 2022 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manifest
Replies: 22
Views: 1789

Re: XBROWSE and any Key

Some notes that may help you. Please treat the syntax: ADD TO oBrw for creating columns as obsolete. This command was created many years back for compatibility with TCBrowse for easier migration from TCBrowse to TXBrowse. Same way, please do not use the FIELDS clause for similar reasons. Instead ...
by nageswaragunupudi
Mon Aug 01, 2022 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE and any Key
Replies: 9
Views: 702
Next

Return to advanced search