Search found 78 matches

by dtussman
Fri Feb 05, 2021 8:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: shellexecute
Replies: 3
Views: 1323

Re: shellexecute

Beautiful! Thank you so much
by dtussman
Fri Feb 05, 2021 7:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: shellexecute
Replies: 3
Views: 1323

shellexecute

Hi All. I just want to view a pdf file so I use the command:

tuss:=shellexecute(0,"open","c:\concentrics\cloudconnect.pdf",,,1)

and it works with windows 7 but with windows 10 nothing happens and it returns 31.

Probably its a very complicated answer but I hope not!
by dtussman
Wed Jan 15, 2020 9:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: does folder exist
Replies: 3
Views: 444

Re: does folder exist

thanks everyone
by dtussman
Tue Jan 14, 2020 8:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: does folder exist
Replies: 3
Views: 444

does folder exist

what's an easy way to check to see if a folder exists
by dtussman
Wed Jun 26, 2019 11:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH on Linux
Replies: 2
Views: 479

FWH on Linux

I have a customer who runs my FWH application on a Linux server. If they leave the application open for awhile without doing anything, or open another application and then return to the FWH application, sometimes it freezes or returns a DOS error 64 message. Any ideas why this could be happening?
by dtussman
Fri Feb 22, 2019 6:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: self experiment
Replies: 12
Views: 1633

Re: self experiment

I like CardiB but one has to think, in 50 years will anyone remember the music of this time like the music of the 60's is remembered now? I doubt it.
by dtussman
Thu Dec 06, 2018 1:43 am
Forum: FiveWin for Harbour/xHarbour
Topic: Temp table for ADS
Replies: 10
Views: 1639

Re: Temp table for ADS

if the file already exists can't you just zap the file before running the report instead of creating a new one?
by dtussman
Tue Sep 11, 2018 6:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Windows.h not found errors
Replies: 4
Views: 630

Re: Windows.h not found errors

You misspelled the word include in your original post but I don't know if that's the explanation
by dtussman
Sat Aug 11, 2018 3:53 am
Forum: FiveWin for Harbour/xHarbour
Topic: Migration to web
Replies: 14
Views: 1954

Re: Migration to web

I contacted Alaska software asking about xbase++ 2.0 and what they said was astounding. Yes, they are compatible with clipper code...but only summer 87 through 5.2. Who in the world still uses that? I loved summer 87 but it was DOS so how can DOS summer 87 code possible be made into a windows app wi...
by dtussman
Fri Aug 10, 2018 4:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Migration to web
Replies: 14
Views: 1954

Re: Migration to web

Realistically, is there really any point to converting a large legacy FWH application to SQL files using ADORDD? I have a thousand existing installations using dbf files with zero problems. To move to a web app with an SAS model would really require starting from scratch and doing a complete rewrite...
by dtussman
Mon Aug 06, 2018 10:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Migration to web
Replies: 14
Views: 1954

Migration to web

I have a legacy FWH application consisting of hundreds of thousands of lines of virtually unreadable code using dbf files with about 1000 active installations which I would like to migrate to an SQL web-based application. Is this even practical and if so what is the best way to accomplish this?
by dtussman
Wed Jun 06, 2018 2:45 am
Forum: FiveWin for Harbour/xHarbour
Topic: UPPER() and IsAlpha() return not reals values in french
Replies: 25
Views: 2739

Re: UPPER() and IsAlpha() return not reals values in french

I would just create a separate field in your database where the accents are eliminated and use that for the index key.
by dtussman
Mon Apr 30, 2018 10:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with paste in Get
Replies: 8
Views: 1249

Re: Problem with paste in Get

sometimes it works and sometimes it doesn't
by dtussman
Mon Apr 30, 2018 3:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with paste in Get
Replies: 8
Views: 1249

Re: Problem with paste in Get

I have this problem all the time
by dtussman
Tue Apr 03, 2018 10:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Printer class: selection errors
Replies: 6
Views: 676

Re: Printer class: selection errors

I always use this and it works:

PRINT oprn name pname from user
IF EMPTY( oprn:hdc )
RETURN nil
ENDIF