Search found 735 matches: provides

Return to advanced search

Re: FWHMariaDB de Mr. Rao - problema con una tabla HELP!!

FWH provides 2 Cloud servers for testing purposes. oCn := maria_Connect( "209.250.245.152","fwh","fwhuser","FiveTech@2022" )// ORoCn := maria_Connect( "208.91.198.197:3306", ...
by nageswaragunupudi
Tue Jun 20, 2023 7:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWHMariaDB de Mr. Rao - RESUELTO
Replies: 16
Views: 826

Re: build Import LIB from LibPQ.DLL

... dumpbin.exe /exports LibPQ.dll > LibPQ.def lib.exe /def:LibPQ.def /OUT:LibPQ.lib If you are using Harbour's hbmk2.exe please remember that it provides a way to automatically create the import libraries: -depimplibs=dependency:LibPQ.dll Not sure how the dependency is defined
by Antonio Linares
Tue Jun 20, 2023 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 2818

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

ADO is free for all of us and we can work with any RDBMS. In addition, Harbour provides an excellent Library for working with PostGre. I think we should be able to use this library even with HMG. For MySQL/MariaDB, we have FWH built-in library in addition to TDolphin ...
by richard-service
Fri Jun 16, 2023 4:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to handle License for MySQL, PostgreSQL & Co ?
Replies: 9
Views: 527

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

ADO is free for all of us and we can work with any RDBMS. In addition, Harbour provides an excellent Library for working with PostGre. I think we should be able to use this library even with HMG. For MySQL/MariaDB, we have FWH built-in library in addition to TDolphin ...
by nageswaragunupudi
Thu Jun 15, 2023 2:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to handle License for MySQL, PostgreSQL & Co ?
Replies: 9
Views: 527

simple image viewer - sample

... the image. In summary, the program is a simple image viewer that allows the user to select, display, print, copy, paste, and save images. It also provides options to stretch the image and adjust the alpha channel. However, note that some functionality such as `SetAlpha()` is not defined within ...
by Otto
Fri Jun 09, 2023 6:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: simple image viewer - sample
Replies: 3
Views: 289

Re: can use SWITCH Control in XBROWSE ?

... [aPrompts] Parameters: aBmps: Optional. Array or 2 or 3 bitmaps to be displayed when the value is .T., .F., nil. If omitted, xbrowse provides default bitmaps which look like checkboxes. lEdit: Optional: Value .T. indicates that the column can be edited by the user. Pressing <space>,<enter> ...
by nageswaragunupudi
Tue May 30, 2023 12:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: can use SWITCH Control in XBROWSE ?
Replies: 7
Views: 512

Re: Icon in Webview

While ExtractAssociatedIcon(...) is one way of fetching the icon of the associated application of a file, FWH provides much simpler way. Most used FW_ReadImage()/oWnd:ReadImage() can also be used. Just to check, please run this one line code: XIMAGE( "name.pdf(256x256)" ...
by nageswaragunupudi
Sun May 28, 2023 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Icon in Webview
Replies: 5
Views: 378

Re: CLASS modification

... complain they never work right, constantly break down, and they can't ever reach support people I have yet to see an internet program that provides anywhere near the complexity of what my package currently offers With all the hacking issues, and data theft, my clients don't want to expose ...
by TimStone
Thu May 25, 2023 11:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: RTF Spell Checker

... allows users to input and edit text while supporting various text formatting options such as font styles, colors, sizes, alignments, and more. It provides a WYSIWYG (What You See Is What You Get) interface, allowing users to see the text with its applied formatting as they edit. The features and ...
by TimStone
Tue May 23, 2023 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF Spell Checker
Replies: 7
Views: 408

Re: ChatGPT

Hello friends,
I have read that Bing also provides an API. Who has experience with Bing Chat?

Best regards,
Otto
by Otto
Sat May 20, 2023 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ChatGPT
Replies: 19
Views: 1234

Re: XBROWSE Column Question

... order. In case of DBF, it uses the RDD function OrdDescend() If oCol:cSortOrder is empty XBrowse does not attempt to sort. Note: FWH2304 provides a way to sort such columns too. We discuss it in another topic. ah, i did not know OrdDescend() as Xbase++ does not have it
by Jimmy
Wed May 10, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 877

Re: XBROWSE Column Question

... order. In case of DBF, it uses the RDD function OrdDescend() If oCol:cSortOrder is empty XBrowse does not attempt to sort. Note: FWH2304 provides a way to sort such columns too. We discuss it in another topic.
by nageswaragunupudi
Wed May 10, 2023 12:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 877

Harbour using phind.com AI undocumented API

... Giorgio, etc. we have been able to make it work from Harbour This means that you can use the AI engine that http://www.phind.com provides without having to register and free. This is the first working version. Next we will implement it as a dialogbox. This is great news as we ...
by Antonio Linares
Fri Apr 21, 2023 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour using phind.com AI undocumented API
Replies: 12
Views: 1213

Re: Callback Server

... are thinking in terms of web based applications, but for those of us who have clients who still need site based systems, and not web based, this provides a challenge. My thought is it would be nice to have an application, running as a service, that can listen on the WAN IP ( the shop based server ...
by cnavarro
Fri Mar 10, 2023 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostBack Server
Replies: 7
Views: 668

PostBack Server

... are thinking in terms of web based applications, but for those of us who have clients who still need site based systems, and not web based, this provides a challenge. My thought is it would be nice to have an application, running as a service, that can listen on the WAN IP ( the shop based server ...
by TimStone
Fri Mar 10, 2023 3:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostBack Server
Replies: 7
Views: 668
PreviousNext

Return to advanced search