Search found 1395 matches

by dutch
Mon Jun 08, 2020 3:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: CUEBANNER *INFIELD* does not support Russian *Solved*
Replies: 5
Views: 576

CUEBANNER *INFIELD* does not support Russian *Solved*

I use UTF8 with Russian language, the CUEBANNER is working but INFIELD (Text on top of GET) does not support as picture

Image

Thanks in advance,
by dutch
Fri May 22, 2020 10:07 am
Forum: FiveWin for Harbour/xHarbour
Topic: Does BTNBMP is supporting Image from BLOB field (MySql)?
Replies: 2
Views: 403

Re: Does BTNBMP is supporting Image from BLOB field (MySql)?

Dear Master Rao,

Thank you so much, it work very well as expect.
by dutch
Thu May 21, 2020 2:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX HEIGHTGET is not working? *Solved*
Replies: 11
Views: 1507

Re: COMBOBOX HEIGHTGET is not working? *Solved*

Dear Master Rao,

I found the problem of HEIGHTGET that does not work. It is RESIZE16 clause effect. It will be work, if no RESIZE16.

Thank you so much.
Dutch
by dutch
Thu May 21, 2020 2:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Does BTNBMP is supporting Image from BLOB field (MySql)?
Replies: 2
Views: 403

Does BTNBMP is supporting Image from BLOB field (MySql)?

Dear All,

I need to use BTNBMP and show the picture (contain in BLOB field MySql).

How do I make it?

Thanks in advance,
by dutch
Wed May 20, 2020 8:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX HEIGHTGET is not working? *Solved*
Replies: 11
Views: 1507

Re: COMBOBOX HEIGHTGET is not working?

Dear Mst Rao, SELHEITHGT is not working. Do not use HEIGHTGET Use ........ SELHEIGHT 50 ; ......... Alternatively, you can also do ACTIVATE DIALOG oDlg ON INIT oCbx:nSelectionHeight := <nNewHeight>   This one is working well. https://i.postimg.cc/C5Gfbfyh/HEIGHTGET.png Thank you so much.
by dutch
Wed May 20, 2020 2:51 am
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX HEIGHTGET is not working? *Solved*
Replies: 11
Views: 1507

Re: COMBOBOX HEIGHTGET is not working?

Dear Carlos, Thank you for your reply and I try as your suggestion as below but it doesn't change anything.   REDEFINE COMBOBOX oGet[2] VAR oDbf:TCG_SECNO ITEMS MEMVAR->aStn  ID 102 OF oDlg ;             WHEN !lFlr ;             ON CHANGE (MsgWait('test',,1)) ;             HEIGHTGET 50 https://i.pos...
by dutch
Tue May 19, 2020 6:11 am
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX HEIGHTGET is not working? *Solved*
Replies: 11
Views: 1507

Re: COMBOBOX HEIGHTGET is not working?

How to change HEIGHTGET in RC file?

Code: Select all

  CONTROL "", 102, "ComboBox", WS_BORDER|CBS_DROPDOWNLIST|WS_TABSTOP, 73, 23, 27, 81
 
nageswaragunupudi wrote:Please try increasing height in the rc file.
by dutch
Tue May 19, 2020 1:24 am
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX HEIGHTGET is not working? *Solved*
Replies: 11
Views: 1507

Re: COMBOBOX HEIGHTGET is not working?

Dear Master,
I got it. Thank you.
nageswaragunupudi wrote:Please try increasing height in the rc file.
by dutch
Mon May 18, 2020 1:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX HEIGHTGET is not working? *Solved*
Replies: 11
Views: 1507

COMBOBOX HEIGHTGET is not working? *Solved*

I use REDEFINE COMBOBOX from resource but HEIGHTGET is not working, nothing change.

Thanks in advance,
by dutch
Mon May 18, 2020 12:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: error on ribbon get action
Replies: 5
Views: 912

Re: error on ribbon get action

Desr Silvio,

Thanks but I do not use COMBOBOX on RIBBONBAR. I use COMBOBOX on DIALOG.

Is it the same?
by dutch
Mon May 18, 2020 10:06 am
Forum: FiveWin for Harbour/xHarbour
Topic: Define image (MySql BLOB) to SBUTTON
Replies: 0
Views: 5220

Define image (MySql BLOB) to SBUTTON

Dear All,

SBUTTON is allowing to load image to the BUTTON

Code: Select all

METHOD LoadBitmaps( aResource, aFile ) CLASS TSButton
....
 
It has RESOURCE or FILE. How can I read from MySql BLOB as a RESOURCE that TSBUTTON is accept it.

Thanks in advance,
by dutch
Mon May 18, 2020 7:52 am
Forum: FiveWin for Harbour/xHarbour
Topic: error on ribbon get action
Replies: 5
Views: 912

Re: error on ribbon get action

REDEFINE COMBOBOX HEIGHTGET nHGet, nHGet is not effect.

I need to change height of get but it is not working?

Thanks in advance,
by dutch
Wed May 13, 2020 3:07 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to use XBROWSE lKinetic and bLClicked in the same time?
Replies: 5
Views: 529

Re: How to use XBROWSE lKinetic and bLClicked in the same time?

I try again and got the result. lKinetic will work on columns without bLClicked action. 1. bLClicked all columns, it will action on first touch row (row which FIGUREUP is not concern) 2. bLClicked 6th column, all columns (except 6th) can use figure to slice row (Kinetic work). The 6th column cannot ...
by dutch
Tue May 12, 2020 5:40 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to use XBROWSE lKinetic and bLClicked in the same time?
Replies: 5
Views: 529

Re: How to use XBROWSE lKinetic and bLClicked in the same time?

Dear Master Rao, Thank you for asking. Thailand is great, pandemic is quite low now but we still do social distancing and wear mask. By default lKinetic is .t. Even when lKinetic is true, bLClicked works but Kinetic stops working. Whether lKinetic is true of false, and whether we have bLClicked or n...
by dutch
Mon May 11, 2020 10:57 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to use XBROWSE lKinetic and bLClicked in the same time?
Replies: 5
Views: 529

How to use XBROWSE lKinetic and bLClicked in the same time?

I would like to use ::lKinetic := .T. but bLClicked (any coloumn) cannot use.
I would like to use bLClicked (all coloumns), ::lKinetic := .T. cannot use.

How can I do it?

Thanks in advance,