Dear Antonio,
It's working fine.
Search found 812 matches
- Tue Apr 15, 2025 6:07 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH Zebra QR test
- Replies: 6
- Views: 521
- Tue Apr 08, 2025 7:19 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to use HB_DateTimeToSeconds() function?
- Replies: 3
- Views: 233
How to use HB_DateTimeToSeconds() function?
Dear Antonio,
I use this HB_DateTimeToSeconds() function and get error below:
Compiling...
Harbour 3.2.0dev (r2404101339)
Copyright (c) 1999-2021, https://harbour.github.io/
Compiling 'testfV.prg' and generating preprocessed output to 'testfV.ppo'...
Lines 5063, Functions/Procedures 2
Generating C ...
I use this HB_DateTimeToSeconds() function and get error below:
Compiling...
Harbour 3.2.0dev (r2404101339)
Copyright (c) 1999-2021, https://harbour.github.io/
Compiling 'testfV.prg' and generating preprocessed output to 'testfV.ppo'...
Lines 5063, Functions/Procedures 2
Generating C ...
- Tue Apr 01, 2025 9:21 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Silvio, Happy Birthday
- Replies: 14
- Views: 1699
Re: Silvio, Happy Birthday
Happy Birthday
- Tue Apr 01, 2025 8:11 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Any 3DES Algorithm functions for Harbour?
- Replies: 1
- Views: 679
Any 3DES Algorithm functions for Harbour?
Dear All,
Any 3DES Algorithm functions for Harbour?
Any 3DES Algorithm functions for Harbour?
- Sun Feb 23, 2025 1:00 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Friends Let us all pray for Mr Nageswarao Gunupudi
- Replies: 32
- Views: 18719
Re: Friends Let us all pray for Mr Nageswarao Gunupudi
Friends,
Just now I spoke to Mr.Rao to extend my Support to Him in person.
He is bold and assured me that He will recover soon and come back
to his normal life.
Let us all keep praying for his speedy recovery.
-Ramesh Babu
Sounds good. I'm so happy get good news.
Dear Mr.Rao
Come back to ...
- Sun Feb 09, 2025 7:32 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Graph/Chart Scrollable
- Replies: 21
- Views: 18940
Re: Graph/Chart Scrollable
any sample file for try?Antonio Linares wrote: Thu Aug 08, 2024 12:10 pm Dear Richard,
We were considering to use a scrollpanel and use it to scroll the graph to each side
Would that be a good solution ?
- Tue Jan 21, 2025 4:52 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to convert LIB from .NET dll file
- Replies: 2
- Views: 7395
Re: How to convert LIB from .NET dll file
Dear Richard,
Yes, it's possible to use a .NET DLL from a C application, although it requires specific steps since they are different environments. There are two main approaches:
COM Interop
First, you need to expose the .NET DLL as a COM component
Register the .NET assembly using regasm.exe ...
- Sun Jan 19, 2025 6:26 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to convert LIB from .NET dll file
- Replies: 2
- Views: 7395
How to convert LIB from .NET dll file
Dear Antonio,
I have a .NET dll file
How to convert to LIB file for Harbour/xHarbour?
Thanks a lot.
I have a .NET dll file
How to convert to LIB file for Harbour/xHarbour?
Thanks a lot.
- Tue Nov 26, 2024 9:35 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Happy birthday dear Antonio
- Replies: 11
- Views: 3087
Re: Happy birthday dear Antonio
Happy Birthday Antonio.
- Sat Sep 28, 2024 4:24 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: imagelist on tree
- Replies: 15
- Views: 5074
Re: imagelist on tree
WoW... Old folder, so old sample file. Define Folder c:\harbour ...alerchster wrote:There must be an existing directory instead of c:\fwh1905\*Code: Select all | Expand
LOCAL cPath := "c:\FWH1905\*", oItem
Now, it's working.
- Sat Sep 28, 2024 8:57 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: imagelist on tree
- Replies: 15
- Views: 5074
Re: imagelist on tree
No comments,
// C:\FWH\SAMPLES\ELIXIR.PRG
#include "FiveWin.ch"
STATIC oImageList
FUNCTION Main()
LOCAL oDlg, oGet, cText := ""
DEFINE DIALOG oDlg SIZE 900, 600
@ 0, 100 GET oGet VAR cText MEMO SIZE 350, 300 PIXEL OF oDlg
ACTIVATE DIALOG oDlg CENTERED ;
ON INIT BuildTree( oDlg, oGet ...
// C:\FWH\SAMPLES\ELIXIR.PRG
#include "FiveWin.ch"
STATIC oImageList
FUNCTION Main()
LOCAL oDlg, oGet, cText := ""
DEFINE DIALOG oDlg SIZE 900, 600
@ 0, 100 GET oGet VAR cText MEMO SIZE 350, 300 PIXEL OF oDlg
ACTIVATE DIALOG oDlg CENTERED ;
ON INIT BuildTree( oDlg, oGet ...
- Fri Aug 30, 2024 4:04 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH_2407 oSay does not assume nHeight
- Replies: 32
- Views: 8623
Re: FWH_2407 oSay does not assume nHeight
How can you help us to test this at our end?
Mr.RAO
Thinking about FWH2404 working and FWH2407 not work. I just modify same code and Chinese word within rpreview.prg
I have tried changing this here on my PC.
This is the original code in rpreview.prg:
@ nRow, nCol + 100 SAY ::oPage PROMPT ...
Mr.RAO
Thinking about FWH2404 working and FWH2407 not work. I just modify same code and Chinese word within rpreview.prg
I have tried changing this here on my PC.
This is the original code in rpreview.prg:
@ nRow, nCol + 100 SAY ::oPage PROMPT ...
- Thu Aug 29, 2024 2:23 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH_2407 oSay does not assume nHeight
- Replies: 32
- Views: 8623
Re: FWH_2407 oSay does not assume nHeight
Mr.RAOnageswaragunupudi wrote:How can you help us to test this at our end?
Thinking about FWH2404 working and FWH2407 not work. I just modify same code and Chinese word within rpreview.prg
- Mon Aug 26, 2024 5:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH_2407 oSay does not assume nHeight
- Replies: 32
- Views: 8623
Re: FWH_2407 oSay does not assume nHeight
I want to move Say object position. I add 1400 not work. FWH2404 version only add 120 work fine.
Adding 1400 pixels may move it outside the size of the Bar
Does it work if you add 120 pixels?
Adding 1400 and 120 always stay here not move.
FWH2407
https://i.postimg.cc/gjzrT6JH/2024-08-25-014213 ...
Adding 1400 pixels may move it outside the size of the Bar
Does it work if you add 120 pixels?
Adding 1400 and 120 always stay here not move.
FWH2407
https://i.postimg.cc/gjzrT6JH/2024-08-25-014213 ...
- Mon Aug 26, 2024 5:17 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH2407 SaveAs Image not work when Preview
- Replies: 2
- Views: 1227