Search found 1209 matches: provided

Return to advanced search

Re: Como revertir ::nStyle = nOr( ::nStyle, ES_READONLY )

You can use the above code to Toggle ReadOnly status during runtime. This code is tested.

From the next version, we have provided DATA lReadOnly. We can toggle this at runtime with oEdit:lReadOnly := .T. or .F..
by nageswaragunupudi
Tue Mar 26, 2024 4:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como revertir ::nStyle = nOr( ::nStyle, ES_READONLY )
Replies: 5
Views: 133

Re: How to include hbCurl?

... replacing `cSecure_Email`. If there are still issues, double-check the JSON payload for correct formatting and ensure that all required fields are provided accurately.
by Otto
Wed Mar 20, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 503

Re: New FWH 24.02

That's good, but please note that, as far as I know, the version provided by Embarcadero is 7.30.
by Enrico Maria Giordano
Tue Mar 12, 2024 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.02
Replies: 33
Views: 878

Re: To Nageswrao Del Objs on TscrollPanel

when I had only two buttons I cannot delete printer button Yes. The function I provided does not allow the last control to be deleted. Yes. I understood. Do have you tried deleting all the btnbmps and moving the scrollbar? It makes this mistake for me https://i.postimg.cc/G34Z81nn/1.png
by Silvio.Falconi
Tue Mar 05, 2024 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 498

Re: To Nageswrao Del Objs on TscrollPanel

when I had only two buttons I cannot delete printer button

Yes. The function I provided does not allow the last control to be deleted.
by nageswaragunupudi
Tue Mar 05, 2024 2:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 498

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

... from one of my posts dated October 14, 2018—long before the introduction of Mod Harbor. Now, you can achieve the same results with Mod HARBOUR. I provided the link to illustrate the server hardware we utilize. As mentioned in the most recent post, we are currently employing this hardware for RDP ...
by Otto
Sat Feb 24, 2024 12:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 542

Re: SQL connection

... You can test this program from your computer. This program connects to a FWH's MsSql server in the cloud. This server is provided for testing by our users. After testing this, you can use similar logic on your Server.
by nageswaragunupudi
Wed Jan 31, 2024 8:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL connection
Replies: 6
Views: 497

Re: DateTime calculation

... your post into chatgpt and the answer seems fine :-) (not exactly correct, but the explanation seems fine) Yes, it looks like the timestamp you provided is in milliseconds since the Unix epoch. To convert a Harbour date variable into a Unix timestamp expressed in milliseconds, you need to follow ...
by Antonio Linares
Sat Jan 27, 2024 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DateTime calculation
Replies: 6
Views: 628

Re: WebView2 Essentials: Guides, Tips & Resources

TWebView Class from FIVEWIN ChatGPT The provided code is a class definition for TWebView, a custom class presumably designed to interface with a web view control, possibly for embedding web content in a desktop application. The class seems to ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 463

Re: Using Microsoft AI Phi-2 from FWH

Dear Enrico, Have you downloaded "phi-2_Q4_K_M.gguf" and have you properly provided its path in the PRG code ? No. :-) Now it works. This is allows it to be compiled with xHarbour too: hb_retnll( ( LONGLONG ) callback ); A Stop button would ...
by Enrico Maria Giordano
Mon Dec 18, 2023 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 6936

Re: Using Microsoft AI Phi-2 from FWH

Dear Enrico,

Have you downloaded "phi-2_Q4_K_M.gguf" and have you properly provided its path in the PRG code ?

Do you get any message or warning ?

How many ram do you have in your pc ?
by Antonio Linares
Mon Dec 18, 2023 8:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 6936

Re: Convert a print to Rtf or doc

... PrgInit and PrgExit initialize and clean up system settings at the start and end of the program. Important Notes Data Customization: The data provided in the aData array should be adjusted according to actual requirements. HTML Templates: External HTML templates are used for the report. These ...
by Otto
Thu Nov 30, 2023 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3238

Re: oBtn:ToolTip - UTF8 encoding fails [Unsolved]

Does this mean that we can only use chars provided by FWH, even if we use a different font? chars provided by FWH? FWH does NOT provide any chars. FWH does not have any chars of its own. FWH displays any text using Windows APIs Any utf8 encoded ...
by nageswaragunupudi
Sat Nov 25, 2023 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBtn:ToolTip - UTF8 encoding fails [Unsolved]
Replies: 11
Views: 827

Re: oBtn:ToolTip - UTF8 encoding fails [Unsolved]

We will look into the issue of tooltips. :D Display of Utf8 depends purely on FWH Does this mean that we can only use chars provided by FWH, even if we use a different font? I tried it with the font 'unscii' from http://viznut.fi/unscii/ , unfortunately without success! This ...
by frose
Sat Nov 25, 2023 12:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBtn:ToolTip - UTF8 encoding fails [Unsolved]
Replies: 11
Views: 827

Re: Calculate total pages

... ALLTRIM(str(nFor))+".emf", .F.)        DeleteEnhMetafile(hMeta)EndPage(oDevice:hDC) The code snippet you provided appears to be written in a language similar to Harbour or xBase, used for database applications. It's a routine for handling printing, specifically ...
by Otto
Fri Nov 24, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5508
Next

Return to advanced search