Search found 368 matches

by ADutheil
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.
by ADutheil
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 )    &nbsp ...
by ADutheil
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.
by ADutheil
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 ...
by ADutheil
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.
by ADutheil
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.
by ADutheil
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
by ADutheil
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 ...
by ADutheil
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.
by ADutheil
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.
by ADutheil
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.
by ADutheil
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:
Image
by ADutheil
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 ...
by ADutheil
Sun May 02, 2021 12:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic:
Replies: -1
Views:

Re: unix2dos

My function is
FUNCTION Unix2Win&#40; cArqu &#41;LOCAL cBuff&nbsp;:= ""LOCAL cSaid&nbsp;:= "DoUnix.txt"LOCAL nEntrLOCAL nSaidLOCAL lRetu&nbsp;:= .T.BEGIN SEQUENCE&nbsp; &nbsp; IF &#40; nEntr:= fOpen&#40; cArqu &#41; &#41; < 1&nbsp; &nbsp; &nbsp; &nbsp; msgStop&#40; "IMPOSSÍVEL ABRIR: " + cArqu, msg ...