Search found 735 matches: provides

Return to advanced search

Re: WebView2 Essentials: Guides, Tips & Resources

... between the native application and the web view, providing functionalities like navigation, script execution, and event handling. This class provides a comprehensive interface for embedding and controlling a web browser within a desktop application, likely tailored for the specific needs ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

Re: WebView2 Essentials: Guides, Tips & Resources

... working with WebView2, the following points are essential: Features and APIs: WebView2 offers a range of features and APIs. The CoreWebView2 class provides web-specific functionalities such as networking, navigation, script handling, and HTML parsing and rendering. It includes methods like PostWebMessageAsJson, ...
by Otto
Wed Jan 10, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

Re: check on get

FWH provides a way for the last many years. if oGet:lChanged is true, the value is edited and modified. We can also check the original value with oGet:uOriginalValue. Nages, I not understood I tried to found the result of oGet:lchanged ...
by Silvio.Falconi
Mon Nov 27, 2023 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3943

Re: check on get

FWH provides a way for the last many years. if oGet:lChanged is true, the value is edited and modified. We can also check the original value with oGet:uOriginalValue. Mister Rao: https://forums.fivetechsupport.com/viewtopic.php?f=3&t=36677&p=218742&hilit=oGet%3AuOriginalValue&sid=07c886246d7ffe73fed662e55bd3cb86&sid=c321ec65cbe0a0b68df11d3cba5138d3#p218742 ...
by karinha
Sat Nov 25, 2023 2:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3943

Re: check on get

FWH provides a way for the last many years.

if oGet:lChanged is true, the value is edited and modified.
We can also check the original value with oGet:uOriginalValue.
by nageswaragunupudi
Fri Nov 24, 2023 4:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3943

Re: Xlsxlibhb_ver2

I will try with bcc7.70 for sure.
FWH has many users using different versions of bcc.
Whatever FWH provides should work with different versions
by nageswaragunupudi
Tue Nov 21, 2023 12:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 9023

Re: XML reader

FWH has an old forgotten/less known function FW_XmlView( [filename.xml] ) If the function is called without parameters, it provides a file picker to choose an xml file and display. Please try with xHarbour to view any xml file with any complexity. Important Note: This function ...
by nageswaragunupudi
Fri Nov 17, 2023 7:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XML reader
Replies: 14
Views: 5415

Re: De *.C Para *.Obj en BCC74 no funciona más.

... Mr. Enrico, Thank you very much for your efforts. Three items. - Is stable release ? - a few old 7/7/23 perhaps ? - What it provides, it is faster, more compatible ? Regards Yes, it is stable. Date is 28 october 2023. I don't think it is faster than 7.60 but it is worth to ...
by Enrico Maria Giordano
Fri Nov 17, 2023 6:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De *.C Para *.Obj en BCC74 no funciona más.
Replies: 84
Views: 39506

Re: De *.C Para *.Obj en BCC74 no funciona más.

... Mr. Enrico, Thank you very much for your efforts. Three items. - Is stable release ? - a few old 7/7/23 perhaps ? - What it provides, it is faster, more compatible ? Regards
by paquitohm
Fri Nov 17, 2023 5:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De *.C Para *.Obj en BCC74 no funciona más.
Replies: 84
Views: 39506

Re: Help splitting up a character address string

... documentation that may exist for Harbourino, if available. User Harbourino.pdf PDF sag mir etwas zur syntax ChatGPT The document on Harbourino provides insight into its functionality as a preprocessor. Key points include: Functionality: Harbourino is a preprocessor that simplifies the development, ...
by Otto
Wed Nov 15, 2023 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 603

Re: ID of the new process

... objProcess.ProcessId WScript.Echo "Owner: " & objOwner.User Next ``` This may not directly give you the ID of the process, but it provides additional information that might be useful. 2. **Using Shell.Application:** Another approach is to use the `Shell.Application` object to open ...
by Antonio Linares
Tue Nov 14, 2023 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ID of the new process
Replies: 2
Views: 321

New FTDN October/Octubre 2023 (FWH 23.10)

... - Any one or both these libraries can be downloaded and linked with FWH application. FWH further provides wrapper classes for these libraries to make it more convenient to use these libraries. Please see: \fwh\source\function\drxl.prg and \fwh\source\function\fwxlsxlb.prg ...
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: 3906

FWH2310: WhatsApp messages with Attachments/Images

FWH2310 provides facility to send WhatsApp messages with attachments of documents and images from any source. fwh\samples\whatsapp.prg #include "FiveWin.ch"#define ORANGES "https://www.jesmondfruitbarn.com.au/wp-content/uploads/2016/10/Jesmond-Fruit-Barn-Oranges.jpg"function ...
by nageswaragunupudi
Sun Oct 29, 2023 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH2310: WhatsApp messages with Attachments/Images
Replies: 8
Views: 840

Re: I have a question. Please help.

Dear Yun,

FWH provides the function nStrCrc( cString ) --> nCrc

also function nFileCrc( cFileName ) --> nCrc
by Antonio Linares
Fri Oct 20, 2023 8:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I have a question. Please help.
Replies: 2
Views: 231

Re: Send Emails from Fivewin application

Dear Anser,

Harbour provides a hb_SendMail() function

Could hb_SendMail() users provide feeback if it is working fine for them ?

many thanks
by Antonio Linares
Thu Oct 19, 2023 10:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send Emails from Fivewin application
Replies: 1
Views: 212
PreviousNext

Return to advanced search

cron