OT: new FWH ECR released
Re: OT: new FWH ECR released
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
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)
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)
Re: OT: new FWH ECR released
Dear Dutch,
tried it once more with your tips and solved it
I've to add
in my xBuilder project, that's all.
tried it once more with your tips and solved it
I've to add
Code: Select all
INCLUDEFOLDERS = C:\FWH\include;
- MdaSolution
- Posts: 401
- Joined: Tue Jan 05, 2010 2:33 pm
Re: OT: new FWH ECR released
Dutch,
where I can found the dbf of your sample test ?
Why not create together a class from this test ?
where I can found the dbf of your sample test ?
Why not create together a class from this test ?
FWH .. BC582.. xharbour
Re: OT: new FWH ECR released
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)
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)
Re: OT: new FWH ECR released
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
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
Re: OT: new FWH ECR released
Dear Norneles,
See your email.
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)
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)
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: OT: new FWH ECR released
Otto, Dutch,
You are great masters doing great software
Congratulations
You are great masters doing great software
Congratulations
- Rick Lipkin
- Posts: 2397
- Joined: Fri Oct 07, 2005 1:50 pm
- Location: Columbia, South Carolina USA
Re: OT: new FWH ECR released
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
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
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
Re: OT: new FWH ECR released
Otto,
Regards,
James
Did you make these into a class? I'm sure they would be much easier to code and use if you did.I don’t use any buttons in this case. These are all bitmaps I paint straight away to the window.
Regards,
James
Re: OT: new FWH ECR released
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
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
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
Re: OT: new FWH ECR released
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
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)
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)
- Rick Lipkin
- Posts: 2397
- Joined: Fri Oct 07, 2005 1:50 pm
- Location: Columbia, South Carolina USA
Re: OT: new FWH ECR released
Thanks Dutch .. if I can help you with the barcode .. let me know
Rick Lipkin
Rick Lipkin
- Rick Lipkin
- Posts: 2397
- Joined: Fri Oct 07, 2005 1:50 pm
- Location: Columbia, South Carolina USA
Re: OT: new FWH ECR released
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
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
Re: OT: new FWH ECR released
Dear Rick,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
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)
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)
- Rick Lipkin
- Posts: 2397
- Joined: Fri Oct 07, 2005 1:50 pm
- Location: Columbia, South Carolina USA
Re: OT: new FWH ECR released
Dutch
Got it ..
Rick
Got it ..
Rick