Search found 70 matches: developments

Searched query: developments

by nageswaragunupudi
Mon Sep 23, 2024 3:36 am
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 6333

Re: Bug Maria_Connect() FWH-24.07 64 bits ???

It is very important for those of us who have chosen xHarbour and Maria_Connect for all our developments.
Only for xHarbour 64 bit users.
All others are working happily.
by Cgallegoa
Sun Sep 22, 2024 9:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 6333

Re: Bug Maria_Connect() FWH-24.07 64 bits ???

... a little more trouble by testing this variation.
This would help me to narrow down the problem

Yes, it works fine.

Thank you, Mr. Rao and Mr. Enrico, for your concern in solving this issue. It is very important for those of us who have chosen xHarbour and Maria_Connect for all our developments.
by Otto
Fri Aug 02, 2024 8:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: Database format of the future - an analogy
Replies: 1
Views: 631

Database format of the future - an analogy

... data and trends, and it is difficult to predict revolutionary changes that lie outside the current development framework.

Overall, your example shows that technological developments are often unpredictable and that the future is hard to foresee, especially when it comes to disruptive innovations.
by Otto
Sat May 18, 2024 9:12 am
Forum: FiveWin para Harbour/xHarbour
Topic: Mod Harbour: ChatGPT Provides Detailed Answers
Replies: 23
Views: 5466

Mod Harbour: ChatGPT Provides Detailed Answers

... at all?
ChatGPT
The need for web versions of user programs and the future of the DBF file format depend on several factors, including technical developments, user requirements, and market trends. Here are some considerations for both aspects:

Web Versions of User Programs
Advantages:
Accessibility ...
by jll-fwh
Mon Dec 11, 2023 10:51 am
Forum: FiveWin for Harbour/xHarbour
Topic: XBRCHART FROM Cristobal
Replies: 11
Views: 2069

Re: XBRCHART FROM Cristobal

... you are a magnificent programmer, I have seen in these weeks to keep up to date in the forum that there are publications of your very good developments.

Greetings;
Javier LLoris
javierllorisprogramador@gmail.com

Blogs personales:
Programación: https://javierlloris.blogspot.com/
Japonés: https ...
by Otto
Tue Nov 07, 2023 2:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 3679

Re: Interesting discussion with ChtGPT

Thank you, Antonio.
It is very difficult to keep up with the current developments in a timely manner.
Perhaps we can post our experiences here, which we believe might interest the group members.
Best regards,
Otto
by Horizon
Fri Jul 07, 2023 11:29 am
Forum: FiveWin for Harbour/xHarbour
Topic: how to open devtoolswindow from application.
Replies: 21
Views: 2612

Re: how to open devtoolswindow from application.

Horizon,
I have installed the FTDN update, and now it's working. I think if you want to keep up with the latest developments, you need the FTDN update. With webview2 support, many new options are available.
Best regards,
Otto
I aggree with you Otto. I am also using WebView2 support with 22.06. I ...
by Otto
Thu Jul 06, 2023 8:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: how to open devtoolswindow from application.
Replies: 21
Views: 2612

Re: how to open devtoolswindow from application.

Horizon,
I have installed the FTDN update, and now it's working. I think if you want to keep up with the latest developments, you need the FTDN update. With webview2 support, many new options are available.
Best regards,
Otto
by plantenkennis
Sat Jul 01, 2023 1:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin on Apple/Mac works great
Replies: 10
Views: 1323

Re: FiveWin on Apple/Mac works great

The libs are already quite complete. I don't have any problems with building good working programs with this software (FiveMac). So I hope more people are going to use this software and support FiveTech with new developments.
by cnavarro
Sun Apr 30, 2023 1:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: problem wth SetMultiSelectCol
Replies: 11
Views: 1293

Re: problem wth SetMultiSelectCol

Dear Silvio
As I told you in my email, please do not modify the class in this way to ensure compatibility with older developments.
The best way to do it would be to add the lRefresh parameter in both methods


METHOD Del( nPos, lRefresh ) CLASS TBar

local n
local lGroup:= ::aControls[ nPos ...
by Otto
Thu Jan 13, 2022 7:30 am
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 1
Views: 6893

Re: Advantage Database Server

... various databases.

May I ask you to look through this document from 2012 (10 years old) in the light of the new possibilities with mod harbour developments and, if necessary, supplement it.

I mean primarily regarding the fact that with mod harbour the DBF files are only opened briefly and nothing ...
by cnavarro
Thu Dec 30, 2021 11:23 pm
Forum: mod_harbour
Topic: mod_harbour for non dedicated servers
Replies: 38
Views: 7288

Re: mod_harbour for non dedicated servers

I have had servers in aruba (windows and linux) for a long time and it is where I do the tests and developments of modHarbour (with and without CGI)
by Otto
Sun May 16, 2021 8:56 pm
Forum: mod_harbour
Topic: Do you prefer to work from templates or code from scratch
Replies: 7
Views: 1440

Re: Do you prefer to work from templates or code from scratch

... can, of course, embed pure HTML / JS, but then you have an additional language.

Since building the mod harbour frameworks to have a Fivewin-like syntax for the front end binds
many resources, I would be interested in knowing how many of us are interested in these developments.

Best regards,
Otto
by Antonio Linares
Wed Apr 14, 2021 10:21 am
Forum: mod_harbour
Topic: link in my own library
Replies: 4
Views: 941

Re: link in my own library

You may use:

#include "myfile.prg"

better place it at the bottom of your main PRG

we use this in our developments :-)
by Antonio Linares
Wed Nov 18, 2020 9:41 am
Forum: mod_harbour
Topic: Controller/Router
Replies: 10
Views: 1943

Re: Controller/Router

Dear Otto,

genesis was my first attempt to build a simple web ERP and by that time my analisys was not as accurated as it is today :-)

In our more recent mod_harbour developments the functions Controller() and Router() are joined together