Search found 44 matches

by Arindam
Mon Mar 19, 2007 2:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error occurred during compiling of zip and uzip prgs.
Replies: 8
Views: 1714

Antonio,

Thanks for your post reply.

From which sample should i get some idea on zip/unzip. Is there any 32 bits sample.

with regards,
Arindam
by Arindam
Sun Mar 18, 2007 3:07 am
Forum: FiveWin for Harbour/xHarbour
Topic: Error occurred during compiling of zip and uzip prgs.
Replies: 8
Views: 1714

Error occurred during compiling of zip and uzip prgs.

Hello friends, I am getting the following errors during compilation. Where should I edit the code to get correct result. During compile of \fwh\sample\testzip.prg the following errors are occured. testzip.obj : error LNK2001: unresolved external symbol "void __cdecl HB_FUN_ZIP MSG(void)" (...
by Arindam
Sun Feb 04, 2007 2:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Blinking Say info
Replies: 1
Views: 742

Blinking Say info

Hi everybody, My Problem is : In Edit mode while I skip record one by one, say infos (like, row sum or display info from other database) are blinking. I am not able to stop blinking. I used, oSay:Refresh() prior to jump next record. But I do not get expected result. I also tried as, @ x, y Say oSay ...
by Arindam
Tue Jan 30, 2007 6:11 am
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved Code
Replies: 15
Views: 5550

Thanks Detlef

Excellent suggestion. Problem solved.

With regards

Arindam
by Arindam
Sat Jan 27, 2007 5:31 am
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved Code
Replies: 15
Views: 5550

Thankyou James for your suggestion. Thanks to Detlef for your efforts. I want to give special thanks to Antonio for his suggestion . His coding knowledge is realy un-predictable. Final solution comes from his advice. Now it is working fine after doing the necessary modification in window.prg. After ...
by Arindam
Fri Jan 26, 2007 2:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved Code
Replies: 15
Views: 5550

Thanks Antonio for your recent support. As per your advice, I have modified the line in window.prg. But I am getting same error. As you have asked to post the contents of BACKREST.RC, I am pesting harewith. BACKREST DIALOG 0, 0, 271, 162 STYLE DS_ABSALIGN |DS_FIXEDSYS |WS_POPUP |WS_VISIBLE |WS_THICK...
by Arindam
Fri Jan 26, 2007 7:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved Code
Replies: 15
Views: 5550

Once again thanks Detlef. In my last post I wrote you that I had tried as Antonio says : " Is oBacktWnd:End() returning a logical value ? It should". The Result is same. Finaly I change my code as follows : // Include files details #include "FiveWin.ch" #include "Fileio.ch&q...
by Arindam
Thu Jan 25, 2007 7:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved Code
Replies: 15
Views: 5550

Thanks Detlef for your reply. I have modify the code as Antonio says prior to send my last post. After doing this I got same error during run the prog. I fail to understand where is my mistake. I am attaching hereiwth the error list details, so that if you can identify the mistake. Application =====...
by Arindam
Thu Jan 25, 2007 2:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved Code
Replies: 15
Views: 5550

Thanks for reply. I am not getting compiling error. The said error is runtime error. Sorry for mis-communication in myearly post. I am sending more detail to identify the poblem. // Include files details #include "FiveWin.ch" Static oBacktWnd, lPath, TPath, lType, lDrive, oDLG, oFont //---...
by Arindam
Thu Jan 25, 2007 7:29 am
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved Code
Replies: 15
Views: 5550

Unresolved Code

Hi Everybody, I am getting the following error while compiling. I will be greatful if anyone can identify me where is my problem. Static Function BackRest() Local oLbx, nItem := 0, oMeter, nMeter Local n, nSelected := 0, aSel := {} //Set Default SET DELETED OFF // Replace variable. lpath := (CurDriv...
by Arindam
Sat Sep 16, 2006 12:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Finding Problem
Replies: 6
Views: 1354

Mr. Antonio

Thanks...........................

May be a small tip but has great utility. I am expecting more and more tips, which are not available in manual but play an importent role.

With regard,
Arindam
by Arindam
Sat Sep 16, 2006 7:14 am
Forum: FiveWin for Harbour/xHarbour
Topic: Finding Problem
Replies: 6
Views: 1354

Mr Antonio,

I am using Microsoft Visual C++.

With regard
Arindam
by Arindam
Sat Sep 16, 2006 7:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: Gets Color
Replies: 3
Views: 1026

Mr. Carlos, Thanks for your suggestion. It is ok. But if Pre-condition do not permit, in such cases the getbox color remain same [i.e. White]. In my example if I re-write the ID 150 as follows : REDEFINE GET oGet Var oDbf:CustName ID 150 OF oDlg ; When userID = "Prop" ; Valid ReqData( oDbf...
by Arindam
Fri Sep 15, 2006 1:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Finding Problem
Replies: 6
Views: 1354

Dear Mr. Antonio, After linking lz32.lib, the result is as follows : install.c d:\borland\bcc55\lib\psdk\lz32.lib : warning LNK4033: converting object format f rom OMF to COFF rtl.lib(math.obj) : warning LNK4006: __matherr already defined in LIBC.lib(mathe rr.obj); second definition ignored d:\borla...
by Arindam
Fri Sep 15, 2006 12:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Gets Color
Replies: 3
Views: 1026

Gets Color

Hi!, In Get function while putting pre-condition ( i.e. WHEN ), I am not able to set new color in getbox. I am trying to do the same as follows: Function AddCust( ) SET _3DLOOK ON cStat := "ADD" oDbf:Blank() DEFINE DIALOG oDlg RESOURCE "Customer" OF oWnd TITLE "ADD CUSTOMER&...