Search found 196 matches

by don lowenstein
Thu Feb 14, 2008 9:23 pm
Forum: FiveWin for Harbour/xHarbour
Topic: dialog maximize and minimize events
Replies: 4
Views: 1079

Thanks - I believe that is exactly what I was looking for.
by don lowenstein
Thu Feb 14, 2008 7:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: dialog maximize and minimize events
Replies: 4
Views: 1079

How can I tell if the dialog was MAXIMIZED or simply resized by dragging the corner of the dialog?
by don lowenstein
Thu Feb 14, 2008 6:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: dialog maximize and minimize events
Replies: 4
Views: 1079

dialog maximize and minimize events

How can I detect when a window/dialog was maximized?

This event does not seem to trigger an "on resize" event. It would be nice to know if the user left the dialog maximized, then I could re-display it in the future maximized.
by don lowenstein
Thu Feb 14, 2008 6:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour 1.00 - debugger breakpoint using F9 problem
Replies: 5
Views: 885

xHarbour 1.00 - debugger breakpoint using F9 problem

I have installed FWH 07.11 with xHarbour 1.00 for Borland and I'm having a problem with debugger breakpoints in the console window. I can set breakpoints with the altd() funcion, however, pressing the F9 key seems to have no effect and I'm unable to set manual breakpoints from within a debugging ses...
by don lowenstein
Tue Nov 27, 2007 3:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: LIST BOX on Button Bar
Replies: 2
Views: 533

Works perfectly - thank you.
by don lowenstein
Mon Nov 26, 2007 11:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: LIST BOX on Button Bar
Replies: 2
Views: 533

LIST BOX on Button Bar

I have a main window which has a buttonbar object on it.

Currently I add buttons to this buttonbar - no problem.

How can I add a listbox to this buttonbar, similar to MS-Word which combines button-bitmaps, listboxes, etc, all on a single "button bar"?
by don lowenstein
Mon Nov 26, 2007 3:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xharbour version 1.0
Replies: 1
Views: 445

xharbour version 1.0

I'm using xharbour .9971.
My FWH version is Oct 2007 (7.10)
My complier is Borland C++ 5.5

Will these FWH files work with the latest Xharbour beta 1.0 of November 9th, 2007 ??
by don lowenstein
Wed Nov 07, 2007 5:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: GetPvProfString
Replies: 1
Views: 492

I see now - if entry is not found, the default value is used. However, if Entry is found and the entry is set to empty string - function returns an empty string.

Sorry to waste your time.
by don lowenstein
Wed Nov 07, 2007 5:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: GetPvProfString
Replies: 1
Views: 492

GetPvProfString

I'm using: xHarbour Compiler build 0.99.71 (SimpLex) FWH Version 7 - binaries dated 7.10 from October 2007. Borland BCC 5.5 1. I'm calling GetPvProfString() function as follows: MYFILE.INI: [XYZ] MyVar= x := GetPvProfString( 'XYZ', 'MyVar', '1', MYFILE.INI ) In this instance, with x is set to empty,...
by don lowenstein
Wed Sep 26, 2007 2:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: calldll vs calldll32
Replies: 1
Views: 655

calldll vs calldll32

I'm having varied results using dll and dll32 processing with FWH 7.09 and xharbour 99.71 - gpf's are occuring under various circumstances. Using xharour 99.5 - no problem. question - what's the reason I would choose calldd or calldll32 for dynamically calling an external dll. Aren't all dll's 32-bi...
by don lowenstein
Fri Sep 21, 2007 12:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: fwh 7 link error with bcc5.5
Replies: 3
Views: 662

Thank you Antonio.

Sorry to consume your time with syntax.

As always, I appreciate your support.
by don lowenstein
Thu Sep 20, 2007 10:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: fwh 7 link error with bcc5.5
Replies: 3
Views: 662

fwh 7 link error with bcc5.5

I'm trying for the 1st time to link with fwh7 for Borland 5.5 I'm getting this error: Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Fatal: Too many DEF file names: t:\fwh7\lib\fiveHC.lib 06/08/2007 12:26 PM 359,424 Fivehc.lib 07/15/2007 08:02 PM 1,488,384 Fivehx.lib Ideas?
by don lowenstein
Mon Aug 27, 2007 10:51 pm
Forum: FiveWin for Harbour/xHarbour
Topic: sockets
Replies: 3
Views: 801

Antonio, I'm having erratic results on reading the return response from the host. I have inserted timing loops, etc but can't get consistant. With the test programs and msgstop's and debugger, things work well. In my application, it's almost like sometimes I'm active and receive the host messages, o...
by don lowenstein
Thu Aug 23, 2007 11:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: sockets
Replies: 3
Views: 801

sockets

I need to write to a socket and receive data from that socket.

Has anyone out there been successful with this?

I tried to telnet a socket address and was successful. However, using the FWH sample socket prg's I receive a -1 on that same ip / port address.

Any magic required here?
by don lowenstein
Wed Aug 22, 2007 1:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Xharbour and .net
Replies: 13
Views: 5654

Rick, This seems like good news for us. I'm most curious about the ADORDD - Does this RDD seamlessly insulate legacy code when it comes to basic Clipper database navagation commands and functions work? SEEK, LOCATE, USE, GOTO #, GOTOP, GOBOTTOM, recno(), dbseek(), dbgotop(), etc. If these all work p...