OT: new FWH ECR released
-
- Posts: 142
- Joined: Sun Oct 09, 2005 1:36 am
Re: OT: new FWH ECR released
Hi Ducth
Can you send me a room planner sample or upload room planner sample
Thanks in advance
Fabian
databaselab2002@yahoo.com.ar
Can you send me a room planner sample or upload room planner sample
Thanks in advance
Fabian
databaselab2002@yahoo.com.ar
Re: OT: new FWH ECR released
Se ve bello y profesional
Saluditos
Saluditos
Que es mejor que programar? creo que nada
Atropellada pero aqui ando
I love Fivewin
séʌǝɹ ןɐ ɐʇsǝ opunɯ ǝʇsǝ
Atropellada pero aqui ando
I love Fivewin
séʌǝɹ ןɐ ɐʇsǝ opunɯ ǝʇsǝ
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: OT: new FWH ECR released
How and wich Ecr use ?
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
-
- Posts: 454
- Joined: Sun Oct 30, 2005 6:37 am
- Location: Guangzhou(Canton),China
Re: OT: new FWH ECR released
Great !
Hope this can be upgraded into a gantt class !
Shuming Wang
Hope this can be upgraded into a gantt class !
Shuming Wang
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: OT: new FWH ECR released
Upgrade Tgantt class ?
Tgantt run ok ,perhaps....you 'not Know how...
Tgantt run ok ,perhaps....you 'not Know how...
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
-
- Posts: 454
- Joined: Sun Oct 30, 2005 6:37 am
- Location: Guangzhou(Canton),China
Re: OT: new FWH ECR released
The now tgantt class without the main commercial use features: switch titles days/months/weeks, browse/up/down/page up/page down/skip/.../refresh with xbrowse.
Regards!
Shuming Wang
Regards!
Shuming Wang
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: OT: new FWH ECR released
ShumingWang wrote:The now tgantt class without the main commercial use features: switch titles days/months/weeks, browse/up/down/page up/page down/skip/.../refresh with xbrowse.
Regards!
Shuming Wang
Tgantt is a Class ... has not control about data !!!
All control about Data must be made by You!!!
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
-
- Posts: 454
- Joined: Sun Oct 30, 2005 6:37 am
- Location: Guangzhou(Canton),China
Re: OT: new FWH ECR released
Or fivetechsoft must create a test sample with :
a) calendar on top scrollable
b) a tgant graphic on middle scrollable
c) a xbrowse with data test scrollable
and all scrollable together
the Antonio 's test run but that test sampl not is a real tgant graphics
Antonio should create a test clarifier perhaps as a test Hotel Booking
http://forums.fivetechsupport.com/viewt ... tt#p133655
a) calendar on top scrollable
b) a tgant graphic on middle scrollable
c) a xbrowse with data test scrollable
and all scrollable together
the Antonio 's test run but that test sampl not is a real tgant graphics
Antonio should create a test clarifier perhaps as a test Hotel Booking
http://forums.fivetechsupport.com/viewt ... tt#p133655
Re: OT: new FWH ECR released
Otto, Dutch:
Very impressive & neat programs. Congratulations.
Otto:
Do you have a demo ? I have a customer looking for a software like yours. Thank you.
Dutch:
I could not download your shared sample code, can you send me a link ? Thank you very much.
Very impressive & neat programs. Congratulations.
Otto:
Do you have a demo ? I have a customer looking for a software like yours. Thank you.
Dutch:
I could not download your shared sample code, can you send me a link ? Thank you very much.
- Badara Thiam
- Posts: 160
- Joined: Tue Oct 18, 2005 10:21 am
- Location: France
- Contact:
Re: OT: new FWH ECR released
Hello,
Look at this :
DLL FUNCTION CREATERECTRGN( nLeft AS _INT, nTop AS _INT, nRight AS _INT, nBottom AS _INT ) AS _INT ;
PASCAL FROM "CreateRectRgn" LIB "gdi32.dll"
DLL FUNCTION CreateRoundRectRgn( nLeft AS _INT, nTop AS _INT, nRight AS _INT, nBottom AS _INT, ;
nEllipseWidth AS _INT, nEllipseHeight AS _INT ) AS _INT ;
PASCAL FROM "CreateRoundRectRgn" LIB "gdi32.dll"
DLL FUNCTION SELECTCLIPRGN( nhDC AS _INT, nhRGN AS _INT ) AS _INT ;
PASCAL FROM "SelectClipRgn" LIB "gdi32.dll"
DLL FUNCTION CREATEELLIPTICRGN( nLeft AS _INT, nTop AS _INT, nRight AS _INT, nBottom AS _INT ) AS _INT ;
PASCAL FROM "CreateEllipticRgn" LIB "gdi32.dll"
DLL FUNCTION COMBINERGN( nhDest AS _INT, nhSource1 AS _INT, nhSource2 AS _INT, nMode AS _INT ) AS _INT ;
PASCAL FROM "CombineRgn" LIB "gdi32.dll"
DLL FUNCTION CREATECOMPATIBLEBITMAP( nhDC AS _INT, nWidth AS _INT, nHeight AS _INT ) AS _INT ;
PASCAL FROM "CreateCompatibleBitmap" LIB "gdi32.dll"
DLL FUNCTION CreateBitmap( nWidth AS _INT, nHeight AS _INT, uPlanes AS _INT, uBitsPerPel AS _INT, uLpvBits AS LPSTR ) AS _INT ;
PASCAL FROM "CreateBitmap" LIB "gdi32.dll"
DLL FUNCTION SETROP2( nhDC AS _INT, nRaster AS _INT ) AS _INT ;
PASCAL FROM "SetROP2" LIB "gdi32.dll"
Look at this :
DLL FUNCTION CREATERECTRGN( nLeft AS _INT, nTop AS _INT, nRight AS _INT, nBottom AS _INT ) AS _INT ;
PASCAL FROM "CreateRectRgn" LIB "gdi32.dll"
DLL FUNCTION CreateRoundRectRgn( nLeft AS _INT, nTop AS _INT, nRight AS _INT, nBottom AS _INT, ;
nEllipseWidth AS _INT, nEllipseHeight AS _INT ) AS _INT ;
PASCAL FROM "CreateRoundRectRgn" LIB "gdi32.dll"
DLL FUNCTION SELECTCLIPRGN( nhDC AS _INT, nhRGN AS _INT ) AS _INT ;
PASCAL FROM "SelectClipRgn" LIB "gdi32.dll"
DLL FUNCTION CREATEELLIPTICRGN( nLeft AS _INT, nTop AS _INT, nRight AS _INT, nBottom AS _INT ) AS _INT ;
PASCAL FROM "CreateEllipticRgn" LIB "gdi32.dll"
DLL FUNCTION COMBINERGN( nhDest AS _INT, nhSource1 AS _INT, nhSource2 AS _INT, nMode AS _INT ) AS _INT ;
PASCAL FROM "CombineRgn" LIB "gdi32.dll"
DLL FUNCTION CREATECOMPATIBLEBITMAP( nhDC AS _INT, nWidth AS _INT, nHeight AS _INT ) AS _INT ;
PASCAL FROM "CreateCompatibleBitmap" LIB "gdi32.dll"
DLL FUNCTION CreateBitmap( nWidth AS _INT, nHeight AS _INT, uPlanes AS _INT, uBitsPerPel AS _INT, uLpvBits AS LPSTR ) AS _INT ;
PASCAL FROM "CreateBitmap" LIB "gdi32.dll"
DLL FUNCTION SETROP2( nhDC AS _INT, nRaster AS _INT ) AS _INT ;
PASCAL FROM "SetROP2" LIB "gdi32.dll"
Badara Thiam
http://www.icim.fr
http://www.icim.fr
- David Williams
- Posts: 82
- Joined: Fri Mar 03, 2006 6:26 pm
- Location: Ireland
Re: OT: new FWH ECR released
Otto,
I really like your work, I have watched it become more professional looking as time goes on
David
I really like your work, I have watched it become more professional looking as time goes on
David
- David Williams
- Posts: 82
- Joined: Fri Mar 03, 2006 6:26 pm
- Location: Ireland
Re: OT: new FWH ECR released
Sorry Dutch,
I almost forgot. Your room planner is brilliant
David
I almost forgot. Your room planner is brilliant
David
Re: OT: new FWH ECR released
i saw the sameukoenig wrote: Just one Question :
In some of my Tests I noticed, that the top Corners ( rounded ) are not painted transparent.
have a look here (from 2009)
http://forums.fivetechsupport.com/viewt ... RGN#p92423
this Way you will get "round" Edge* New: documented functions RoundRect() and RoundBox() in FiveTech's wiki:
* New: functions CREATEELLIPTICRGN() and CREATEELLIPTICRGNINDIRECT(), added in a new module
greeting,
Jimmy
Jimmy
Re: OT: new FWH ECR released
Waaaw, Otto. It looks great. Congratulations.
Regards,
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7