Search found 1626 matches: few

Searched query: few

by oliveiros junior
Sun Jan 26, 2025 2:23 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Extend a Fivewin class
Replies: 4
Views: 876

Re: Extend a Fivewin class

... I made a multi-button Loop for testing and tried a few things that didn't work using existing methods.

As:

For nX = 1 To Len( oDlg1:aItem )

@ nLinha, nColuna + 50 BTNBMP aBtns[ nX ];
PROMPT ...
by Otto
Thu Jan 16, 2025 4:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bootstrap for FiveWin
Replies: 6
Views: 1017

Re: Bootstrap for FiveWin

Hello Carlos,
thank you.
I will try it out right away. I will also test a few more controls.
It is currently just a concept test.
Best regards,
Otto
by Otto
Mon Jan 06, 2025 9:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: OpenAI vision API from FWH
Replies: 10
Views: 8803

Re: OpenAI vision API from FWH

Dear Antonio,

Thank you very much for your research work.

A few days ago, I saw an advertisement for the Jetson Nano Orin. Do you think it would be possible to use this hardware to run a custom LMM and then send requests using FIVEWIN?

For example:

Emails are read via a local tool (e.g ...
by Otto
Wed Jan 01, 2025 7:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Milestone Achieved: WINHOTEL as a Web Application
Replies: 5
Views: 816

Re: Milestone Achieved: WINHOTEL as a Web Application

... program that has been developed over 30 years to the web.
I have also had to reprogram many things 2, 3, or even more times.
My goal is to use as few libraries as possible.
This has only been possible since ChatGPT started providing good answers, really only in the past six months.
Thank you for ...
by TimStone
Fri Dec 13, 2024 7:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour to Harbour
Replies: 14
Views: 1745

Re: xHarbour to Harbour

I did that several years ago ( Antonio's suggestion ) when I started using Visual Studio to build my applications.

As I recall, I had very few issues, and everything was resolved within a day on my very extensive ( large ) application. I've had no problems since.

Tim
by nageswaragunupudi
Sat Nov 30, 2024 7:31 am
Forum: FiveWin for Harbour/xHarbour
Topic: Incorrect Font Display
Replies: 17
Views: 6335

Re: Incorrect Font Display

No problem
We will resolve all your issues one by one and provide you with a revised library soon.
Please just be patient for a few days.

Meanwhile please execute this program and let me know the results:
#include "fivewin.ch"

function Main()

? GetOEMCP(), GetACP(), HB_CDPSELECT()

return nil
by Otto
Thu Nov 28, 2024 9:36 am
Forum: FiveWin for Harbour/xHarbour
Topic: change special chars in memo for use with Json
Replies: 7
Views: 1756

Re: change special chars in memo for use with Json

Hello Marc,
my daughter sent me these lines of code a few days ago, saying that they would solve the code page problem.
Unfortunately, I haven’t tried it yet. Could you please test it?
Best regards,
Otto


#include "hbextcdp.ch"

cVData := IIF( ! isUtf8( offert1->bezeichnun ), hb_StrToUtf8 ...
by TimStone
Wed Nov 27, 2024 10:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: AI in Software Development: What's Your Take?
Replies: 7
Views: 1992

Re: AI in Software Development: What's Your Take?

... helped me think through what I needed to do. However, most of my work now is is fine tuning existing code and I can usually do that in very few minutes and have exactly what I want.

I would certainly give it a try if doing something new.

I actually will be focusing on a new direction: I ...
by nageswaragunupudi
Mon Nov 18, 2024 6:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Most powerfull Xbrowser and PDF
Replies: 16
Views: 5116

Re: Most powerfull Xbrowser and PDF

... stage Mr. Rao wants to implement it for Fwin Libraries. If testing purposes is needed, i'm gladly to help.

We already have a function for the last few years that can be used here.
htmlview( "FullPath.pdf" )
This was working for the last few years but giving problems recently.
Note: This function ...
by Otto
Fri Nov 15, 2024 7:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 10484

Re: cloud or not cloud

... that included its own database within the language itself.
Now, with Fivewin, we’re heading in a much more complicated direction—and all for just a few users. We don’t see a large market of potential new customers for Fivewin.

Let me tell you what really worries me—and this is a huge concern ...
by Otto
Sat Nov 09, 2024 10:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 10484

Re: cloud or not cloud

... to separate these tasks and view each role with its own responsibilities to implement a comprehensive security strategy.

I have spent the last few weeks focusing heavily on securing the servers and refreshing my knowledge.
I looked up a lot of information and compiled everything into a kind of ...
by Natter
Thu Nov 07, 2024 1:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Copy file by mask
Replies: 24
Views: 2851

Re: Copy file by mask

So far, everything is working well. I had a few problematic files and they all copied fine.
by nageswaragunupudi
Thu Nov 07, 2024 1:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Copy file by mask
Replies: 24
Views: 2851

Re: Copy file by mask

... I learned how to copy such files (for xHarbour). The approximate scheme is as follows

I don't think so.
Brfore I discuss this in more detail, a few points.
Results of OemToAnsi() and AnsiToOem() differ from country to country. Depend on the default Windows codepages for OEM and ANSI. These ...
by Silvio.Falconi
Tue Nov 05, 2024 11:48 am
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: A Vision for a Simpler, More Flexible Future
Replies: 5
Views: 1142

Re: xBrowse: A Vision for a Simpler, More Flexible Future

... We are exactly at the point you mentioned. Are the FW users interested? I think the xBrowse source code is currently so complex that only very few can contribute to it. Even though many of us have ideas for improvements.

However, this suggestion has nothing to do with the web. You're mixing ...
by Otto
Tue Nov 05, 2024 10:24 am
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: A Vision for a Simpler, More Flexible Future
Replies: 5
Views: 1142

Re: xBrowse: A Vision for a Simpler, More Flexible Future

... We are exactly at the point you mentioned. Are the FW users interested? I think the xBrowse source code is currently so complex that only very few can contribute to it. Even though many of us have ideas for improvements.

However, this suggestion has nothing to do with the web. You're mixing ...