Search found 8 matches

by richard
Sat Feb 04, 2006 12:52 am
Forum: FiveWin for Harbour/xHarbour
Topic: Font error in Dialog box
Replies: 2
Views: 997

Hi Antonio,

Sorry, but I have been on holidays for the last two weeks.
There is no stack list given, the program immediately exits, however, if I comment out the disabling the program works fine.

ACTIVATE DIALOG oMM2Dlg ON INIT (IIF(!lRepertorise,oChkBox:Disable(),oChkBox:Enable()),;
oCBXStart ...
by richard
Thu Jan 19, 2006 10:24 am
Forum: FiveWin for Harbour/xHarbour
Topic: Font error in Dialog box
Replies: 2
Views: 997

Font error in Dialog box

Antonio,
The code below is the second dialog box in a multi dialog wizard. It activates the dialog box and immediately comes up with
"Error BASE/1004 Class: NIL has no exported method:hFONT from errorsys, line: 0"
This has appeared with FWH27 Jan using harbour.

STATIC FUNCTION DoMatMed2()

LOCAL ...
by richard
Thu Jan 19, 2006 8:11 am
Forum: FiveWin for Harbour/xHarbour
Topic: Run an Application as a service
Replies: 5
Views: 1967

Re "Run as Service"

You might get some joy from this link

http://www.iopus.com/guides/srvany.htm

Richard.
by richard
Fri Nov 04, 2005 3:02 am
Forum: FiveWin for Harbour/xHarbour
Topic: New FTDN - Oct/Nov
Replies: 8
Views: 3522

Hi Antonio,

I am not sure what happened. When I installed the Harbour originally, compilation was coming up with an error in the "dbfdbt" lib. I used one from an earlier version, and everything went pear shaped. When I reinstalled everything, it worked fine. One of life's mysteries no. 546.
There ...
by richard
Thu Nov 03, 2005 12:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: New FTDN - Oct/Nov
Replies: 8
Views: 3522

Fixed, thanks Antonio.
by richard
Thu Nov 03, 2005 10:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: New FTDN - Oct/Nov
Replies: 8
Views: 3522

Antonio,

Just to add to the confusion, the prg's in the harbour tests directory work fine

Richard.
by richard
Thu Nov 03, 2005 10:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: New FTDN - Oct/Nov
Replies: 8
Views: 3522

Hi Antonio,

I have always used Harbour, and the libs supplied by you. Have you made any major changes to the calling of functions? I use the ziparchive and zlib libraries which I have simply copied from one version to another. Also I have a library of functions and classes that I do the same with ...
by richard
Thu Nov 03, 2005 9:23 am
Forum: FiveWin for Harbour/xHarbour
Topic: New FTDN - Oct/Nov
Replies: 8
Views: 3522

New FTDN - Oct/Nov

Antonio,

I have set up the latest version of FWH2.6, and attempted to compile a program that has always linked no problem.

With this version, I get no errors, but when I run the program the cursor goes to "wait" then it never loads. The program does not appear in the Task Manager, either. I have ...