Search found 78 matches
- Fri Feb 05, 2021 8:06 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: shellexecute
- Replies: 3
- Views: 1913
Re: shellexecute
Beautiful! Thank you so much
- Fri Feb 05, 2021 7:41 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: shellexecute
- Replies: 3
- Views: 1913
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!
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!
- Wed Jan 15, 2020 9:05 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: does folder exist
- Replies: 3
- Views: 598
Re: does folder exist
thanks everyone
- Tue Jan 14, 2020 8:27 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: does folder exist
- Replies: 3
- Views: 598
does folder exist
what's an easy way to check to see if a folder exists
- Wed Jun 26, 2019 11:36 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH on Linux
- Replies: 2
- Views: 598
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?
- Fri Feb 22, 2019 6:37 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: self experiment
- Replies: 12
- Views: 2130
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.
- Thu Dec 06, 2018 1:43 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Temp table for ADS
- Replies: 10
- Views: 2067
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?
- Tue Sep 11, 2018 6:39 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Windows.h not found errors
- Replies: 4
- Views: 780
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
- Sat Aug 11, 2018 3:53 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Migration to web
- Replies: 14
- Views: 2571
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...
- Fri Aug 10, 2018 4:15 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Migration to web
- Replies: 14
- Views: 2571
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...
- Mon Aug 06, 2018 10:58 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Migration to web
- Replies: 14
- Views: 2571
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?
- 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: 3809
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.
- Mon Apr 30, 2018 10:28 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem with paste in Get
- Replies: 8
- Views: 1547
Re: Problem with paste in Get
sometimes it works and sometimes it doesn't
- Mon Apr 30, 2018 3:16 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem with paste in Get
- Replies: 8
- Views: 1547
Re: Problem with paste in Get
I have this problem all the time
- Tue Apr 03, 2018 10:56 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Printer class: selection errors
- Replies: 6
- Views: 853
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
PRINT oprn name pname from user
IF EMPTY( oprn:hdc )
RETURN nil
ENDIF