I found my problem thanks to your help, Antonio.
I trust all is well with you and wishing you the best.
Thank you.
Don
Search found 196 matches
- Tue Jul 21, 2020 4:41 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: error handler acting odd
- Replies: 3
- Views: 464
- Mon Jul 20, 2020 10:00 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: error handler acting odd
- Replies: 3
- Views: 464
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...
- Thu Jun 04, 2020 2:39 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: print a text file
- Replies: 1
- Views: 456
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
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
- Sat Mar 14, 2020 10:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: time with milliseconds
- Replies: 3
- Views: 696
Re: time with milliseconds
Many Thanks.
- Sat Mar 14, 2020 1:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: time with milliseconds
- Replies: 3
- Views: 696
time with milliseconds
Does a function exist which returns the time with milliseconds?
- Mon Nov 25, 2019 5:45 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Paste values into Password Protected Get Objects
- Replies: 6
- Views: 1067
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.
That's why we re-wrote it as shown above.
hopefully all is solved.
Respectfully,
Don.
- Tue Oct 15, 2019 8:14 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Paste values into Password Protected Get Objects
- Replies: 6
- Views: 1067
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...
- Tue Oct 15, 2019 6:05 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Paste values into Password Protected Get Objects
- Replies: 6
- Views: 1067
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?
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?
- Fri Oct 11, 2019 9:52 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Paste values into Password Protected Get Objects
- Replies: 6
- Views: 1067
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...
- Thu Aug 01, 2019 1:07 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: TMultiGet wrap text
- Replies: 2
- Views: 472
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
if ::lHScroll is .f. - automatic word wrap - this is the default
if ::lHScroll is .t. - no word wrap
- Wed Jul 31, 2019 5:26 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: TMultiGet wrap text
- Replies: 2
- Views: 472
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.
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.
- 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: 458
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...
- Fri Feb 01, 2019 8:40 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Date Time Formats
- Replies: 4
- Views: 781
Re: Date Time Formats
Many Thanks.
- Fri Feb 01, 2019 7:01 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Date Time Formats
- Replies: 4
- Views: 781
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
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
- Fri Feb 01, 2019 1:16 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Date Time Formats
- Replies: 4
- Views: 781
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.
"01/31/2019 15:39:52.233-05:00"
thanks in advance.