Search found 75 matches: parallel

Return to advanced search

Re: cloud or not cloud

... possibilities to operate the database efficiently and stably through precise locking and integrity strategies. Therefore, the usual criticism of parallel access and data integrity is less relevant in this specific case. This way, the DBF format could be a stable and resource-efficient solution ...
by Otto
Thu Nov 14, 2024 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 1120

Video Migration from DBF to SQL (MySQL/MariaDB) Mr. Rao

... source code changes is the most economical solution. And most importantly, it’s future-proof, because you can then simply run a web server in parallel—on the same machine! I think you shouldn’t let SQL’s marketing gimmicks stress you out. Modern Context: Web Server and Data on the Same Machine ...
by Otto
Thu Sep 19, 2024 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Video Migration from DBF to SQL (MySQL/MariaDB) Mr. Rao
Replies: 5
Views: 329

Re: FIVEWIN and the ONLINE VERSION in parallel

Thank you very much.
This is quite helpful.
by nageswaragunupudi
Wed Aug 07, 2024 8:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEWIN and the ONLINE VERSION in parallel
Replies: 5
Views: 1220

Re: FIVEWIN and the ONLINE VERSION in parallel

Dear Mr. Rao, I found it. Look : #ifdef GNR Best regards, Otto #include "fivewin.ch"#define GW_CHILD        5#define GW_HWNDNEXT     2//----------------------------------------------------------------------------//function PdfToJpeg( cPDF )#ifdef GNR   local cExe     := "c:\Pr...
by Otto
Wed Aug 07, 2024 7:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEWIN and the ONLINE VERSION in parallel
Replies: 5
Views: 1220

Re: FIVEWIN and the ONLINE VERSION in parallel

Dear Mr. Rao, You were the one who helped me with the solution using screenshots. It was a long time ago, in 2012. I recall that it is possible to open the PDF with a specific page number, which would then require processing each page individually. If you ask the question to KI, the suggestions give...
by Otto
Wed Aug 07, 2024 6:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEWIN and the ONLINE VERSION in parallel
Replies: 5
Views: 1220

Re: FIVEWIN and the ONLINE VERSION in parallel

Dear Mr. Otto
Thanks.
Can you please help us with a function that can read a multi-page PDF and save each page as an image like page1.jpg, page2.jpg, etc.
That will be very useful for all of us and what is required by the user.
Thanks in advance.
by nageswaragunupudi
Wed Aug 07, 2024 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEWIN and the ONLINE VERSION in parallel
Replies: 5
Views: 1220

Re: FIVEWIN and the ONLINE VERSION in parallel

We synchronize the statuses between the terminals, in this case, the FIVEWIN application and the web application.

Image
by Otto
Wed Aug 07, 2024 4:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEWIN and the ONLINE VERSION in parallel
Replies: 5
Views: 1220

FIVEWIN and the ONLINE VERSION in parallel

Hello friends, In this example, I am working with RDP and FIVEWIN and the ONLINE VERSION in parallel. You can see how I, for example, create an order online and then open it with FIVEWIN (RDP). In principle, it is now working. But now, there are many "little things" ...
by Otto
Mon Aug 05, 2024 10:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEWIN and the ONLINE VERSION in parallel
Replies: 5
Views: 1220

Re: Switching from memo fields to files -

... to RDP, I haven't had any more problems with the memo fields. But we don't store as much in the memo fields anymore. We have a DMS running in parallel where we can store any type of document in a separate folder for each customer. For example, incoming emails are simply copied into the folder ...
by Otto
Mon Jul 29, 2024 7:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching from memo fields to files -
Replies: 8
Views: 862

Re: DBF File Parsing with PHP - low-level file reading

... it’s great. I also worked similarly on PocketPC – there we didn’t have DBF either. Word, Excel, Access also don’t have file locks but make parallel lock files. I do it the same way. I have an update of the code here. Best regards, Otto #include "FiveWin.ch"PROCEDURE Main  ...
by Otto
Wed Jun 19, 2024 11:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF File Parsing with PHP - low-level file reading
Replies: 18
Views: 1235

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

... program, it's immediately used by thousands at the same time. You grow into it. I myself use our own in-house servers with all clients. We work in parallel from mod harbour and over RDP on the same server. Years ago, we switched all our users to Remote Desktop. At the time, I practically rewrote ...
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: 2027

future of Rich Text Editor maybe time to start with WEBVIEW

Hello friends, Shouldn't we consider developing an alternative to RichEdit in parallel using WebView, e.g., with the TinyMCE editor? I'm just thinking to be prepared for the future. That won't happen overnight. Factors that could influence the future of Rich Text ...
by Otto
Mon Jan 22, 2024 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 2969

Re: Definir font richedit5

Factors that could influence the future of Rich Text Editors Hello friends, Shouldn't we consider developing an alternative to RichEdit in parallel using WebView, e.g., with the TinyMCE editor? I'm just thinking to be prepared for the future. That won't happen overnight. Factors that could ...
by Otto
Wed Dec 27, 2023 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Definir font richedit5
Replies: 3
Views: 875

Re: Convert a print to Rtf or doc

Otto,
do you think that when Microsoft Access allows you to create a report it actually creates a word (RTF) in parallel or
when you have the preview and click on export RTF it does something different maybe simpler?

good lunch to all
by MarcoBoschi
Thu Nov 30, 2023 12:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 5328

Re: Convert a print to Rtf or doc

Enrico, You need to create a WORD document in parallel. The question then is whether you should use WORD as a preview. If you want to convert a FW report, you must build the WORD document in any case. However, by manipulating the document.xml, you ...
by Otto
Thu Nov 30, 2023 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 5328
Next

Return to advanced search