Search found 196 matches

by don lowenstein
Thu Mar 07, 2013 4:38 pm
Forum: FiveWin for Harbour/xHarbour
Topic: tcbrowse editcol method
Replies: 0
Views: 346

tcbrowse editcol method

When a key is pressed on a browse object, I capture that key's nvalue in the keydown() method, and, based on that value, call obrw:leditcol() method and edit the value in a tget object. no problem. this is very routine processing. My problem is, applying that key's value to the contents of the begin...
by don lowenstein
Fri Feb 22, 2013 5:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: odd behaviour in dialog with tabs and RETURN
Replies: 2
Views: 716

Re: odd behaviour in dialog with tabs and RETURN

Your suggestion sounds like the most practical way to go. look for a forthcoming upgrade order. it's unfortunate we haven't had time to use the last (or prior to that) upgrade we purchased. we commit to use and test this time. Too bad busy business and real life tend to put important tasks on the ba...
by don lowenstein
Fri Feb 22, 2013 5:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: odd behaviour in dialog with tabs and RETURN
Replies: 2
Views: 716

odd behaviour in dialog with tabs and RETURN

Hello Antonio. Long time no talk to. I am finally beginning to investigate a version of FWH for Harbour/Xharbour that is version 11.07 - unfortunately it's taken this long to really dig into this and perform my conversion to this platform. I've encountered odd behaviour with the dialogs I create. Th...
by don lowenstein
Mon Aug 29, 2011 2:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MSVC vs. Borland xHarbour vs. Harbour
Replies: 3
Views: 662

MSVC vs. Borland xHarbour vs. Harbour

I am retooling my FWH world with the latest libraries from FWH 11.07 version. My intention is to take full advantage of the WIN2010 style, in as many places as possible in an attempt to give a new look and feel to my legacy Windows applications. Also, I would link to eventually migrate my legacy cod...
by don lowenstein
Mon Aug 29, 2011 2:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Borland 5.8 compiler
Replies: 5
Views: 1269

Re: Borland 5.8 compiler

Where can I download Borland 5.8 compiler?
by don lowenstein
Thu Aug 11, 2011 2:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Mediator RDD
Replies: 3
Views: 631

Re: Mediator RDD

Mediator works with all DB/Clipper database commands seamlessly, with minor exceptions which are well documented. in the last 5 years of use, we have seen the OTC vendor very responsive in building new .lib files for upgrades to Harbour, XHarbour, and other compilers. The support from OTC is very go...
by don lowenstein
Wed Aug 10, 2011 7:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Mediator RDD
Replies: 3
Views: 631

Re: Mediator RDD

We have used Mediator, professionally, for many years.

OTC support is good and product works most seamlessly. we use with MS-SQL Server, all versions.
by don lowenstein
Wed Jun 22, 2011 11:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FTP Directory and File Handling
Replies: 1
Views: 517

FTP Directory and File Handling

I am not having luck with the Fivewin / xHarbour FTP classes. I successfully attach to the my FTP site using the sample programs as a guide. Steps 1 and 2 work fine. But when I try to process files and directory methods, I run into problems. There are files out there, for sure as I see and manipulat...
by don lowenstein
Wed Jun 22, 2011 11:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FTP and SFTP
Replies: 0
Views: 348

FTP and SFTP

Should the FTP classes in Fivewin work seamlessly with SFTP (secure) site?
by don lowenstein
Mon Jun 06, 2011 1:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: 2010 styles
Replies: 1
Views: 392

2010 styles

I use fivewin with xharbour (supplied by fivewin) and borland complier on win32 platform. If I recompile existing prg's with 2010 parameters where applicable, what will my application look like? My standard process is: Main Window ( some are MDI ) Dialogs containing browses, input fields, list boxes...
by don lowenstein
Fri Jun 03, 2011 10:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: sockets and firewalls
Replies: 1
Views: 477

sockets and firewalls

I have a static IP address of 207.119.xxx.xxx there is a firewall (DLink) that connects to the internet and stands between this connection and my internal local area network. outside the firewall is a web-server. it's internal IP is 192.168.1.3 inside the firewall is a file-server - it's internal IP...
by don lowenstein
Fri Nov 12, 2010 4:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FW app goes to sleep within remote desktop session
Replies: 1
Views: 424

FW app goes to sleep within remote desktop session

We run applications that sometimes take 2-3 hours to complete from start to finish. Many of our clients run our apps over Microsoft Terminal Server/Remote Desktop connections. It appears that, when the session screen saver is activated, our apps "hang" or "go to standby" and all ...
by don lowenstein
Thu Sep 23, 2010 5:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Borland 5.8 compiler
Replies: 5
Views: 1269

Borland 5.8 compiler

I have used Borland 5.5.1 compiler for many years.
I noticed on the xHarbour.org website they have a version for Borland 5.8 compiler.

is there any benefit from the 5.8 over the 5.5.1 compiler?
by don lowenstein
Wed Jun 16, 2010 6:51 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 10.1 - DLL32 Function
Replies: 34
Views: 9908

Re: FWH 10.1 - DLL32 Function

Normally, if using a .lnk file to define the libraries to "pull in", the references are resolved in the order of the libraries listed.

ie - If FWH libraries listed before the xHarbour libraries, duplicate references will be pulled from FWH libraries.
by don lowenstein
Mon Apr 12, 2010 2:38 pm
Forum: FiveWin for Harbour/xHarbour
Topic: copy files preserving date time stamps
Replies: 3
Views: 613

Re: copy files preserving date time stamps

Thank you Enrico - That works great