Search found 196 matches

by don lowenstein
Tue Jul 21, 2020 4:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: error handler acting odd
Replies: 3
Views: 376

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: 376

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 is a...
by don lowenstein
Thu Jun 04, 2020 2:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: print a text file
Replies: 1
Views: 375

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: 582

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: 582

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: 912

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: 912

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 TP...
by don lowenstein
Tue Oct 15, 2019 6:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Paste values into Password Protected Get Objects
Replies: 6
Views: 912

Re: Paste values into Password Protected Get Objects

I've created an subordinate extension from the TGet class that I use.

All of my screens are dynamically generated and this one exception might be dangerous.

Is there a method I can "pirate" from the EDIT control to compile in my sub-ordinate TGet class that will resolve this for now?
by don lowenstein
Fri Oct 11, 2019 9:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Paste values into Password Protected Get Objects
Replies: 6
Views: 912

Paste values into Password Protected Get Objects

I have used fwh 1302 for many years until recently, when I upgraded to fwh 1905. I found a difference when specifying lPassword := .t. on a tget() object. If I paste a value into the "masked" get-object created with the 1302 version, no problem. The get displays all asterisks, but contains...
by don lowenstein
Thu Aug 01, 2019 1:07 am
Forum: FiveWin for Harbour/xHarbour
Topic: TMultiGet wrap text
Replies: 2
Views: 367

Re: TMultiGet wrap text

I discovered that the class variable ::lHScroll controls the wrapping.

if ::lHScroll is .f. - automatic word wrap - this is the default

if ::lHScroll is .t. - no word wrap
by don lowenstein
Wed Jul 31, 2019 5:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TMultiGet wrap text
Replies: 2
Views: 367

TMultiGet wrap text

I'm using the TMultiGet class.
FWH-1905 /

How do I make my memo automatically wrap the text if I type past the width of the memo-field input area?

thanks in advance.
Don.
by don lowenstein
Wed Jun 05, 2019 10:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: harbour in DLL accessible to Visual Studio C# .Net
Replies: 1
Views: 400

harbour in DLL accessible to Visual Studio C# .Net

I'm trying to create a C# wrapper program that calls Harbour and FiveWin functions directly. Does anyone know if the Harbour Libraries can be encapsulated into a DLL which can be linked into and used by a C# .Net program? Same question for the FiveWin libraries. Same question for my .prg files. Ulti...
by don lowenstein
Fri Feb 01, 2019 8:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Date Time Formats
Replies: 4
Views: 668

Re: Date Time Formats

Many Thanks.
by don lowenstein
Fri Feb 01, 2019 7:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Date Time Formats
Replies: 4
Views: 668

Re: Date Time Formats

Thanks for the reply, RIck.

I will have to settle for the date() + time() for now.
yes - I'm in the KC area - Cameron Mo - north about 50 miles.

I see from the join dates to this forum we've both have been long time Fivewin supporters.

Don
by don lowenstein
Fri Feb 01, 2019 1:16 am
Forum: FiveWin for Harbour/xHarbour
Topic: Date Time Formats
Replies: 4
Views: 668

Date Time Formats

Is a function available to create a date/time string in the following format? I'm not too sure about data to the right of "13:39" in the sample below.

"01/31/2019 15:39:52.233-05:00"

thanks in advance.