FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour OT: new FWH ECR released
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Re: OT: new FWH ECR released
Posted: Wed May 26, 2010 04:15 AM

Dear Forse,

I've used xHarbour.com but the problem is FWH updated version will be effect with xHarbour.com (recompile everytime) but I use to compile TSButton with xCC.exe also. You can find this topic in the forum or ask Manuel (TSButton) or Richard, he use xHarbour.com.

Regards,
Dutch

Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 392
Joined: Tue Mar 10, 2009 11:54 AM
Re: OT: new FWH ECR released
Posted: Wed May 26, 2010 08:04 AM
Dear Dutch,

tried it once more with your tips and solved it :-)

I've to add
Code (fw): Select all Collapse
INCLUDEFOLDERS = C:\FWH\include;

in my xBuilder project, that's all.
Windows 11 Pro 22H2 22621.1848

Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384

Harbour 3.2.0dev (r2008190002)

FWH 23.10 x86
Posts: 401
Joined: Tue Jan 05, 2010 02:33 PM
Re: OT: new FWH ECR released
Posted: Thu May 27, 2010 11:54 AM

Dutch,
where I can found the dbf of your sample test ?

Why not create together a class from this test ?

FWH .. BC582.. xharbour
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Re: OT: new FWH ECR released
Posted: Fri May 28, 2010 07:33 PM
Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 30
Joined: Mon Oct 30, 2006 02:39 PM
Re: OT: new FWH ECR released
Posted: Mon Aug 09, 2010 05:35 PM

hello dutch,

Is it possible you send me or post the structure
this file.

OPENFILE('CCROOO','ROO',3)
OPENFILE('EZFOL','FOL2',1)
OPENFILE('CCRTBL','INQ',2)

Thanks
Dorneles

evaldodc@hotmail.com

Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Re: OT: new FWH ECR released
Posted: Tue Aug 10, 2010 05:50 AM
Dear Norneles,

See your email.
Dorneles wrote:hello dutch,

Is it possible you send me or post the structure
this file.

OPENFILE('CCROOO','ROO',3)
OPENFILE('EZFOL','FOL2',1)
OPENFILE('CCRTBL','INQ',2)

Thanks
Dorneles
evaldodc@hotmail.com
Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: OT: new FWH ECR released
Posted: Tue Aug 10, 2010 06:45 AM

Otto, Dutch,

You are great masters doing great software :-)

Congratulations :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: OT: new FWH ECR released
Posted: Wed Aug 11, 2010 05:55 PM

Dutch

I am very impressed ... I have created a Vehicle reservation system that I wanted to look and feel much like your application..

I used the xbrowse cell painting to block out the reservation .. but your solution is so much more elegant .. I hate to ask, but would you mind sharing the code .. the code you share is just a 'snipit' ?? .. it also references tables and fields..

I would be most grateful if you could share your code .. I am most interested in adapting the reservation grid to my Vehicle reservation module.

Humbly submitted!!

Rick Lipkin

r1.1955@live.com

Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Re: OT: new FWH ECR released
Posted: Wed Aug 11, 2010 06:32 PM
Otto,

I don’t use any buttons in this case. These are all bitmaps I paint straight away to the window.


Did you make these into a class? I'm sure they would be much easier to code and use if you did.

Regards,
James
FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: OT: new FWH ECR released
Posted: Wed Aug 11, 2010 08:19 PM

Dear James,
sure I made a class. I did like you taught me.
I am very thankful for the knowledge about class design and programming you shared.
I use also your TData for database handling and all is working fine.

Best regards,
Otto

Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Re: OT: new FWH ECR released
Posted: Wed Aug 11, 2010 08:57 PM
Dear Rick, James and Otto,

Rick : I'm willing to share it, because I can made it from all of your advice (the forum). I've used (TSbrowse) in previous version but it is not nice (compare with my competitor), because it cannot show guest name across the column.
I used UEStudio6 for the project, you must modify the project to match with your machine or compile it as samples. I make it in a single PRG file.
http://www.sendspace.com/file/ef8c8f

James : I'm not good enough to do it, I try to find this class for a long time ago. It will be good, if who can make it.

Otto : Great, I will learn more and more to understand to make my code to classes.

Regards,
Dutch
Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: OT: new FWH ECR released
Posted: Thu Aug 12, 2010 06:30 PM

Thanks Dutch .. if I can help you with the barcode .. let me know

Rick Lipkin

Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: OT: new FWH ECR released
Posted: Fri Aug 13, 2010 05:22 PM
Dutch

I am getting an error with THEME2007 .. perhaps it is because I am using an older version 9.10 ??

Rick Lipkin
r1.1955@live.com

Code (fw): Select all Collapse
DEFINE DIALOG oDlgs FROM  0, 0 TO 100,315 TITLE TE('á¼¹Ëéͧ¾Ñ¡','Room Planer') ;
       COLOR CLR_BLACK, ; THEME2007 ; // <-- error here
       PIXEL ;
       FONT MEMVAR->oFont
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Re: OT: new FWH ECR released
Posted: Sun Aug 15, 2010 12:57 AM
Rick Lipkin wrote:Dutch

I am getting an error with THEME2007 .. perhaps it is because I am using an older version 9.10 ??

Rick Lipkin
r1.1955@live.com

Code (fw): Select all Collapse
DEFINE DIALOG oDlgs FROM  0, 0 TO 100,315 TITLE TE('á¼¹Ëéͧ¾Ñ¡','Room Planer') ;
       COLOR CLR_BLACK, ; THEME2007 ; // <-- error here
       PIXEL ;
       FONT MEMVAR->oFont

Dear Rick,

I'm sorry, THEME2007 is my define color for whole program theme. You just define at the beginning of the code
Code (fw): Select all Collapse
#define THEME2007 nrgb(200,128,254)
Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: OT: new FWH ECR released
Posted: Sun Aug 15, 2010 04:46 PM

Dutch

Got it ..

Rick