OT: new FWH ECR released

Re: OT: new FWH ECR released

Postby dutch » Wed May 26, 2010 4: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 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
dutch
 
Posts: 1542
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: OT: new FWH ECR released

Postby frose » Wed May 26, 2010 8:04 am

Dear Dutch,

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

I've to add
Code: Select all  Expand view
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
User avatar
frose
 
Posts: 392
Joined: Tue Mar 10, 2009 11:54 am
Location: Germany, Rietberg

Re: OT: new FWH ECR released

Postby MdaSolution » 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
User avatar
MdaSolution
 
Posts: 401
Joined: Tue Jan 05, 2010 2:33 pm

Re: OT: new FWH ECR released

Postby dutch » Fri May 28, 2010 7:33 pm

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

Re: OT: new FWH ECR released

Postby Dorneles » Mon Aug 09, 2010 5: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
Dorneles
 
Posts: 30
Joined: Mon Oct 30, 2006 2:39 pm
Location: Brasil

Re: OT: new FWH ECR released

Postby dutch » Tue Aug 10, 2010 5: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 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
dutch
 
Posts: 1542
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: OT: new FWH ECR released

Postby Antonio Linares » Tue Aug 10, 2010 6:45 am

Otto, Dutch,

You are great masters doing great software :-)

Congratulations :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42084
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: OT: new FWH ECR released

Postby Rick Lipkin » Wed Aug 11, 2010 5: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
User avatar
Rick Lipkin
 
Posts: 2665
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: OT: new FWH ECR released

Postby James Bott » Wed Aug 11, 2010 6: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
User avatar
James Bott
 
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA

Re: OT: new FWH ECR released

Postby Otto » Wed Aug 11, 2010 8: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
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6330
Joined: Fri Oct 07, 2005 7:07 pm

Re: OT: new FWH ECR released

Postby dutch » Wed Aug 11, 2010 8: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 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
dutch
 
Posts: 1542
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: OT: new FWH ECR released

Postby Rick Lipkin » Thu Aug 12, 2010 6:30 pm

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

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

Re: OT: new FWH ECR released

Postby Rick Lipkin » Fri Aug 13, 2010 5: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: Select all  Expand view

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
Rick Lipkin
 
Posts: 2665
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: OT: new FWH ECR released

Postby dutch » 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: Select all  Expand view

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  Expand view
#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
dutch
 
Posts: 1542
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: OT: new FWH ECR released

Postby Rick Lipkin » Sun Aug 15, 2010 4:46 pm

Dutch

Got it ..

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

PreviousNext

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 68 guests