... thought that if JSON or CSV databases are suggested for such examples, a modernized DBF could experience a revival here.
According to AI, the following improvements should be made:
Potential Improvements to the DBF Format
To make DBF more competitive in the context of AI, the following ...
Search found 179 matches: following
Searched query: following
- Sun Jan 12, 2025 8:20 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: talk to your database using natural language
- Replies: 1
- Views: 15
- Mon Jan 06, 2025 10:16 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: OpenAI vision API from FWH
- Replies: 10
- Views: 678
Re: OpenAI vision API from FWH
... system:
```bash
docker run --runtime nvidia --rm --network=host -v ~/ollama:/ollama -e OLLAMA_MODELS=/ollama dustynv/ollama:r36.2.0
```
By following these steps, you can fully utilize the capabilities of your Jetson Nano Orin to run large language models efficiently.
We can use ollama from ...
```bash
docker run --runtime nvidia --rm --network=host -v ~/ollama:/ollama -e OLLAMA_MODELS=/ollama dustynv/ollama:r36.2.0
```
By following these steps, you can fully utilize the capabilities of your Jetson Nano Orin to run large language models efficiently.
We can use ollama from ...
- Mon Dec 30, 2024 6:39 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: oauth for dummies
- Replies: 10
- Views: 643
Re: oauth for dummies
when compiling i get undefined external for the following
runbrowser
getcodefromuser
curlpost
jsondecode
jsonget
runbrowser
getcodefromuser
curlpost
jsondecode
jsonget
- Tue Dec 24, 2024 4:32 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: New: Read/Edit/Save XLSX files without Excel/ADO
- Replies: 2
- Views: 286
New: Read/Edit/Save XLSX files without Excel/ADO
... face limitations with very huge size of the xlsx file. We are testing but still not sure of the limitations.
We tested with xlsx files of the following sizes:
1) 9,000,000 rows, 12 cols and file size : 87,183,538 bytes
2) 32,000 rows, 502 columns and file size: 79,998,254 bytes
Every thing worked ...
We tested with xlsx files of the following sizes:
1) 9,000,000 rows, 12 cols and file size : 87,183,538 bytes
2) 32,000 rows, 502 columns and file size: 79,998,254 bytes
Every thing worked ...
- Mon Dec 16, 2024 9:19 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Revolutionizing Secure Online Access
- Replies: 2
- Views: 396
Revolutionizing Secure Online Access
... I didn’t come across Cloudflare earlier. For me, it currently solves almost all the issues I had with installations. Specifically, I’m using the following solutions:
Public website with SSL: Secured via Cloudflare.
RDP connection via Cloudflared Access: Works like a VPN for me.
Online management ...
Public website with SSL: Secured via Cloudflare.
RDP connection via Cloudflared Access: Works like a VPN for me.
Online management ...
- Sun Dec 15, 2024 12:32 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADS licences directly from SAP?
- Replies: 7
- Views: 1170
Re: ADS licences directly from SAP?
Antonio:
When following your link, it shows 32 bit binaries for Borland and Mingw downloads
Is there a 64 bit version ?
Is it compatible with FWH 32 and 64 ?
Are there any examples of implementation in FWH programs ?
I use FWH ( current ), Harbour, and MSVC
Tim
When following your link, it shows 32 bit binaries for Borland and Mingw downloads
Is there a 64 bit version ?
Is it compatible with FWH 32 and 64 ?
Are there any examples of implementation in FWH programs ?
I use FWH ( current ), Harbour, and MSVC
Tim
- Thu Dec 12, 2024 10:29 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: PRINT class printer options
- Replies: 6
- Views: 543
Re: PRINT class printer options
... itself. So, I decided to change the default printer early in the .prg,, before the jobject is created, and stay with the above code. I use the following:
// Obtain old printer
cOldPrinter := WIN_PRINTERGETDEFAULT( )
// Set to default printer
WIN_PRINTERSETDEFAULT( cUsePrint )
cUsePrint is ...
// Obtain old printer
cOldPrinter := WIN_PRINTERGETDEFAULT( )
// Set to default printer
WIN_PRINTERSETDEFAULT( cUsePrint )
cUsePrint is ...
- Wed Dec 11, 2024 7:05 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Open XLS without Excel
- Replies: 11
- Views: 895
Re: Open XLS without Excel
I tried
oRs := FW_OpenADOExcelSheet( cSource, "Sheet1", "A1:SB65000", .T. )
And got the following errors
1. ADO ERROR UNKNOWN
2. Fail to open "XLS path + filename.XLSX"
By default, Microsoft Jet OLEDB is installed on every PC.
This default Jet OLEDB can open only "xls" files but not "xlsx" files ...
oRs := FW_OpenADOExcelSheet( cSource, "Sheet1", "A1:SB65000", .T. )
And got the following errors
1. ADO ERROR UNKNOWN
2. Fail to open "XLS path + filename.XLSX"
By default, Microsoft Jet OLEDB is installed on every PC.
This default Jet OLEDB can open only "xls" files but not "xlsx" files ...
- Wed Dec 11, 2024 1:58 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Open XLS without Excel
- Replies: 11
- Views: 895
Re: Open XLS without Excel
I tried
oRs := FW_OpenADOExcelSheet( cSource, "Sheet1", "A1:SB65000", .T. )
And got the following errors
1. ADO ERROR UNKNOWN
2. Fail to open "XLS path + filename.XLSX"
oRs := FW_OpenADOExcelSheet( cSource, "Sheet1", "A1:SB65000", .T. )
And got the following errors
1. ADO ERROR UNKNOWN
2. Fail to open "XLS path + filename.XLSX"
- Fri Nov 22, 2024 3:30 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: A Problem exporting Report to Excel, Mr Rao, pls
- Replies: 6
- Views: 1202
Re: A Problem exporting Report to Excel, Mr Rao, pls
... Address( .f., .f. )
*/
/*
oSel := oSheet:Range( oSheet:Cells( aGrpRow[ nGrp ], nCol ), ;
oSheet:Cells( nLastRow, nCol ) ) */
And I got the following error
Application
===========
Path and name: D:\SapWin30\SapWin30.Exe (32 bits)
Size: ********* bytes
Compiler version: Harbour 3.2.0dev ...
*/
/*
oSel := oSheet:Range( oSheet:Cells( aGrpRow[ nGrp ], nCol ), ;
oSheet:Cells( nLastRow, nCol ) ) */
And I got the following error
Application
===========
Path and name: D:\SapWin30\SapWin30.Exe (32 bits)
Size: ********* bytes
Compiler version: Harbour 3.2.0dev ...
- Wed Nov 20, 2024 6:58 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: attribute - creation date
- Replies: 4
- Views: 1054
Re: attribute - creation date
The EnumChildWindows function itself does not provide direct access to the creation date of the windows it enumerates.
I obtained the following information through perplexity.ai
a simplified example in C
#include <windows.h>
#include <stdio.h>
void GetProcessCreationTime(HWND hwnd) {
DWORD ...
I obtained the following information through perplexity.ai
a simplified example in C
#include <windows.h>
#include <stdio.h>
void GetProcessCreationTime(HWND hwnd) {
DWORD ...
- Fri Nov 15, 2024 8:40 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: cloud or not cloud
- Replies: 34
- Views: 5777
Re: cloud or not cloud
...
Just to demonstrate what I mean one more time:
For example, I load the dbf file into the AI and give the prompt:
Please analyze the following DBase data, taking the header data into account to correctly interpret the file structure. Generate detailed statistics based on the fields and their ...
Just to demonstrate what I mean one more time:
For example, I load the dbf file into the AI and give the prompt:
Please analyze the following DBase data, taking the header data into account to correctly interpret the file structure. Generate detailed statistics based on the fields and their ...
- Tue Nov 12, 2024 10:02 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: cloud or not cloud
- Replies: 34
- Views: 5777
Re: cloud or not cloud
Hello friends,
To securely deploy our hotel software on an Apache server running on Windows with a self-hosting setup, I have developed the following solution:
Initially, I considered setting up ModSecurity to further secure the server. However, the management and maintenance effort for this, either ...
To securely deploy our hotel software on an Apache server running on Windows with a self-hosting setup, I have developed the following solution:
Initially, I considered setting up ModSecurity to further secure the server. However, the management and maintenance effort for this, either ...
- Mon Nov 11, 2024 12:56 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: España: Normativa sancionadora sistemas informáticos
- Replies: 340
- Views: 86789
Re: España: Normativa sancionadora sistemas informáticos
... lo capturo en el CURL.exe), lo que llega lo abro con el browser y se muestra una 'página web' donde indica esto:
"This page contains the following errors:
error on line 10 at column 8: Opening and ending tag mismatch: meta line 8 and head
Below is a rendering of the page up to the first ...
"This page contains the following errors:
error on line 10 at column 8: Opening and ending tag mismatch: meta line 8 and head
Below is a rendering of the page up to the first ...
- Thu Oct 31, 2024 12:35 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: RDS (Remote Desktop) and FW programming
- Replies: 10
- Views: 1197
Re: RDS (Remote Desktop) and FW programming
... a solid foundation for an RDS environment. For primary use of an article inventory program, where data traffic is key, you might consider the following optimizations:
1. Network Optimization
QoS (Quality of Service): Set up QoS to prioritize the data traffic of your article inventory program ...
1. Network Optimization
QoS (Quality of Service): Set up QoS to prioritize the data traffic of your article inventory program ...