OT: new FWH ECR released

User avatar
dutch
Posts: 1395
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: OT: new FWH ECR released

Post by dutch »

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 19.01 / 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)
User avatar
frose
Posts: 327
Joined: Tue Mar 10, 2009 11:54 am
Location: Germany, Gütersloh
Contact:

Re: OT: new FWH ECR released

Post by frose »

Dear Dutch,

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

I've to add

Code: Select all

INCLUDEFOLDERS = C:\FWH\include;
in my xBuilder project, that's all.
User avatar
MdaSolution
Posts: 401
Joined: Tue Jan 05, 2010 2:33 pm

Re: OT: new FWH ECR released

Post by MdaSolution »

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

Why not create together a class from this test ?
FWH .. BC582.. xharbour
User avatar
dutch
Posts: 1395
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: OT: new FWH ECR released

Post by dutch »

Regards,
Dutch

FWH 19.01 / 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)
Dorneles
Posts: 30
Joined: Mon Oct 30, 2006 2:39 pm
Location: Brasil

Re: OT: new FWH ECR released

Post by Dorneles »

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
User avatar
dutch
Posts: 1395
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: OT: new FWH ECR released

Post by dutch »

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 19.01 / 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)
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: OT: new FWH ECR released

Post by Antonio Linares »

Otto, Dutch,

You are great masters doing great software :-)

Congratulations :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Rick Lipkin
Posts: 2397
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: OT: new FWH ECR released

Post by Rick Lipkin »

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
User avatar
James Bott
Posts: 4654
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA
Contact:

Re: OT: new FWH ECR released

Post by James Bott »

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
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Re: OT: new FWH ECR released

Post by Otto »

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
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org

********************************************************************
User avatar
dutch
Posts: 1395
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: OT: new FWH ECR released

Post by dutch »

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 19.01 / 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)
User avatar
Rick Lipkin
Posts: 2397
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: OT: new FWH ECR released

Post by Rick Lipkin »

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

Rick Lipkin
User avatar
Rick Lipkin
Posts: 2397
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: OT: new FWH ECR released

Post by Rick Lipkin »

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: Select all

DEFINE DIALOG oDlgs FROM  0, 0 TO 100,315 TITLE TE('á¼¹Ëéͧ¾Ñ¡','Room Planer') ;
       COLOR CLR_BLACK, ; THEME2007 ; // <-- error here
       PIXEL ;
       FONT MEMVAR->oFont
 
User avatar
dutch
Posts: 1395
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: OT: new FWH ECR released

Post by dutch »

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: Select all

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: Select all

#define THEME2007 nrgb(200,128,254)
Regards,
Dutch

FWH 19.01 / 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)
User avatar
Rick Lipkin
Posts: 2397
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: OT: new FWH ECR released

Post by Rick Lipkin »

Dutch

Got it ..

Rick
Post Reply