Antonio,
FYI
I found a GDIPLUS.LIB in de library of xHarbour Professional. It has a date in 2015.
Can it be used?
Search found 4 matches: fyi
Searched query: fyi
- Tue Aug 20, 2024 5:39 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: GdiPlus
- Replies: 12
- Views: 2622
- Thu May 30, 2024 5:16 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: KEYBOARD command not working (solved)
- Replies: 0
- Views: 554
KEYBOARD command not working (solved)
Just a FYI.
I noticed my function below doesn't work when I compiled with FWH+Harbour
FUNC UD_KeyPress( nKey)
DO CASE
CASE nKey == VK_F3 && F3 - System date
KEYBOARD DTOC( DATE() )
CASE nKey == VK_F4 && F3 - System time
KEYBOARD TIME()
ENDCASE
RETURN
Turns out because in fivewin.ch, I ...
I noticed my function below doesn't work when I compiled with FWH+Harbour
FUNC UD_KeyPress( nKey)
DO CASE
CASE nKey == VK_F3 && F3 - System date
KEYBOARD DTOC( DATE() )
CASE nKey == VK_F4 && F3 - System time
KEYBOARD TIME()
ENDCASE
RETURN
Turns out because in fivewin.ch, I ...
- Mon Apr 15, 2024 8:12 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Digitally signing a document
- Replies: 14
- Views: 1714
Re: Digitally signing a document
FYI, Antonio,
If I use "Michel" in stead of "/SigFlags", I get a .T.
If I use "Michel" in stead of "/SigFlags", I get a .T.
- Tue Jan 03, 2023 7:24 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: File Deletion problem
- Replies: 8
- Views: 1149
Re: File Deletion problem RESOLVED
Thank you. It appears I have resolved the problem.
FYI, the process is running in a service so it took time to debug since the cycle only occurs once every 24 hours.
I did implement each of the suggested options, and then found cTxtFile actually was missing the .txt extension. That was included for ...
FYI, the process is running in a service so it took time to debug since the cycle only occurs once every 24 hours.
I did implement each of the suggested options, and then found cTxtFile actually was missing the .txt extension. That was included for ...