... and business processes.
The advantage here is that I use HTML to store the documents. This allows me to make the information immediately available via a web browser without needing to change the format.
Next step: Integration of full-text search.
https://winhotel-sandbox.com/docs/docuware.gif
Search found 66 matches: needing
Searched query: needing
- Tue Feb 04, 2025 8:38 am
- Forum: mod_harbour
- Topic: tool for documentation
- Replies: 0
- Views: 389
- 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: 1371
Video Migration from DBF to SQL (MySQL/MariaDB) Mr. Rao
... to Data:
When the server has direct access to DBF files or any other local storage, you can manipulate and process the data immediately without needing to pass through the SQL layer. This is often more efficient when your data is in formats like DBF and you control how it's accessed.
Custom Logic ...
When the server has direct access to DBF files or any other local storage, you can manipulate and process the data immediately without needing to pass through the SQL layer. This is often more efficient when your data is in formats like DBF and you control how it's accessed.
Custom Logic ...
- Tue May 28, 2024 8:04 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Mod Harbour: ChatGPT Provides Detailed Answers
- Replies: 23
- Views: 5466
Re: Mod Harbour: ChatGPT Provides Detailed Answers
... time someone decides to start with the web, a new variant is presented: Mod Harbour, V1, V2, V2.1, CGI, UT, Runner, WebUI, TWeb.
The real issue, needing a web server, is not addressed.
OK, your UT approach.
Back in 2020, Antonio offered for all of us XBHost, a hosting service for Mod Harbour ...
The real issue, needing a web server, is not addressed.
OK, your UT approach.
Back in 2020, Antonio offered for all of us XBHost, a hosting service for Mod Harbour ...
- Mon May 15, 2023 6:04 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: U-Dbu
- Replies: 17
- Views: 2983
Re: U-Dbu
Tim,
)
C.
Feel free to ask any questions at https://discord.gg/bq8a9yGMWh (I will practice English...TimStone wrote:I will study the example, but it also refers us to the forum for discussions. That is what I'm needing to filter through. I want to review that input.
![Very Happy :D](./images/smilies/icon_biggrin.gif)
C.
- Sun May 14, 2023 9:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: U-Dbu
- Replies: 17
- Views: 2983
Re: U-Dbu
... solution, accessible from essentially any device.
I will study the example, but it also refers us to the forum for discussions. That is what I'm needing to filter through. I want to review that input.
It is a worthy approach and I look forward to studying it for the benefits it will offer.
Tim
I will study the example, but it also refers us to the forum for discussions. That is what I'm needing to filter through. I want to review that input.
It is a worthy approach and I look forward to studying it for the benefits it will offer.
Tim
- Tue Apr 19, 2022 9:54 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADS - The future is <sadly> now so where do you go ?
- Replies: 26
- Views: 5321
ADS - The future is <sadly> now so where do you go ?
... server operations, or to efficiently handle a larger number of workstations on a network without failures. I do know some might recommend remote desktop but that is also not a preferred option.
I'm looking forward to hearing from those who may also be needing to embark on a change from ADS.
Tim
I'm looking forward to hearing from those who may also be needing to embark on a change from ADS.
Tim
- Mon Apr 11, 2022 9:40 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Printing RTF 22.03
- Replies: 6
- Views: 1070
Printing RTF 22.03
... saved as RTF in the memo field. However, the size of this text can vary a lot. So, I need to be able to determine the amount of space I will be needing, based on the content of the RTF, and be able to track the printed rows. I need to know when to cutoff printing on one sheet and start on the next ...
- Sat Apr 02, 2022 8:29 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: New Fivewin with new PDF
- Replies: 12
- Views: 1715
New Fivewin with new PDF
... great. Does anybody know how to be sure when the FwPdf class releases the file, or can you make sure it has released the file before moving on in the program. I am immediately needing to email the file as an attachment and need to make sure it is available before I attempt to send the email?
Thanks,
Thanks,
- Wed Oct 20, 2021 5:59 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Speedtest DBF vs. LetoDB and mySQL
- Replies: 22
- Views: 2752
Re: Speedtest DBF vs. LetoDB and mySQL
... you can not well use Index / SCOPE so you have to check every Record.
Well, I have been programming since the 1970s and I don't recall ever needing a 20 field filter.
I agree that SQL has a lot to offer, but DBFs do also. I am not claiming the DBFs can do everything SQL can do, but for most ...
Well, I have been programming since the 1970s and I don't recall ever needing a 20 field filter.
I agree that SQL has a lot to offer, but DBFs do also. I am not claiming the DBFs can do everything SQL can do, but for most ...
- Tue Aug 04, 2020 7:23 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: New TprogressWheel
- Replies: 72
- Views: 14214
Re: New TprogressWheel
... oDlg: bStart: = {|| Eval (oBtn: bAction), nFile == 0} I can run it automatically
Hello, I already tried to make it work automatically without needing the button, but I have not succeeded, what can I do?
#include "fivewin.ch"function Main() local cFolderFWH := "c:\fwh\" local ...
Hello, I already tried to make it work automatically without needing the button, but I have not succeeded, what can I do?
#include "fivewin.ch"function Main() local cFolderFWH := "c:\fwh\" local ...
- Tue Aug 04, 2020 3:41 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: New TprogressWheel
- Replies: 72
- Views: 14214
Re: New TprogressWheel
Hello, I already tried to make it work automatically without needing the button, but I have not succeeded, what can I do?
#include "fivewin.ch"function Main() local cFolderFWH := "c:\fwh\" local cFolderSRC := cFolderFWH + "samples\" local cFolderDST := cFolderFWH + "copytest\" local aFiles ...
#include "fivewin.ch"function Main() local cFolderFWH := "c:\fwh\" local cFolderSRC := cFolderFWH + "samples\" local cFolderDST := cFolderFWH + "copytest\" local aFiles ...
- Wed May 06, 2020 2:43 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: filter or where statement in SQL
- Replies: 6
- Views: 908
Re: filter or where statement in SQL
... Everytime this places strain on server and network resources.
So, depending on the size of the table and how large part of the table we will be needing we need to choose one of these methods.
It is a case to case decision.
Normally it is a good idea to reduce strain on server and network resources ...
So, depending on the size of the table and how large part of the table we will be needing we need to choose one of these methods.
It is a case to case decision.
Normally it is a good idea to reduce strain on server and network resources ...
- Tue Feb 12, 2019 11:06 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: XBROWSE - How to change the oRowSet (SOLVED)
- Replies: 9
- Views: 1753
Re: XBROWSE - How to change the oRowSet
Thank you Mr Rao,
It's exactly I was needing. Is this working from which version of FWH(I'm using 18 07) ?
It's exactly I was needing. Is this working from which version of FWH(I'm using 18 07) ?
- Thu Jan 24, 2019 7:36 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: trying with tdatabase
- Replies: 34
- Views: 6548
Re: trying with tdatabase
... running using TData class. If you are having any problems in using it, I do not think there is any problem with the class but you may be needing more guidance from its author and I am sure Mr. James will provide it with pleasure.
Finally, you decide what is comfortable for you, without ...
Finally, you decide what is comfortable for you, without ...
- Thu Jan 17, 2019 3:51 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: strange execution of Index
- Replies: 12
- Views: 2493
Re: strange execution of Index
... times you can avoid doing packs by reusing deleted records. If you don't reuse them, then an Admin will have to have exclusive use of the files needing to be packed.
2) when I deliver the application to the client I also have to deliver the indexes?
No, see explaination above.
3)how to check ...
2) when I deliver the application to the client I also have to deliver the indexes?
No, see explaination above.
3)how to check ...