Search found 711 matches: module

Return to advanced search

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

Otto:
Thank you so much.

That seems to be exactly what I'm looking for:

How to configure the server and/or a harbor module to respond appropriately to a request from a PWA that is on a different Origin, avoiding violating the CORS policy

I will review it very carefully.
Thanks in advance
by Arturo Lopesoria
Fri Feb 23, 2024 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 814

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

... Inventory of Products or Fixed Assets. Check In Out and ToolRoom. They perform work very separate from ERPs in a Non-Critical environment. The PC module is basically catalog and reports. Mobile terminals perform the CRUD part. The update is almost always Batch. When Windows Mobile appeared I migrated ...
by Arturo Lopesoria
Thu Feb 22, 2024 11:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 814

Data exchange between PC and Android device on the same loca

... NOW THE CHALLENGE IS DIFFERENT. The NEED NOW is: 1.- The Front-End must be separated from the Back-End. I do not require the server-side PRG-CGI module to generate anything from the front-end (HTML), the Client will take care of that. 2.- I do not require SSL or MultiThreads since it is a TRIVIAL ...
by Arturo Lopesoria
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: 814

Re: PepPol European Invoicing standard

Marc, I support your idea to develop a finished business module together.
I am sure it will also become mandatory in Austria.
Kind regards,
Otto
by Otto
Wed Feb 14, 2024 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 928

Re: WEBVIEW2 and xBrowse

... assistance from ChatGPT. https://mybergland.com/fwforum/prepdatasend.mp4 In this case, I used AJAX to pass data to the mod_harbour module, but you can easily change it to use the sendToFW/fromjavascript function. Best regards, Otto
by Otto
Tue Feb 06, 2024 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WEBVIEW2 and xBrowse
Replies: 7
Views: 398

Re: phpBB to LLM

... line 353, in <module> main() File "C:\Users\alerc\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", ...
by alerchster
Mon Dec 25, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4725

Re: phpBB to LLM

========================== RESTART: C:\fwh\AI\train.py =========================
Traceback (most recent call last):
File "C:\fwh\AI\train.py", line 1, in <module>
import torch
ModuleNotFoundError: No module named 'torch'
by alerchster
Mon Dec 25, 2023 6:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4725

Re: Convert a print to Rtf or doc

... they choose what helps them to develop the application faster. In fact I have been thinking of personally approaching you to help me with a html module with the same functionality like this. Next: In this particular post, our friends wants to generate a word document. You can help us on that ...
by nageswaragunupudi
Fri Dec 01, 2023 2:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3480

Re: Help splitting up a character address string

... already getting some good hits. This approach, facilitated by Harbourino, makes your code more organized and easier to maintain. Each function or module can be kept in separate files, making the codebase cleaner and more modular. #include "fivewin.ch"function main// Example usageLOCAL ...
by Otto
Wed Nov 15, 2023 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 616

Sending whatsapp message via web-based app

I saw someone showing his invoice module.
He claims invoice can be sent out from within the program directly but must be running web-based whatsapp before that is done.
Anyone has any idea of how that is done?
by hua
Tue Oct 17, 2023 4:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending whatsapp message via web-based app
Replies: 6
Views: 636

Re: Disabled buttons at oBar not greyed out after using FWH1912

This is the result Rao: SAMPLES\testbar.prg now shows disabled state https://i.postimg.cc/0y2VCxzB/bar5.jpg But for my module which supply only 1 image for a button, it still behave the same, some buttons are greyed out some are not. I created a self-contained program so you ...
by hua
Thu Sep 14, 2023 8:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disabled buttons at oBar not greyed out after using FWH1912
Replies: 17
Views: 1678

Re: Lost connection to MySQL server during query

Here, the majority are happening for "time out". The user just forget a module openned and after some time try to use it, so the message of "Lost Connection" is shown.

If the message hasn't been shown, I could identify the error, repeat the command and the program would stopped.
by vilian
Mon Sep 04, 2023 5:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12517

Re: how to "override" Function of FiveH64.lib using MSVC

Use your functions as "static function xxx" in your module.
by nageswaragunupudi
Sun Sep 03, 2023 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to "override" Function of FiveH64.lib using MSVC
Replies: 4
Views: 345

Re: Listview Unicode for CLASS TGrid()

... and Wide api functions. Beyond that we have no use for this define. In some cases Wide api handle normal ansi strings also well. In this small module this is enough for us.
by nageswaragunupudi
Wed Aug 30, 2023 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listview Unicode for CLASS TGrid()
Replies: 7
Views: 412

Re: FIVEWIN power - a room planer video

Hello Friends, Today, I wanted to continue programming the room plan with mod harbour and complete the module. I am using a purchased component. However, it's challenging to switch to something pre-made when you've been using your own component for the plan since 1995. The ...
by Otto
Tue Aug 29, 2023 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEWIN power - a room planer video
Replies: 50
Views: 11122
PreviousNext

Return to advanced search