Search found 795 matches
- Mon Feb 15, 2021 2:56 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: barcode check
- Replies: 3
- Views: 4252
Re: barcode check
I only know a way to detect if the codebar is EAN8, EAN12, EAN13 or EAN14, because these types have a verify digit.
- Thu Nov 26, 2020 10:52 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Happy birthday Antonio !!!
- Replies: 52
- Views: 30680
Re: Happy birthday Antonio !!!
Happy Birthday Antonio !
- Sat Nov 21, 2020 11:21 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Program language of FWH
- Replies: 5
- Views: 4421
Re: Program language of FWH
Tim,
+1
+1
- Fri Nov 13, 2020 5:02 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Consulta sobre sentencia c/MariaDB Connection
- Replies: 4
- Views: 4108
Re: Consulta sobre sentencia c/MariaDB Connection
In this case, I think you should to do this by this way:
Sorry for answer in english.
Code: Select all
if ::oConn:QueryResult( "SELECT banco FROM Bancos WHERE banco='Cajas' LIMIT 1" ) = NIL
...
endif
- Wed Nov 04, 2020 8:42 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Color to BTNBMP objects
- Replies: 0
- Views: 7761
Color to BTNBMP objects
Hi Guys,
Is possible to define a color text/back to all BTNBMP objetcs?
Might something like this: TBtnBmp():cClrText := CLR_WHITE Is it possible?
Is possible to define a color text/back to all BTNBMP objetcs?
Might something like this: TBtnBmp():cClrText := CLR_WHITE Is it possible?
- Tue Oct 13, 2020 10:24 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: MySql Data Access Security
- Replies: 0
- Views: 7338
MySql Data Access Security
Hi Guys,
Here in Brazil and I believe in many other countries, the governments are creating severals laws to protect customer's data. I think MySql allows us to use encrypted connections between server/client.
Do you know how to implement this with FwMariaDb ? Is it possible ?
Here in Brazil and I believe in many other countries, the governments are creating severals laws to protect customer's data. I think MySql allows us to use encrypted connections between server/client.
Do you know how to implement this with FwMariaDb ? Is it possible ?
- Fri Oct 09, 2020 8:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to arrange images to generate a new image?
- Replies: 4
- Views: 6199
Re: How to arrange images to generate a new image?
Thank You Mr Rao,
It's exactly I need
It's exactly I need
- Fri Oct 09, 2020 1:24 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to arrange images to generate a new image?
- Replies: 4
- Views: 6199
Re: How to arrange images to generate a new image?
I need to create different images many times inside my program.
- Thu Oct 08, 2020 12:55 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Fwh19.05 - New Class TDockPnel
- Replies: 88
- Views: 42328
Re: Fwh19.05 - New Class TDockPnel
Thank You Very Much!
TDockPnel is amazing and your support too.
TDockPnel is amazing and your support too.
- Thu Oct 08, 2020 12:02 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to arrange images to generate a new image?
- Replies: 4
- Views: 6199
How to arrange images to generate a new image?
Hi Guys,
I have four images(img1.jpg,img2.jpg,img3.jpg,img4.jpg) that I wanted arrange in a new image(imgx.jpg). do you how could I do this?
I have four images(img1.jpg,img2.jpg,img3.jpg,img4.jpg) that I wanted arrange in a new image(imgx.jpg). do you how could I do this?
- Thu Oct 08, 2020 10:47 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Fwh19.05 - New Class TDockPnel
- Replies: 88
- Views: 42328
Re: Fwh19.05 - New Class TDockPnel
Thank you Cristobal
Where could I know the list of these image codes ?
Where could I know the list of these image codes ?
- Wed Oct 07, 2020 11:59 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Fwh19.05 - New Class TDockPnel
- Replies: 88
- Views: 42328
Re: Fwh19.05 - New Class TDockPnel
How could I do this ?
- Wed Oct 07, 2020 4:57 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Fwh19.05 - New Class TDockPnel
- Replies: 88
- Views: 42328
Re: Fwh19.05 - New Class TDockPnel
is possible add Images on the right side, like the bellow?
- Wed Oct 07, 2020 11:50 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Fwh19.05 - New Class TDockPnel
- Replies: 88
- Views: 42328
Re: Fwh19.05 - New Class TDockPnel
Now it's almost perfect
I need only one more thing. How could I add a button/option to minimize the oDock0 ?
I need only one more thing. How could I add a button/option to minimize the oDock0 ?
- Wed Oct 07, 2020 10:39 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Fwh19.05 - New Class TDockPnel
- Replies: 88
- Views: 42328
Re: Fwh19.05 - New Class TDockPnel
Cristobal,
When I try your sample there is happening this error: Error BASE/1004 Message not found: TDOCKPNEL:SETMODEHORZ
I'm Using FWH May/2020.
When I try your sample there is happening this error: Error BASE/1004 Message not found: TDOCKPNEL:SETMODEHORZ
I'm Using FWH May/2020.