Search found 352 matches

by ADutheil
Sun Nov 14, 2010 2:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Open a VPN connection
Replies: 1
Views: 535

Re: Open a VPN connection

The function below works with open VPN client. If you use another way to connect to your VPN you might adapt it to fit your needs. The only thing you have to know is the IP address of the VPN. In my case DHCP server returns an IP from the 172.20.20.0/24 net. So I set the cWlan param to "172.20....
by ADutheil
Thu Nov 04, 2010 9:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: To obtain ip address
Replies: 5
Views: 894

Re: To obtain ip address

Is the function below OK for you? FUNCTION ChkIp( cMac ) LOCAL nMacs := fCreate( "macs.bat" ) LOCAL cBuff := "" LOCAL lRetu := .F. fWrite( nMacs, "arp -a >macs.lst" ) fClose( nMacs ) ShellExecute( 0, "open", "macs.bat",,, ) IF ( nMacs := fOpen( "...
by ADutheil
Tue Nov 02, 2010 1:21 am
Forum: FiveWin for Harbour/xHarbour
Topic: Vertical Scrollbar
Replies: 1
Views: 341

Vertical Scrollbar

Today I upgraded from FWH 9.11 to 10.10 and noticed that tsbrowse scrollbars disapeared. I use the harbour version that comes with fwh, borland 5.82 and tsbrowse9. When I link the old 9.11 libs the bars show up again. Any clue?

Thanks in advance,

André Dutheil
by ADutheil
Tue Jun 09, 2009 9:39 am
Forum: FiveWin for CA-Clipper
Topic: Print preview
Replies: 6
Views: 6342

Re: Print preview

André, - The available builds of harbour are from 02/09 and are missing some fixes. For instance the app I am migrating works with nsx index and the rddnsx had a bug that has just been fixed. Any schedule to have a new build of harbour? - I tried to use my own svn build of harbour but it did not wo...
by ADutheil
Tue Jun 09, 2009 12:24 am
Forum: FiveWin for CA-Clipper
Topic: Print preview
Replies: 6
Views: 6342

Re: Print preview

Yes :-) You will be amazed how easily you can migrate from 16 to 32 bits using FWH. I have some questions about the migration. - I´ve seen that you use bc 5.5 and an old version of MS C. Is there any particular reason? I mean why not upgrade to the newer ones? - In c:\fwh\builds there is a sample t...
by ADutheil
Mon Jun 01, 2009 12:22 pm
Forum: FiveWin for CA-Clipper
Topic: Print preview
Replies: 6
Views: 6342

Re: Print preview

Andre, > I solved the problem by shortening to 8 characters the length of the string created by cTempFile function. c:\86155968.wmf works fine. Is this correct or is there any other way? > If is a fine solution. > I also found that the mouse wheel always moves the preview up independently from the ...
by ADutheil
Sun May 31, 2009 7:04 pm
Forum: FiveWin for CA-Clipper
Topic: Print preview
Replies: 6
Views: 6342

Print preview

Hi all, I am having some trouble with preview. When linked with fw2.3 everything is OK but with October 2007 build I just downloaded an error dialog pops up: could not create temporary file c:\686155968.wmf please check your free space... The system is running on XP SP3, Clipper 5.2e + blinker 7.0. ...