Search found 204 matches

by don lowenstein
Wed Mar 26, 2025 3:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour debugging under IIS
Replies: 5
Views: 1128

Re: Harbour debugging under IIS

usually if I have the debugger in the .exe file IIS hangs when it hits an altd()
by don lowenstein
Wed Mar 26, 2025 3:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour debugging under IIS
Replies: 5
Views: 1128

Re: Harbour debugging under IIS

How does this work?

Does the debugger appear when it hits an altd()?
by don lowenstein
Wed Mar 26, 2025 12:31 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour debugging under IIS
Replies: 5
Views: 1128

Harbour debugging under IIS

I have a cgi process with a Harbour executable.

Is there a way to have access to a debugger for the Harbour exe when running under IIS?
by don lowenstein
Mon Feb 10, 2025 2:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Create shortcut for accessing URL
Replies: 5
Views: 2152

Re: Create shortcut for accessing URL

PROCEDURE CreateURLShortcut(cFileName, cURL)

This worked perfectly - Thanks.
by don lowenstein
Sat Feb 08, 2025 11:50 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Create shortcut for accessing URL
Replies: 5
Views: 2152

Re: Create shortcut for accessing URL

I noticed that all three of us on this thread joined the FiveTech forum in October 2005.

That's a testament to how good the Fivewin libraries and community are.
I feel privileged to be part of it.

Sincerely, Don
by don lowenstein
Sat Feb 08, 2025 11:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Create shortcut for accessing URL
Replies: 5
Views: 2152

Re: Create shortcut for accessing URL

Thanks for the suggestions.
I'll test them on Monday.

Antonio, it's good to hear from you. I hope all is well with you and yours.

Don
by don lowenstein
Sat Feb 08, 2025 6:25 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Create shortcut for accessing URL
Replies: 5
Views: 2152

Create shortcut for accessing URL

I'm trying to create a Windows shortcut in Harbour for accessing a URL with my browser.
Has anyone had success doing this?

Thanks in advance for any assistance.
by don lowenstein
Tue Sep 20, 2022 4:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Vertical and Horizontal Scroll Bar Processing
Replies: 2
Views: 421

Vertical and Horizontal Scroll Bar Processing

Is there a way with Fivewin to build a dialog with automatic vertical and horizontal scroll bar processing that moves the display area as scroll bars are clicked?
by don lowenstein
Tue Jul 21, 2020 4:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: error handler acting odd
Replies: 3
Views: 624

Re: error handler acting odd

I found my problem thanks to your help, Antonio.

I trust all is well with you and wishing you the best.

Thank you.
Don
by don lowenstein
Mon Jul 20, 2020 10:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: error handler acting odd
Replies: 3
Views: 624

error handler acting odd

My error handler seems to be odd.
this just recently began.
It's not staying set on my default handler.

Is there a way to view the current error handler's target function it is currently set to?

Windows 10
MS-Visual C++ version 19
Harbour 3.2.0
FWH1095

the only thing different in my environment ...
by don lowenstein
Thu Jun 04, 2020 2:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: print a text file
Replies: 1
Views: 556

print a text file

What's the easiest way to print a text file?

if 1st select one of several printers - then I need to output a pre-formatted text file to the selected Windows Printer.

Suggestions?

thanks in advance.

Don
by don lowenstein
Sat Mar 14, 2020 10:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: time with milliseconds
Replies: 3
Views: 753

Re: time with milliseconds

Many Thanks.
by don lowenstein
Sat Mar 14, 2020 1:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: time with milliseconds
Replies: 3
Views: 753

time with milliseconds

Does a function exist which returns the time with milliseconds?
by don lowenstein
Mon Nov 25, 2019 5:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Paste values into Password Protected Get Objects
Replies: 6
Views: 1948

Re: Paste values into Password Protected Get Objects

Yeah,

That's why we re-wrote it as shown above.

hopefully all is solved.

Respectfully,
Don.
by don lowenstein
Tue Oct 15, 2019 8:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Paste values into Password Protected Get Objects
Replies: 6
Views: 1948

Re: Paste values into Password Protected Get Objects

The posted sample did not work for me.
However, the class below takes care of the problem for me.

********************************************************************************************************************
//** REFRESH PASSWORD ON PASTE - WITHOUT REFRESH PASSWORD IS SHOWN IF PASTED
CLASS ...