Search found 730 matches: functionality

Return to advanced search

Re: Reload data in a combobox

I have a sample with similar functionality. This is working fine. Please see if you can use this working logic in your application. #include "fivewin.ch"REQUEST DBFCDX//----------------------------------------------------------------------------//function ...
by Silvio.Falconi
Wed May 01, 2024 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reload data in a combobox
Replies: 3
Views: 134

Re: Reload data in a combobox

I have a sample with similar functionality. This is working fine. Please see if you can use this working logic in your application. #include "fivewin.ch"REQUEST DBFCDX//----------------------------------------------------------------------------//function ...
by nageswaragunupudi
Tue Apr 30, 2024 8:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reload data in a combobox
Replies: 3
Views: 134

Re: Compiler with MSVC y HARBOUR

... Apache to support HTTPS, it requires SSL/TLS libraries. On Windows, Apache often leverages OpenSSL through libssl and libcrypto to enable HTTPS functionality. If you are setting up Apache to serve secure websites, these libraries are essential. libcurl: This library is not typically required ...
by Otto
Sat Apr 20, 2024 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 189

Re: DNS

WSACleanup() is responsible for performing cleanup tasks when your program is finished using Winsock functionality. Unloads Winsock DLLs: When called, WSACleanup() typically unloads any protocol-specific helper DLLs (Dynamic Link Libraries) that were loaded during the initialization ...
by Antonio Linares
Fri Mar 29, 2024 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DNS
Replies: 5
Views: 1550

Re: WebView resize

... can use Bootstrap's Accordion component or a similar JavaScript/CSS implementation to create collapsible sections that mimic the TEXplorerBar's functionality. Buttons: Buttons in FiveWin can be directly translated to <button> elements in HTML. These buttons can be styled with CSS and made ...
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2150

New FTDN February 2024 (FWH 24.02)

... * New: For Borland users: FWH uses now bcc 7.70. Please update your bcc to this version. * New: Class TWebView2 offers a very similar functionality to Class TWebView but does not need to use any DLL. It is a work in development but you can already start using it. Please review FWH\samples\webview..._2.prg ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 227

Re: Data exchange between PC and Android device on the same loca

... and that you don't really see the code, so if this is so important, you can see that if you want you can develop your systems this way. But the RX functionality allows you to create modules and have all the code if you want in your own package (embeded), or part in the package and part in visible ...
by Carles
Sat Feb 24, 2024 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 832

Re: DBF editor

In the end, it should just become a DBF editor with CRUD functionality. I already have the file manager. From here, I just want to open and edit a DBF file.

Image
by Otto
Tue Feb 20, 2024 11:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF editor
Replies: 2
Views: 241

Re: USB reading/writing as Com port

Generally, when it is necessary to manage a device that connects via the USB port but responds to a serial structure, there are serial port emulators.
Here in Argentina, there are fiscal drivers that use that functionality, and they can be managed with Fivewin's COM port management functions.
by cmsoft
Thu Feb 08, 2024 12:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: USB reading/writing as Com port
Replies: 3
Views: 233

Re: How to convert a Date to an Unix TimeStamp?

Hi Guys, How could I convert a date/time to an Unix TimeStamp? If you want to use this functionality with MySql, you can use the MySql built-in functions UNIX_TIMESTAMP( <datetime> ) FROM_UNIXTIM( nUnixTime ) Please note that in this case unix ...
by nageswaragunupudi
Mon Jan 29, 2024 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert a Date to an Unix TimeStamp?
Replies: 8
Views: 584

future of Rich Text Editor maybe time to start with WEBVIEW

... powerful WYSIWYG editor that can be easily integrated into web applications. TinyMCE is customizable and offers a variety of plugins to expand its functionality. Regards, Otto
by Otto
Mon Jan 22, 2024 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1724

WEBVIEW2 oPrn:PrintTable() alternative

... create highly dynamic and customizable print documents. I now have a static hash xReport[] and can define the reports from there. To achieve the functionality of oPrn:PrintTable(), only a few parameters are required. I will gradually expand xReport. Since I receive no echo here in the group, ...
by Otto
Fri Jan 12, 2024 6:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WEBVIEW2 oPrn:PrintTable() alternative
Replies: 0
Views: 650

Re: WebView2 Essentials: Guides, Tips & Resources

... extends HwndHost and provides several properties like AllowExternalDrop, CanGoBack, CanGoForward, and Source. It allows access to the complete functionality of the underlying CoreWebView2 COM API​​. Handling Asynchronous Operations: Since many WebView2 operations are asynchronous, it's important ...
by Otto
Wed Jan 10, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 485

file ID in the Windows file system

... file systems (e.g., NTFS, FAT32, exFAT). NTFS, commonly used in Windows, supports stable File IDs across the same volume. - **No Direct Impact on Functionality**: For most users and applications, these operations don't have a noticeable impact. The operating system and applications continue to ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 641

Re: Definir font richedit5

... powerful WYSIWYG editor that can be easily integrated into web applications. TinyMCE is customizable and offers a variety of plugins to expand its functionality. Regards, Otto
by Otto
Wed Dec 27, 2023 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Definir font richedit5
Replies: 3
Views: 621
Next

Return to advanced search