Search found 1352 matches: programs

Return to advanced search

xbrowseWeb - Work in Progress

... components for web development (like web servers or webview2) as much as possible. I now have a template for consistent navigation in my web programs. Here, I also host the xbrowseWeb module. Another principle I follow is to keep the source code as simple as possible and use a modular approach ...
by Otto
Sat Apr 20, 2024 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowseWeb - Work in Progress
Replies: 1
Views: 102

Re: FWErrorsys()

...     FW_ArrayAsList( aStack, CRLF ), ;      "MY ERROR DIALOG" )return nil Please run the above three programs as it is and see. We can do all the aboe without modifying the errsysw.prg
by nageswaragunupudi
Thu Apr 04, 2024 12:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWErrorsys()
Replies: 8
Views: 1827

Re: Talking to your apps

... I tried it on my Surface Notebook ( Windows + H ) and it did a nice job of converting voice to text. I would suggest that when using this in our programs, as you have suggested, then we should have a program wide flag that allows the client to use, or NOT use, voice. Maybe a default on setup, ...
by TimStone
Mon Apr 01, 2024 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3874

XP and FWH2402+bcc7.70

Hi,

I am compiling my programs with FWH2402+bcc7.70 on Windows 10 and everything is working fine.
I have an old laptop with XP. I wanted to put FWH2402+bcc7.70 on it as well. However, it did not work out.
Maybe FWH2402+bcc7.70 can't work under XP at all?
by Natter
Sun Mar 10, 2024 3:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XP and FWH2402+bcc7.70
Replies: 11
Views: 2299

Re: How to include hbCurl?

... and fivewin. Fortunately, I had already made a patcher and preprocessor before ChatGPT. Now, this is a very functional way to simplify the programs. Through modularization, one can have ChatGPT further develop parts of the program very effectively. This makes program creation very fast. ...
by Otto
Thu Mar 07, 2024 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2949

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

... in visible files or for the same module, one part (the logic) in prg and another (the view) in file, it’s fantastic. If you want a system to make programs this is the realistic scenario. If you just want to spit out a few data by doing a simple ? { 'success' => .t., 'data' => '...' } is ...
by Carles
Sat Feb 24, 2024 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 797

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

... CGI from FIVETECH might be even better, I believe it limits oneself. In the meantime, I have also adopted a pragmatic attitude and use some HTML programs and a bit of PHP, if there are ready-made solutions. It's not like when you develop a program, it's immediately used by thousands at the same ...
by Otto
Fri Feb 23, 2024 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 797

azzoMax-dashboard for internal use

... Editor , the text editor , and the file manager from another menu item. Then we have menu items for our product lines QRCode, WINHOTEL. The other programs need to be added. When azzoMax is opened in a remote session, you can also start the desktop programs . What's special about azzoMax is that ...
by Otto
Sun Feb 18, 2024 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: azzoMax-dashboard for internal use
Replies: 1
Views: 213

Pragmatic Concept: A Practical Approach to Everyday Challeng

Hello friends, I have a somewhat pragmatic approach with Mod Harbour. I also use different languages in the programs, such as PHP. It's because there are already many solutions available, and it doesn't pay off to rewrite them in Mod Harbour. For example, for file uploads, I ...
by Otto
Sat Feb 17, 2024 9:36 am
 
Forum: mod_harbour
Topic: Pragmatic Concept: A Practical Approach to Everyday Challeng
Replies: 1
Views: 149

USB reading/writing as Com port

... collect data from a Arduino true a USB port. How to read this data from it ? Maybe it is important to have a usb to com hardware in FW ? But other programs seems to manage them from the USB port. Any Help ?
by Marc Venken
Wed Feb 07, 2024 10:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: USB reading/writing as Com port
Replies: 3
Views: 221

Re: Lost connection to MySQL server

... ); }#pragma ENDDUMP Can you build and run this program and can you let us know the result? 2) What codepage do you set for your programs ?
by nageswaragunupudi
Tue Jan 30, 2024 5:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server
Replies: 7
Views: 565

Re: future of Rich Text Editor maybe time to start with WEBVIEW

... and what is your customer base? I think it all depends on that. Best regards, Otto Dear Otto, I'm a retired programmer who created all necessary programs for a company which still Is a producer/manufactor for musical instruments as well a distributor for musical goods worldwide. I also created ...
by Detlef
Fri Jan 26, 2024 11:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1706

Re: I'm not asking for the moon...

Before saving, use VAL() unlike you I try my programs over and over again and don't hand the client something that doesn't work well. It's not easy at all, as I told you in the Xbrowse table I have the numeric figures with commas, then when I go ...
by Silvio.Falconi
Fri Jan 19, 2024 7:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2150

Re: Browse Json

Hello, In my mod harbour programs I use for testing: logline only saves the string to the disk. In FIVEWIN you can use msginfo().     hb_jsondecode( AP_Body(), @hPost )        logline( ...
by Otto
Thu Jan 11, 2024 1:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse Json
Replies: 8
Views: 833

file ID in the Windows file system

... in the strictest sense, the full path of a file (combining the drive letter, folders, and filename) is typically unique and used by humans and programs to uniquely identify files in many contexts. However, two different files in separate directories can have the same name, so the name itself ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 628
Next

Return to advanced search