Search found 368 matches
- Wed Aug 24, 2022 9:34 am
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: Very strange problem - ideas needed
I can´t see anything suspicious in your code. Perhaps the executable file was somehow corrupted. I would try to recompile with an irrelevant modification and try to run under another name on my client's installations.
- Fri Apr 15, 2022 3:44 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: Download from televideo
Function TestUrl( cUrl ) local cRet := WebPageContents( cUrl ) local cFile := "test.txt" LOCAL cBuff LOCAL nHndl LOCAL aShow LOCAL nI if Empty( cRet )   ...
- Mon Mar 21, 2022 3:14 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: send email gmail : Less Secure App will stop May, 30 2022
Sorry I can't help with that, as I said I use it with Thunderbird not Harbour. At the moment I have no spare time to dig a solution.
- Sat Mar 19, 2022 6:23 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: send email gmail : Less Secure App will stop May, 30 2022
I use imap with Thunderbird to read my mails on Gmail. Some time ago I received a warning about the end of the support of "less secure" apps. I disabled the less secure apps on Gmail and changed the protocol to OAuth 2. It worked flawlessly to receive the mails. As I don't use Gmail SMTP I don't ...
- Tue Dec 28, 2021 2:02 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: SBUTTON vs BTNBMP
I don't use the lib and wasn't able to build it with MSVC.
- Sun Dec 26, 2021 11:51 am
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: SBUTTON vs BTNBMP
Otto's version is based on the 6.1 release while the other one is the latest 7.0 posted by Manuel Mercado.
- Sat Dec 25, 2021 11:01 am
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
- Thu Dec 16, 2021 10:04 am
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: (x)Harbour including CRUL
Antonio,
the landing page lacks main content. I found it at: https://github.com/FiveTechSoft/Harbour_builder
the landing page lacks main content. I found it at: https://github.com/FiveTechSoft/Harbour_builder
- Thu Dec 09, 2021 3:06 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: Name of the user
Hi,
Why don't you use this function : WNetGetUser()
Good luck.
I guess probably because he's looking for someone connected to the server or locking a file.
You can use the following function to start working.
FUNCTION TstUser()LOCAL cDest := "procown.ps1"LOCAL nHndlnHndl ...
Why don't you use this function : WNetGetUser()
Good luck.
I guess probably because he's looking for someone connected to the server or locking a file.
You can use the following function to start working.
FUNCTION TstUser()LOCAL cDest := "procown.ps1"LOCAL nHndlnHndl ...
- Sun Sep 19, 2021 11:47 am
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: Unattended creation of .pdf .. resolution problem -- Rao
First thing I'd investigate is the default printer on each computer. I had a similar problem some years ago and if I remember well it was due to differences between printers ink jet/laser, portrait vs landscape etc. Unfortunatly I can't recall ATM.
- Fri Sep 03, 2021 11:21 am
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: OT Will you update your PC to Windows 11
My computers range from 1 to 7 years old but none of them has the required TPM chip so no W11 at the moment.
- Fri Aug 06, 2021 2:35 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: Fix for Resedit
I have the auto check update enabled and resedit works fine. The problem may be elsewhere.
- Thu Aug 05, 2021 10:25 am
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: ResEdit is on the Fritz ( again ) today
No problem here:
- Tue Jul 20, 2021 5:45 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: Resedit is Working Today
I've been using resedit for years, 1.6.6-64 at the moment and never had any trouble.
Witch Resedit do you use ? I downloaded it and have missing files (windows.h) for starters...
This is 1.6.6. 64 bit
I had tried Pelles, but it needed the RES files to update. I had it working, but at the moment ...
Witch Resedit do you use ? I downloaded it and have missing files (windows.h) for starters...
This is 1.6.6. 64 bit
I had tried Pelles, but it needed the RES files to update. I had it working, but at the moment ...
- Sun May 02, 2021 12:20 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: unix2dos
My function is
FUNCTION Unix2Win( cArqu )LOCAL cBuff := ""LOCAL cSaid := "DoUnix.txt"LOCAL nEntrLOCAL nSaidLOCAL lRetu := .T.BEGIN SEQUENCE IF ( nEntr:= fOpen( cArqu ) ) < 1 msgStop( "IMPOSSÍVEL ABRIR: " + cArqu, msg ...
FUNCTION Unix2Win( cArqu )LOCAL cBuff := ""LOCAL cSaid := "DoUnix.txt"LOCAL nEntrLOCAL nSaidLOCAL lRetu := .T.BEGIN SEQUENCE IF ( nEntr:= fOpen( cArqu ) ) < 1 msgStop( "IMPOSSÍVEL ABRIR: " + cArqu, msg ...