Search found 795 matches

by vilian
Mon Feb 15, 2021 2:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: barcode check
Replies: 3
Views: 3211

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.
by vilian
Thu Nov 26, 2020 10:52 am
Forum: FiveWin for Harbour/xHarbour
Topic: Happy birthday Antonio !!!
Replies: 52
Views: 22862

Re: Happy birthday Antonio !!!

Happy Birthday Antonio !
by vilian
Sat Nov 21, 2020 11:21 am
Forum: FiveWin for Harbour/xHarbour
Topic: Program language of FWH
Replies: 5
Views: 3587

Re: Program language of FWH

Tim,
+1
by vilian
Fri Nov 13, 2020 5:02 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre sentencia c/MariaDB Connection
Replies: 4
Views: 3371

Re: Consulta sobre sentencia c/MariaDB Connection

In this case, I think you should to do this by this way:

Code: Select all

if ::oConn:QueryResult( "SELECT banco FROM Bancos WHERE banco='Cajas' LIMIT 1" ) = NIL
   ...
endif
 
Sorry for answer in english.
by vilian
Wed Nov 04, 2020 8:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Color to BTNBMP objects
Replies: 0
Views: 7468

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?
by vilian
Tue Oct 13, 2020 10:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MySql Data Access Security
Replies: 0
Views: 7044

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 ?
by vilian
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: 5543

Re: How to arrange images to generate a new image?

Thank You Mr Rao,
It's exactly I need :)
by vilian
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: 5543

Re: How to arrange images to generate a new image?

I need to create different images many times inside my program.
by vilian
Thu Oct 08, 2020 12:55 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Fwh19.05 - New Class TDockPnel
Replies: 88
Views: 37493

Re: Fwh19.05 - New Class TDockPnel

Thank You Very Much!

TDockPnel is amazing and your support too.
by vilian
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: 5543

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?
by vilian
Thu Oct 08, 2020 10:47 am
Forum: FiveWin para Harbour/xHarbour
Topic: Fwh19.05 - New Class TDockPnel
Replies: 88
Views: 37493

Re: Fwh19.05 - New Class TDockPnel

Thank you Cristobal ;)

Where could I know the list of these image codes ?
by vilian
Wed Oct 07, 2020 11:59 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Fwh19.05 - New Class TDockPnel
Replies: 88
Views: 37493

Re: Fwh19.05 - New Class TDockPnel

How could I do this ?
by vilian
Wed Oct 07, 2020 4:57 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Fwh19.05 - New Class TDockPnel
Replies: 88
Views: 37493

Re: Fwh19.05 - New Class TDockPnel

is possible add Images on the right side, like the bellow?

Image
by vilian
Wed Oct 07, 2020 11:50 am
Forum: FiveWin para Harbour/xHarbour
Topic: Fwh19.05 - New Class TDockPnel
Replies: 88
Views: 37493

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 ?
by vilian
Wed Oct 07, 2020 10:39 am
Forum: FiveWin para Harbour/xHarbour
Topic: Fwh19.05 - New Class TDockPnel
Replies: 88
Views: 37493

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.