Search found 22 matches

by tsai8839
Mon Aug 09, 2010 1:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Help with FILE()
Replies: 7
Views: 1135

Re: Help with FILE()

Michel,

The result is "C:\Windows\System32\cmd.exe".

So far as I know, the path is correct, the file is exist. But the result of file() is .F.
I don't know how to fix this problem. Do you have any idea?

Regards,
Andy
by tsai8839
Mon Aug 09, 2010 7:41 am
Forum: FiveWin for Harbour/xHarbour
Topic: Help with FILE()
Replies: 7
Views: 1135

Re: Help with FILE()

Anser,

Yes, I have the same problem with files other than cmd.exe, and the function GetSysDir() returns C:\Windows\System32

Regards,
Andy
by tsai8839
Mon Aug 09, 2010 5:57 am
Forum: FiveWin for Harbour/xHarbour
Topic: Help with FILE()
Replies: 7
Views: 1135

Re: Help with FILE()

Thank you Anser, my PC running OS Windows 7 - 64 bit.
Is this cause the problem?

Regards,
Andy
by tsai8839
Mon Aug 09, 2010 2:45 am
Forum: FiveWin for Harbour/xHarbour
Topic: Help with FILE()
Replies: 7
Views: 1135

Help with FILE()

I use function FILE() as below, it works fine with windows XP, but it executes MsgStop() function with windows 7. On the other words, the FILE() tell me CMD.EXE file does not exist, but it is exist in fact. FUNCTION Main() LOCAL cFile := GetSysDir() + "\CMD.EXE" IF ! FILE( cFile ) MsgStop(...
by tsai8839
Thu Sep 27, 2007 7:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to show the SAY with Transparent background
Replies: 4
Views: 768

Enrico,
It is transparent here using latest FWH version.
But it is not transparent here using FWH Dec. 2006 version.
:(
by tsai8839
Thu Sep 27, 2007 1:29 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to show the SAY with Transparent background
Replies: 4
Views: 768

How to show the SAY with Transparent background

Hi Everyone, I have a problem in my application, the SAY “Date:” was not in transparent background. The example is listed as below: // Testing a SAY in transparent #include "FiveWin.ch" //------------------------------------------------------------------------// function Main() local oDlg,...
by tsai8839
Mon Sep 17, 2007 7:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: Important fix
Replies: 16
Views: 4407

Antonio,

Thanks a lot for your quick response. It is very clear now.
by tsai8839
Mon Sep 17, 2007 3:51 am
Forum: FiveWin for Harbour/xHarbour
Topic: Important fix
Replies: 16
Views: 4407

Hi,

Does anyone can teach me what else and how to do after added the final zero?
by tsai8839
Wed May 23, 2007 9:23 am
Forum: FiveWin for Harbour/xHarbour
Topic: Help for DBFDBT.LIB
Replies: 5
Views: 1267

Antonio and Stefan,

Thank you for your help. I'll try them.
by tsai8839
Wed May 23, 2007 9:00 am
Forum: FiveWin for Harbour/xHarbour
Topic: Help for DBFDBT.LIB
Replies: 5
Views: 1267

Stefan,

Thank you very much for your quick reply. I try your way and link again, then I got the follow message:

Error: Unresolved external '_hb_objGetpMethod' referenced from: c:\fwh\lib\fivehc.lib|ffdlgprc

Any solution?
by tsai8839
Wed May 23, 2007 6:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: Help for DBFDBT.LIB
Replies: 5
Views: 1267

Help for DBFDBT.LIB

Hi All, This is my first time trying to build an .EXE file using Harbour, Borland C++ compiler and FWH. When I do buildh tutor01, I got an error message: Fatal: Unable to open file ‘DBFDBT.LIB’ Then I check my harbour\lib folder, I am sure I do not have DBFDBT.LIB file. Does someone can help and pro...
by tsai8839
Wed Nov 29, 2006 7:54 am
Forum: FiveWin for CA-Clipper
Topic: Show selected records in ListBox
Replies: 2
Views: 1418

Antonio,

Thank you very much for your prompt reply and good solution.
by tsai8839
Wed Nov 29, 2006 6:25 am
Forum: FiveWin for CA-Clipper
Topic: Show selected records in ListBox
Replies: 2
Views: 1418

Show selected records in ListBox

Hi All,

I use REDEFINE LISTBOX command, normally it shows all of the records in listbox. Is it possible to set filter in order to show the matched records only in listbox? How to do if possible? :?
by tsai8839
Tue Sep 19, 2006 12:40 pm
Forum: FiveWin for CA-Clipper
Topic: ListBox in DLL file
Replies: 9
Views: 3087

Dear James,

Thank you very much for your help. It works fine now.

I also would like to thank all who gave me a hand.
by tsai8839
Mon Sep 18, 2006 1:09 pm
Forum: FiveWin for CA-Clipper
Topic: ListBox in DLL file
Replies: 9
Views: 3087

Dear Enrico,

Now I try to put it after REDEFINE LISTBOX FIELDS command and It has occurs the same error description. Do you have better way to fix it?