Search found 2166 matches: uses

Return to advanced search

Re: Webview question

Dear Randal, FWH uses https://github.com/webview/webview (a DLL) to manage Webview. This has some advantages and limitations. We are trying to avoid using it and directly manage a Microsoft IWebBrowser2 object as we could ...
by Antonio Linares
Fri Jun 30, 2023 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2932

Re: Shell.Explorer.2 problem

All, The developers at Worldpay explained that their website "uses something called ThreatMetrix as an additional security measure for verifying a person is a “person” when initiating a Hosted Payments transaction, and it seems that recently they made ...
by Randal
Thu Jun 29, 2023 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 719

Re: UTF-8, 2-Byte characters, Lower() and Upper()

... We need to set the codepage of the desired language Ok, understand. So, if I am in a multi-language environment, e.g.: - a dialog/browse that uses more than one language with diacritical marks - or want to search case-insensitively and does not know the source language of the search string ...
by frose
Sun Jun 25, 2023 7:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UTF-8, 2-Byte characters, Lower() and Upper()
Replies: 3
Views: 286

Re: Aplicación para Android

Estimado Jorge,

Lo mas sencillo es que uses Windows Remote desktop desde tu dispositivo Android
by Antonio Linares
Mon Jun 19, 2023 6:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Aplicación para Android
Replies: 8
Views: 591

Re: how to handle License for MySQL, PostgreSQL & Co ?

hi, thx for Answer as i know MySQL is using GPL License, which means you need to purchase a commercial license to distribute proprietary code that uses those libraries. PostgreSQL use MIT license, where you "only" must include MIT License TEXT with Copyright --- the Question is "where" ...
by Jimmy
Fri Jun 16, 2023 3:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to handle License for MySQL, PostgreSQL & Co ?
Replies: 9
Views: 527

Re: Cantidad de Bases de datos abiertas, MySQL

... bases de datos, podrías manejarlo con una única conexion, y hacer referencia a la base de datos en cada consulta. Eso depende de la frecuencia que uses la segunda base de datos si te será util esta forma que te comento. Me explico mejor con un ejemplo Vos conectas a una base (Supongamos que el ...
by cmsoft
Mon Jun 12, 2023 9:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cantidad de Bases de datos abiertas, MySQL
Replies: 3
Views: 223

Re: Fivewin and ADO

... will work as it "only" Return oRange, not Recorsd-Set :?: GetExcelRange() returns oRange object of oExcel This does not use ADO, but uses Excel OLE. Similar to Word OLE and PowerPoint OLE. Please study the subject of Microsoft Office OLE for better clarity. GetExcelRange() function ...
by nageswaragunupudi
Fri Jun 09, 2023 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3818

simple image viewer - sample

... This program appears to be written in Harbour, a language that is a modern, open-source variant of the older Clipper language. The program uses the FiveWin library, which is a popular library for creating GUI applications in Harbour. Let's break down what the program does: 1. **Includes**: ...
by Otto
Fri Jun 09, 2023 6:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: simple image viewer - sample
Replies: 3
Views: 289

Re: Fivewin and ADO

... excel book on your disk, using this single line code: XBROWSER GetExcelRange( cExcelBookNameFullPath ) Function FW_OpenADOExcelSheet() uses ADO using Jet or ACE OleDB provider and Function GetExcelRange() uses Excel Ole.
by nageswaragunupudi
Thu Jun 08, 2023 11:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3818

Re: FTP Upload works at home Not at work

Mark,
Have you checked firewall settings: Make sure that the firewall on your work network allows outgoing FTP connections.
FTP typically uses ports 20 and 21 for data transfer. Ensure that these ports are not blocked by the firewall.
What if you test with TotalCommander's FTP?

Best regards,
Otto
by Otto
Fri May 26, 2023 5:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP Upload works at home Not at work
Replies: 6
Views: 437

Re: RTF Spell Checker

... activate the bar, then perform an action, was very annoying. It is not common for a bar to disappear ( though it is an option, I know nobody who uses that ability in a word processing program ). Implemented for the next version Also, I would like to replace the current buttonbar with another ...
by cnavarro
Wed May 24, 2023 7:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF Spell Checker
Replies: 7
Views: 408

Re: RTF Spell Checker

... activate the bar, then perform an action, was very annoying. It is not common for a bar to disappear ( though it is an option, I know nobody who uses that ability in a word processing program ).
by TimStone
Tue May 23, 2023 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF Spell Checker
Replies: 7
Views: 408

Re: ChatGPT

... By the way, I found a great plugin for ChatGPT. It creates a button that allows you to select a file and upload it as a knowledge base. It uses async to read the file as text and split it into chunks of size 15,000, which are then sent. Here is a video demonstrating how it works: https://www.youtube.com/watch?v=iR99LO28nzM ...
by Otto
Wed May 17, 2023 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ChatGPT
Replies: 19
Views: 1234

Re: Reading QRCodes

... By the way, I found a great plugin for ChatGPT. It creates a button that allows you to select a file and upload it as a knowledge base. It uses async to read the file as text and split it into chunks of size 15,000, which are then sent. Here is a video demonstrating how it works: https://www.youtube.com/watch?v=iR99LO28nzM ...
by Otto
Wed May 17, 2023 8:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading QRCodes
Replies: 8
Views: 539

Re: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?

... and use our class instead of the default TPreview class. If we write our own RPreview.prg and link it with our application, the entire application uses our class only. Instead, we recommend: oOldClass := SetCustomPrintPreview( { |oDevice, oReport| TMyPreview():New( oDevice, ...
by nageswaragunupudi
Mon May 15, 2023 4:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?
Replies: 8
Views: 412
PreviousNext

Return to advanced search