Search found 31 matches: heightget

Return to advanced search

Re: "Starting With", "Containing"

... . yes I saw but I need to create this : when I insert this line @ 10, 550 COMBOBOX oBrw:oSortCbx VAR oBrw:cSortOrder; SIZE 100,400 PIXEL OF oDlg HEIGHTGET 14.8 STYLE CBS_DROPDOWN add also "Starting With", "Containing" on the same combobox and not on another combobox
by Silvio.Falconi
Mon Mar 13, 2023 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Starting With", "Containing"
Replies: 4
Views: 362

"Starting With", "Containing"

... made the search on xbrowse with @ 10, 165 GET oGet VAR cSeek..... @ 10, 550 COMBOBOX oBrw:oSortCbx VAR oBrw:cSortOrder; SIZE 150,400 PIXEL OF oDlg HEIGHTGET 14.8 STYLE CBS_DROPDOWN I'd like add also the options "Starting With", "Containing" on combobox but I not Know how make ...
by Silvio.Falconi
Fri Mar 10, 2023 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Starting With", "Containing"
Replies: 4
Views: 362

a Get on a buttonbar

... ::nyear := "2022" //ComboBox @ 2,190 COMBOBOX aShowCbx[2] Var cExtractSel ITEMS aShowExtract ; SIZE 150,400 PIXEL OF ::oBar HEIGHTGET 18 STYLE CBS_DROPDOWN ; ON Change oGet:refresh() //get @ 2, 280 GET oGet VAR ::nyear SIZE 150,22 PIXEL OF ::oBar WHEN aShowCbx[2]:nat= 2
by Silvio.Falconi
Sat Oct 01, 2022 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a Get on a buttonbar
Replies: 9
Views: 576

xbrowser lAutoSeek proposal

... oGetSearch:lBtnTransparent :=.t. @ 1.2, 200 COMBOBOX oBrw:oSortCbx VAR oBrw:cSortOrder; SIZE 100,400 PIXEL OF oBar HEIGHTGET 14 STYLE CBS_DROPDOWN If it is possible to have the search in the buttonbar ? Is it possible to have xbrowser embedded in the dialogs, to ...
by Silvio.Falconi
Wed Feb 23, 2022 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowser lAutoSeek proposal
Replies: 0
Views: 185

To Nages : combobox not refresh xbrowse

...       :CreateFromCode()         END   @ 2, 550 COMBOBOX oSelf:oLbx:oSortCbx VAR oSelf:oLbx:cSortOrder;        SIZE 200,400 PIXEL OF ::oBar HEIGHTGET 18 STYLE CBS_DROPDOWN     DEFINE BUTTON RESOURCE "salir"    NOBORDER OF ::oBar GROUP    ;      TOOLTIP "Salir"         ...
by Silvio.Falconi
Mon Jan 03, 2022 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : combobox not refresh xbrowse
Replies: 1
Views: 266

Re: james

... SIZE  55,   20 PIXEL   OF oDlg   // cSortOrder ??   // @ 20, 280  COMBOBOX oBrw:oSortCbx VAR oBrw:cSortOrder;   //     SIZE 200, 400 PIXEL OF oDlg HEIGHTGET 20 STYLE CBS_DROPDOWN   ACTIVATE DIALOG oDlg CENTEREDRETURN NIL// OPEN FILESFUNCTION NetUse( cDbf, lShared )   LOCAL cAlias := cFileName( ...
by Silvio.Falconi
Sun Dec 12, 2021 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: james
Replies: 8
Views: 809

Re: Lookup method of Tdatabase

now correct to
@ 48, 94 COMBOBOX aGet[2] VAR nImage ITEMS aElementiItems ;
BITMAPS aBmpCombo SIZE 98,220 PIXEL OF oDlg HEIGHTGET 66 ;
ON CHANGE ( ctype:= aElementi[nImage][1],Eval( bCheck ))
by Silvio.Falconi
Tue Aug 24, 2021 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lookup method of Tdatabase
Replies: 44
Views: 2926

Ayuda con apariecia y tamaño deL COMBOBOX

... http://datanet.space/fw/jose.jpg Por otro lado quisiera que el combo aparezca exactamente del mismo tamaño que los get. He probado con HEIGHTGET , SELHEIGHT, oCbx:nSelectionHeight := <nNewHeight> y no funciona. Lo he logrado reducir cambiando el tamaño de la fuente del control ...
by JoseAlvarez
Mon Apr 19, 2021 1:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con apariecia y tamaño deL COMBOBOX
Replies: 8
Views: 728

Re: Cambiar tamaño del comboBox

Hola Patricio

Como estas?

Mira este link.

viewtopic.php?f=3&t=38985&p=232559&hilit=HEIGHTGET+%3CnHGet%3E#p232559

Muchos Saludos

Antonio
by remtec
Sat Jul 04, 2020 3:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar tamaño del comboBox
Replies: 3
Views: 407

Re: Cambiar tamaño del comboBox

Utiliza la clausula

HEIGHTGET <nHGet>
by cnavarro
Sat Jul 04, 2020 10:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar tamaño del comboBox
Replies: 3
Views: 407

Re: Agrandar la caja de selección de un combobox

... #xcommand @ <nRow>, <nCol> COMBOBOX [ <oCbx> VAR ] <cVar> ; [ <it: PROMPTS, ITEMS> <aItems> ] ; ... [ HEIGHTGET <nHGet> ] ; [ SELHEIGHT <nSelHt> ] ; [ ITEMHEIGHT <nItmHt> ] ; EDIT: listo, creo que este: https://forums.fivetechsupport.com/viewtopic.php?f=3&t=34422&p=204483&hilit=combobox+height#p204483 ...
by carlos vargas
Fri Jun 05, 2020 7:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Agrandar la caja de selección de un combobox
Replies: 6
Views: 870

Re: Combobox on BTNBAR

... testbar.prg ) @ 2, 350 COMBOBOX oCbx VAR cItem ITEMS { "Testing", "this", "ComboBox" } ; SIZE 100, 300 OF oBar PIXEL HEIGHTGET 22 http://www.pflegeplus.com/IMAGES/Combo2.jpg regards Uwe :D
by ukoenig
Wed Jun 03, 2020 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox on BTNBAR
Replies: 2
Views: 436

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:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX HEIGHTGET is not working? *Solved*
Replies: 11
Views: 1607

Re: COMBOBOX HEIGHTGET is not working? *Solved*

I did some tests with fwh\samples\combosb.prg using \fwh\samples\combosb.rc. I found that both HEIGHTGET and SELHEIGHT are working with resources. Please build and run \fwh\samples\combosb.prg without any changes. This is what you see. https://imagizer.imageshack.com/v2/xq90/924/BUsvVD.png ...
by nageswaragunupudi
Wed May 20, 2020 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX HEIGHTGET is not working? *Solved*
Replies: 11
Views: 1607

Re: COMBOBOX HEIGHTGET is not working? *Solved*

On resource, try

ACTIVATE DIALOG oDlg ON INIT oCbx:nSelectionHeight := <nNewHeight>
by MOISES
Wed May 20, 2020 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX HEIGHTGET is not working? *Solved*
Replies: 11
Views: 1607
Next

Return to advanced search