Search found 905 matches: perfectly

Searched query: perfectly

by Massimo Linossi
Fri Feb 14, 2025 7:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Odbc error on Linux
Replies: 2
Views: 128

Re: Odbc error on Linux

Thanks.
But the problem is that I don't understand where is the error in the ODBC connection string for SQL-SERVER.
Using the MS connection utility works perfectly so the ODBC is correct.
Massimo
by Massimo Linossi
Fri Feb 14, 2025 3:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Odbc error on Linux
Replies: 2
Views: 128

Odbc error on Linux

Hi to all.
I wish to ask you a suggestion to find the I am making an error.
This bash on a Linux machine works perfectly. Using a command-line utility from MS I can extract some records from another server with SQL-Server.


#!/bin/bash
cUser='admin'
cPass='Max61'
cServer='125.15.13.12'
cQuery ...
by don lowenstein
Mon Feb 10, 2025 2:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Create shortcut for accessing URL
Replies: 5
Views: 1723

Re: Create shortcut for accessing URL

PROCEDURE CreateURLShortcut(cFileName, cURL)

This worked perfectly - Thanks.
by nageswaragunupudi
Sat Jan 25, 2025 2:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse, dbf and codeblock
Replies: 10
Views: 19883

Re: xbrowse, dbf and codeblock

... Please check again. XBrowse program does not have any such defective code.

In contrast,
::bGoTop := { || ::oRs:MoveFirst() }
This works perfectly.

Not only XBrowse, there is no module in FWH using such defective code.

3)
May be interesting to include about this on documentation of xbrowse ...
by Marc Venken
Mon Dec 30, 2024 7:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: AC4xBrowse
Replies: 11
Views: 1965

Re: AC4xBrowse

... I think that most forum members don't want to use code generators, since we don't have full control. You can use it because you build it and it perfectly will do what you want.
I tried the 2020 version, but it erases all the comments and // info from the code. This is important for me because I ...
by nageswaragunupudi
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: 659

New: Read/Edit/Save XLSX files without Excel/ADO

... 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 perfectly without any problems.
by karinha
Sat Dec 14, 2024 2:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour to Harbour
Replies: 14
Views: 1745

Re: xHarbour to Harbour

... developers group... :-(

I don't know anything. What are they up to? I don't see the need at the moment to change to HARBOUR, everything works perfectly with xHARBOUR.

No sé nada. ¿Qué están haciendo? No veo la necesidad por el momento de cambiar a HARBOUR, todo funciona perfectamente con ...
by Massimo Linossi
Mon Dec 09, 2024 9:49 am
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: FiveDBU
Replies: 9
Views: 1942

Re: FiveDBU

Hi Antonio,
GREAT, works perfectly.
Thanks you so much.
Massimo
by vilian
Fri Nov 22, 2024 10:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: Timer on a Dialog
Replies: 4
Views: 1111

Re: Timer on a Dialog

Thank you Enrico,
It worked perfectly ;)
by Carles
Sat Nov 16, 2024 6:30 am
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 10484

Re: cloud or not cloud

... was asked.

And it is curious that you mention the use of PHP to be able to manage Dbf on the Internet. You force a user to know Apache and PHP perfectly for this, that is, overload them with even more knowledge to be able to manage a Dbf en internet. Is that really the case, Otto?

I think this ...
by Natter
Thu Nov 14, 2024 11:16 am
Forum: FiveWin for Harbour/xHarbour
Topic: Open a network folder
Replies: 10
Views: 1871

Re: Open a network folder

From CMD, this command is executed perfectly.

Code: Select all | Expand

cmdkey /add:\\MyIP\folder\ /user:UserName /pass:"123"
Is it possible to execute it from FW ?
by Carles
Sat Nov 09, 2024 7:33 am
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 10484

Re: cloud or not cloud

... and is unstable
- Blah blah blah
What would be your answer? I'll answer for you: "This is not true, I've been using it for years and it works perfectly" So, what happens? The misuse of dbs in a network environment or in adolescence in this case can cause these problems.

Well, the same thing ...
by Silvio.Falconi
Wed Nov 06, 2024 8:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Filter and Tdatabase
Replies: 3
Views: 526

Re: Problem with Filter and Tdatabase

It's strange because in the test I did, that is, in the procedure in a small dialog, everything works perfectly, but when I create an object class with all the functions of the procedure it doesn't work, that is, it doesn't find the data, there's definitely an error somewhere that I can't find.

this ...
by karinha
Wed Oct 30, 2024 6:09 pm
Forum: FiveWin para Harbour/xHarbour
Topic: btnbmp
Replies: 16
Views: 2120

Re: btnbmp

Thank you master Rao. I understood perfectly. Doing this in WORKSHOP.exe is even easier. I had forgotten about the "detail" of the space...

Gracias maestro Rao. Lo entendí perfectamente. Hacer esto en WORKSHOP.exe es aún más fácil. Me había olvidado del "detalle" del espacio...


// C:\FWH\SAMPLES ...
by nageswaragunupudi
Sat Oct 19, 2024 3:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Extending SetScope()
Replies: 15
Views: 2462

Re: Extending SetScope()

... the value for both. Thus when the invoice is open, only those parts used for that specific one will display in the xBrowse control. It all works perfectly.

Now I have a client who wants that same ability, but he wants to have the numbers "searchable" which would be accomplished by placing them in ...