... that developers who do not offer web apps have no future. The problem is clear – the wall is visible, yet people are still driving full speed towards it.
I was so positively surprised and happy to read your message. I’m happy to help.
Your approach of starting with simple things is the right ...
Search found 19 matches: towards
Searched query: towards
- Wed Jan 08, 2025 7:54 am
- Forum: mod_harbour
- Topic: learn mod_harbour
- Replies: 3
- Views: 115
- Mon Nov 18, 2024 6:08 am
- Forum: Off Topic / Otros temas
- Topic: Chris Langan Vision of Reality
- Replies: 0
- Views: 2650
Chris Langan Vision of Reality
... with this
Grand purpose when you act in harmony
with this purpose you resonate with the
universe's teleological Drive
accelerating your own path towards
self-realization within the cosmic
framework the ctmu implications stretch
far beyond cosmology or metaphysics they
reach into the realm of ...
Grand purpose when you act in harmony
with this purpose you resonate with the
universe's teleological Drive
accelerating your own path towards
self-realization within the cosmic
framework the ctmu implications stretch
far beyond cosmology or metaphysics they
reach into the realm of ...
- Sat Oct 12, 2024 1:23 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: New FWH 24.09
- Replies: 95
- Views: 8293
Re: New FWH 24.09
... issue is fixed in the next version.
For now, please apply this temporary fix:
\fwh\source\classes\btnbmp.prg
Please go to METHOD PaintCaption()
Towards the end of this method, please locate this code:
nClr := XEval( nClr, ::lMover, Self )
if ::lGdip .and. HB_ISNUMERIC( nClr ) .and. !lAnd( nClr ...
For now, please apply this temporary fix:
\fwh\source\classes\btnbmp.prg
Please go to METHOD PaintCaption()
Towards the end of this method, please locate this code:
nClr := XEval( nClr, ::lMover, Self )
if ::lGdip .and. HB_ISNUMERIC( nClr ) .and. !lAnd( nClr ...
- Thu Oct 10, 2024 7:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Switching to Web
- Replies: 2
- Views: 617
Switching to Web
Hello friends,
I would like to ask for your support.
It is becoming increasingly clear that the future is moving towards web servers and web-based solutions. We are also about to release our online version, which will then require a server.
**Risk Assessment for the Web Server**
**Status quo ...
I would like to ask for your support.
It is becoming increasingly clear that the future is moving towards web servers and web-based solutions. We are also about to release our online version, which will then require a server.
**Risk Assessment for the Web Server**
**Status quo ...
- Tue Sep 24, 2024 6:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Demo version
- Replies: 29
- Views: 3486
Re: Demo version
... that have nothing to do with the argument raised by Mr. SAmbom.
My answers to Mr. Brazilian moderator are specific to his offensive phrases towards me.
perhaps if you dear Mr. Timstone read carefully from the first message and not from the last ones you will realize that someone has ...
My answers to Mr. Brazilian moderator are specific to his offensive phrases towards me.
perhaps if you dear Mr. Timstone read carefully from the first message and not from the last ones you will realize that someone has ...
- Tue Jul 16, 2024 12:11 pm
- Forum: mod_harbour
- Topic: Replace jQuery with JavaScript
- Replies: 2
- Views: 7266
Re: Replace jQuery with JavaScript
... organize another FWH-ModHarbour-WEB-SQL summit, I would attend. The summit from 2017 was a great experience for me.
As you mature on your web development, it seems to me like you have been gravitating more and more towards PHP and Javascript (and I'm guessing HTML + CSS). Would you agree?
Thank you.
As you mature on your web development, it seems to me like you have been gravitating more and more towards PHP and Javascript (and I'm guessing HTML + CSS). Would you agree?
Thank you.
- Fri Jul 12, 2024 7:39 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Propuesta para que hagan un curso virtual FW
- Replies: 302
- Views: 46711
Re: Propuesta para que hagan un curso virtual FW
... https://forums.fivetechsupport.com/viewtopic.php?f=3&t=33515&start=45
At the moment, I am a bit biased. I think that the development of Harbour towards SQL is an own goal.
New Harbour users won't be found that way. The club will become more exclusive, and what made Clipper special was that it was ...
At the moment, I am a bit biased. I think that the development of Harbour towards SQL is an own goal.
New Harbour users won't be found that way. The club will become more exclusive, and what made Clipper special was that it was ...
- Sat Jun 08, 2024 12:46 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Mod Harbour installation -
- Replies: 16
- Views: 1754
Re: Mod Harbour installation -
... has also decreased. Between November 2022 and December 2022, there was an 11% drop in undeleted questions, indicating a shift in user preferences towards AI tools (Meta Stack Exchange). In May 2023, Stack Overflow had about 5.6 million visitors per day and 3.5 thousand questions per day, while these ...
- Sat May 18, 2024 9:12 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Mod Harbour: ChatGPT Provides Detailed Answers
- Replies: 23
- Views: 3675
Mod Harbour: ChatGPT Provides Detailed Answers
... Compatibility: Integration with other modern database systems and technologies can be difficult.
Market trends: The market is increasingly moving towards relational databases and NoSQL solutions that offer better support and features.
Summary
Web Versions of Applications: If user requirements and ...
Market trends: The market is increasingly moving towards relational databases and NoSQL solutions that offer better support and features.
Summary
Web Versions of Applications: If user requirements and ...
- Sat Apr 27, 2024 5:48 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Report rpreview excel button disable not work-SOLVED
- Replies: 15
- Views: 2625
Re: Report rpreview excel button disable not work
Please try this change in \source\classes\report.prg :
Please locate these lines towards the end of METHOD Activate( .......... ) CLASS TReport
if !::lHaru .and. Empty( ::oDevice:cFile ) .and. !PrintQueue()
PrintEnd()
// Eval( ::bPreview, ::oDevice )
else
Please modify as:
if !::lHaru .and ...
Please locate these lines towards the end of METHOD Activate( .......... ) CLASS TReport
if !::lHaru .and. Empty( ::oDevice:cFile ) .and. !PrintQueue()
PrintEnd()
// Eval( ::bPreview, ::oDevice )
else
Please modify as:
if !::lHaru .and ...
- Sat Apr 27, 2024 4:50 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Report rpreview excel button disable not work-SOLVED
- Replies: 15
- Views: 2625
Re: Report rpreview excel button disable not work
Please try this change in \source\classes\report.prg :
Please locate these lines towards the end of METHOD Activate( .......... ) CLASS TReport
if !::lHaru .and. Empty( ::oDevice:cFile ) .and. !PrintQueue()
PrintEnd()
// Eval( ::bPreview, ::oDevice )
else
Please modify as:
if !::lHaru .and ...
Please locate these lines towards the end of METHOD Activate( .......... ) CLASS TReport
if !::lHaru .and. Empty( ::oDevice:cFile ) .and. !PrintQueue()
PrintEnd()
// Eval( ::bPreview, ::oDevice )
else
Please modify as:
if !::lHaru .and ...
- Wed Feb 28, 2024 9:00 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse with UrlLink
- Replies: 3
- Views: 545
Re: xBrowse with UrlLink
... to my previous topic. I repeat, everyone has freedom of expression but I am starting to support a certain suspicion, that is, an incitement towards me because it has been reiterated over time by various subjects in these forums, it is certainly not his fault but he must admit that I have some ...
- Tue Feb 20, 2024 11:52 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Data exchange between PC and Android device on the same loca
- Replies: 17
- Views: 2501
Data exchange between PC and Android device on the same loca
Hello everyone.
I am a FWPPC user but now I have been making small leaps towards Android.
I use uhttpd.exe server
(v.0.4.4 FIXED_THREADS from (c)2009 by Francesco Saverio Giudice)
It WORKED very well for me when I used it to generate the HTML to the Client, serving as a simple and easy Front-End and ...
I am a FWPPC user but now I have been making small leaps towards Android.
I use uhttpd.exe server
(v.0.4.4 FIXED_THREADS from (c)2009 by Francesco Saverio Giudice)
It WORKED very well for me when I used it to generate the HTML to the Client, serving as a simple and easy Front-End and ...
- Sat Feb 10, 2024 1:56 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: IS IT POSSIBLE TO MAKE THIS CONTROL
- Replies: 16
- Views: 2046
Re: IS IT POSSIBLE TO MAKE THIS CONTROL
Tim,
You don't need to be offended now.
It's not my solution. It's state of the art.
You're being derogatory towards me again.
WebView2 is a powerful development by Microsoft and Mod Harbour is Fivetech's solution for easily getting started with web programming.
You could just say, I saw that wrong ...
You don't need to be offended now.
It's not my solution. It's state of the art.
You're being derogatory towards me again.
WebView2 is a powerful development by Microsoft and Mod Harbour is Fivetech's solution for easily getting started with web programming.
You could just say, I saw that wrong ...
- Mon Jan 29, 2024 2:16 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: HarbourWave - leaked information
- Replies: 7
- Views: 1268
Re: HarbourWave - leaked information
... I'm respectful with everyone but I can't be with those who open topics with the same nature as my requests only to force and divert attention towards other topics.
dear Antonio
when Mr. Otto was worried about creating his application in Windows (hotel management) none of us did the same ...
dear Antonio
when Mr. Otto was worried about creating his application in Windows (hotel management) none of us did the same ...