We tested your RC file at our end and we did not see any problems.
We tested with Harbour, xHarbour with and without Manifest.
This is the program we used to test:
#include "fivewin.ch"
function Main()
local oDlg, oFont
local oGet[ 20 ]
local aVar := { Space(10), "1234567890", Space(10), Space ...
Search found 2343 matches: tested
Searched query: tested
- Sun Feb 02, 2025 6:25 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: problemas con CheckBox en Dialog con TRANSPARENT en FWH 2409
- Replies: 12
- Views: 11434
- Tue Jan 28, 2025 3:04 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: new Class TDeepSeek in next FWH 24.12
- Replies: 16
- Views: 35412
Re: new Class TDeepSeek in next FWH 24.12
I just tested DeepSeek's operations, and it is currently functioning normally.
Additionally, I asked it about the cause of this incident (after enabling web search), and here is the response it provided:
-----------------
Yes, according to reports from multiple media outlets, DeepSeek has recently ...
Additionally, I asked it about the cause of this incident (after enabling web search), and here is the response it provided:
-----------------
Yes, according to reports from multiple media outlets, DeepSeek has recently ...
- Mon Jan 20, 2025 8:20 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: problem with Decript function
- Replies: 3
- Views: 6768
Re: problem with Decript function
Antonio Linares wrote: Sun Jan 19, 2025 7:14 pm Dear Silvio,
Please try it this way:
cPasw = Decrypt( AllTrim( oUtenti:PassW ) )
I allready tested
![Image](https://i.postimg.cc/TYTmm1j4/bu.png)
aòlso with cPasw = Decrypt( AllTrim( oUtenti:PassW ) )
- Tue Jan 07, 2025 11:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: AC4xBrowse
- Replies: 11
- Views: 1965
Re: AC4xBrowse
... represented in the code.
---
I think it is now possible to automatically generate the mapping blocks using ChatGPT. At least with the blocks I tested, it works.
It would now also be possible to create mapping blocks for the redefine blocks.
However, since there is no interest in Autocode, and I ...
---
I think it is now possible to automatically generate the mapping blocks using ChatGPT. At least with the blocks I tested, it works.
It would now also be possible to create mapping blocks for the redefine blocks.
However, since there is no interest in Autocode, and I ...
- 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
... With 32-bit applications we may 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 ...
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 ...
- Wed Dec 18, 2024 8:13 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Veri*Factu
- Replies: 22
- Views: 3264
Re: Veri*Factu
Antonio,
If I read correctly, your last post is the first code of a new class that can be used to create the XML invoices in a correct way. I tested and indeed, it is working.
I would like to help, but my programming skills are not that good. I can test however and share ideas ))))
Do you need more ...
If I read correctly, your last post is the first code of a new class that can be used to create the XML invoices in a correct way. I tested and indeed, it is working.
I would like to help, but my programming skills are not that good. I can test however and share ideas ))))
Do you need more ...
- Sun Dec 08, 2024 8:58 pm
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic: FiveDBU
- Replies: 9
- Views: 1942
Re: FiveDBU
Dear Masimo,
> Can you also build the version for macOS Sequoia ?
It is already macOS Sequoia compatible![Smile :-)](./images/smilies/icon_smile.gif)
Our dear friend Lailton built in and tested it on macOS Sequoia
> Can you also build the version for macOS Sequoia ?
It is already macOS Sequoia compatible
![Smile :-)](./images/smilies/icon_smile.gif)
Our dear friend Lailton built in and tested it on macOS Sequoia
- Sat Nov 30, 2024 1:50 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Incorrect Font Display
- Replies: 17
- Views: 6334
Re: Incorrect Font Display
... RESULT" }, ;
oBrw:nDataStrAligns := AL_CENTER, ;
oBrw:nHeadStAlighns := AL_CENTER );
AUTOFIT
RELEASE FONT oFont, oThai
return nil
We are looking into the issue.
What FWH version you were using before upgrade? This information helps us.
I tested with FWH1905 also but the behavior is the same.
oBrw:nDataStrAligns := AL_CENTER, ;
oBrw:nHeadStAlighns := AL_CENTER );
AUTOFIT
RELEASE FONT oFont, oThai
return nil
We are looking into the issue.
What FWH version you were using before upgrade? This information helps us.
I tested with FWH1905 also but the behavior is the same.
- Fri Nov 29, 2024 9:23 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Incorrect Font Display
- Replies: 17
- Views: 6334
Re: Incorrect Font Display
Just now tested with this program and it is working here.
#include "fivewin.ch"
function Main()
local oWnd, oGet, cText := space(20 )
FW_SetUnicode( .T. )
DEFINE FONT oFont NAME "TAHOMA" SIZE 0,-25
DEFINE WINDOW oWnd
oWnd:SetFont( oFont )
@ 40,20 GET oGet VAR cText SIZE 300,40 PIXEL OF oWnd ...
#include "fivewin.ch"
function Main()
local oWnd, oGet, cText := space(20 )
FW_SetUnicode( .T. )
DEFINE FONT oFont NAME "TAHOMA" SIZE 0,-25
DEFINE WINDOW oWnd
oWnd:SetFont( oFont )
@ 40,20 GET oGet VAR cText SIZE 300,40 PIXEL OF oWnd ...
- Mon Nov 11, 2024 9:13 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: cloud or not cloud
- Replies: 34
- Views: 10484
Re: cloud or not cloud
... in the concept, the guide improves.
I have built a tree view to manage the notes. Now, I have added a tree view item icon that allows me to set a check/uncheck.
I will now mark the tested points as checked with the OK checkmark.
Best regards,
Otto
https://mybergland.com/fwforum/treeview.gif
I have built a tree view to manage the notes. Now, I have added a tree view item icon that allows me to set a check/uncheck.
I will now mark the tested points as checked with the OK checkmark.
Best regards,
Otto
https://mybergland.com/fwforum/treeview.gif
- Sun Nov 03, 2024 4:30 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Copy file by mask
- Replies: 24
- Views: 2851
Re: Copy file by mask
... a| FileCopy( cSrcDir + a[1], cDstDir + a[1] ) } )
? "copied"
return nil
In both the cases the matching files are copied into the destination folder and also retain their original codepage encodings.
https://imagizer.imageshack.com/v2/xq70/923/WBspRi.png
Note: Tested and working with Harbour.
? "copied"
return nil
In both the cases the matching files are copied into the destination folder and also retain their original codepage encodings.
https://imagizer.imageshack.com/v2/xq70/923/WBspRi.png
Note: Tested and working with Harbour.
- Thu Oct 24, 2024 7:00 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: FWH 24.09 y bOnPostEdit
- Replies: 11
- Views: 1660
Re: FWH 24.09 y bOnPostEdit
Mr Rao:
1) Yes, yes, surely something is wrong in my xbrowse development.
2) I use Dolphin, understood....
3) Ok! Thanks!
4) Ok, tested. Works perfect!
Thank you very much for giving me your help!
Roberto
1) Yes, yes, surely something is wrong in my xbrowse development.
2) I use Dolphin, understood....
3) Ok! Thanks!
4) Ok, tested. Works perfect!
Thank you very much for giving me your help!
Roberto
- Wed Oct 23, 2024 7:29 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: FWH 24.09 y bOnPostEdit
- Replies: 11
- Views: 1660
Re: FWH 24.09 y bOnPostEdit
I tested here your bOnPostEdit codeblock with FWH2409 and I have no problems at all. It is running well.
This is the program I tested with fwh2409:
#include "fivewin.ch"
REQUEST DBFCDX
function Main()
local oDlg, oBrw, oFont
USE WWONDERS NEW SHARED VIA "DBFCDX"
DEFINE FONT oFont NAME "TAHOMA ...
This is the program I tested with fwh2409:
#include "fivewin.ch"
REQUEST DBFCDX
function Main()
local oDlg, oBrw, oFont
USE WWONDERS NEW SHARED VIA "DBFCDX"
DEFINE FONT oFont NAME "TAHOMA ...
- Tue Oct 22, 2024 2:29 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: error on Xbrowse
- Replies: 2
- Views: 498
Re: error on Xbrowse
Your same code, it is working correctly for me.
This is the exact code I tested
#include "fivewin.ch"
function Main()
local aData := FillArray()
local oDlg, oBar, oBrw
DEFINE DIALOG oDlg SIZE 500,450 PIXEL TRUEPIXEL
DEFINE BUTTONBAR oBar OF oDlg SIZE 60,32 2010
@ 40, 10 XBROWSE oBrw ...
This is the exact code I tested
#include "fivewin.ch"
function Main()
local aData := FillArray()
local oDlg, oBar, oBrw
DEFINE DIALOG oDlg SIZE 500,450 PIXEL TRUEPIXEL
DEFINE BUTTONBAR oBar OF oDlg SIZE 60,32 2010
@ 40, 10 XBROWSE oBrw ...
- Sun Oct 20, 2024 3:36 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: New FWH 24.09
- Replies: 97
- Views: 14919
Re: New FWH 24.09
... with browses, says and gets and all other kinds of display.
Sorry Master Nages, I didn't understand the translation very well. I haven't tested with:
@ 10.10 SAY OemToAnsi( "JOÃO - João" ) OF oDlg... Do you want me to take a test?
Lo siento Maestro Nages, no entendí muy bien la traducción ...
Sorry Master Nages, I didn't understand the translation very well. I haven't tested with:
@ 10.10 SAY OemToAnsi( "JOÃO - João" ) OF oDlg... Do you want me to take a test?
Lo siento Maestro Nages, no entendí muy bien la traducción ...