Search found 112 matches: dropdownlist

Return to advanced search

Re: Antonio, Example colors and themes

It doesn't work for me. The dropdownlist part of the comboboxes is colored but the select item is not. What am I doing wrong?
by Enrico Maria Giordano
Thu Dec 15, 2022 3:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio, Example colors and themes
Replies: 19
Views: 1091

Re: We Need a FiveWin Resource Editor

I would also prefer a FW solution, but the editor is not ready sofar. Maybe a other idea... Just thinking ... RC code looks like this : omzetdlg DIALOG 6, 19, 797, 426 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Superteksten" FONT 8, "Arial" { DEFPUSHBUTTON ...
by Marc Venken
Mon Jul 19, 2021 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: We Need a FiveWin Resource Editor
Replies: 3
Views: 573

Tget change size on line

local cData_To_Print,nData_To_Print:=1 local aDataPrint :={"Campo","Valore"} @ 26, 5 Say "Dato da Stampare" SIZE 90,20 PIXEL OF oDlg TRANSPARENT @ 24, 75 COMBOBOX aGet[2] VAR nData_To_Print ITEMS aDataPrint SIZE 50,90 PIXEL OF oDlg STYLE CBS_DROPDOWNLIST; ON CHANGE (IIF...
by Silvio.Falconi
Wed Oct 28, 2020 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tget change size on line
Replies: 0
Views: 237

Re: Dropdownlist from GetBar in Xbrowse

Hola buenas tardes, siguiendo el hilo, quisiera saber si se puede buscar un texto en el combo del xBrowse ?
Espero haberme explicado
Saludos
Marcelo
by Marcelo Roggeri
Sun Apr 14, 2019 7:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dropdownlist from GetBar in Xbrowse
Replies: 5
Views: 1537

Problem with combobox

I tried with bitmpas size 16 and 24 ( only bmp file) https://i.postimg.cc/DZyk7HNY/errcombobox.png @ oBrw1:nBottom+20,125 COMBOBOX oCbx2 VAR nTariffeshow ITEMS aShowTariffe ; SIZE 200,150 PIXEL OF oDlgTariffe ; ON CHANGE (FiltraShowTariffe(oBrw2,oCbx2:nat,oTariffeMultipli),; oDlgTari...
by Silvio.Falconi
Thu Feb 21, 2019 10:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with combobox
Replies: 4
Views: 1002

Listbox displays incorrect data

Hello Everyone, We have a problem with a specific LISTBOX. For some reason, the listbox is displaying incorrect details, specifically when no key is found. The associated DBF has an index related to the specific key. What would cause this problem? I have checked the DBF for corruption and I have del...
by cdmmaui
Sat Jul 28, 2018 8:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox displays incorrect data
Replies: 13
Views: 2250

Re: Multiple Dimension Array in Combobox

Rao,

Also, here is the resource code. Should that change? I could not find DBCOMBO in samples that uses RC file

CONTROL "", 4007, "ComboBox", WS_BORDER|CBS_DROPDOWNLIST|CBS_SORT|WS_VSCROLL|WS_TABSTOP, 425, 10, 225, 100
by cdmmaui
Sat May 26, 2018 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Dimension Array in Combobox
Replies: 24
Views: 4025

Re: Dropdownlist from GetBar in Xbrowse

Has anyone uses any of this new DATA ? I always need a sample to 'GET' it working * XBROWSE ------- Enhancements to BarGet: - If uBarGetVal is logical, oBarGet is created as a Checkbox. - If new DATA aBarGetList is assigned an array of character values, oGetGet is created as a ComboBox wih the array...
by Marc Venken
Mon Feb 05, 2018 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dropdownlist from GetBar in Xbrowse
Replies: 5
Views: 1537

Re: Dropdownlist from GetBar in Xbrowse

Dropdownlist is implemented. But programmer has to provide the list of options.
by nageswaragunupudi
Sat Feb 03, 2018 2:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dropdownlist from GetBar in Xbrowse
Replies: 5
Views: 1537

Re: Dropdownlist from GetBar in Xbrowse

Maybe I missed some Whats NEW, but was it implemented in the newer versions ?
by Marc Venken
Fri Feb 02, 2018 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dropdownlist from GetBar in Xbrowse
Replies: 5
Views: 1537

Re: Dropdownlist from GetBar in Xbrowse

We now add it to our "todo" list.
by nageswaragunupudi
Sat Jan 21, 2017 10:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dropdownlist from GetBar in Xbrowse
Replies: 5
Views: 1537

Dropdownlist from GetBar in Xbrowse

First i'm on FWH 16.11 and from 16.12 there has been more improvement for the Getbar. I've not found information that it is possible that there is a dropdown from the Getbar. So, If you have a large browse you can easily put a search string and Xbrowse will filter it. Now it would be great that if s...
by Marc Venken
Sat Jan 21, 2017 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dropdownlist from GetBar in Xbrowse
Replies: 5
Views: 1537

Re: COMBOBOX cambia posicion

Prueba a disminuir el valor 145. Por ejemplo usa 100

COMBOBOX 104, 130, 155, 77, 100, CBS_DROPDOWNLIST | WS_TABSTOP
by Antonio Linares
Sat Jun 25, 2016 9:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMBOBOX cambia posicion
Replies: 6
Views: 1016

Re: COMBOBOX cambia posicion

ACA ESTA : RENDICION_ADM DIALOG 78, -23, 597, 353 STYLE DS_MODALFRAME | 0x4L | WS_POPUP | WS_VISIBLE | WS_SYSMENU FONT 7, "MS Sans Serif" LANGUAGE LANG_SPANISH, SUBLANG_SPANISH_MEXICAN { EDITTEXT 101, 116, 80, 41, 16, ES_MULTILINE | ES_UPPERCASE | WS_BORDER | WS_TABSTOP CONTROL ""...
by jbrita
Sat Jun 25, 2016 5:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMBOBOX cambia posicion
Replies: 6
Views: 1016

Re: ComboBox

Hola Cristóbal: He estado mirando y he visto lo siguiente, en mi PRG existe la siguiente línea: @150*ProPorV, 90*ProporH combobox xPul16 VAR va111 ITEMS { " " + LocaText( 1, 2,530), " " + LocaText( 1, 2,531), " " + LocaText( 1, 2,532) }...
by colthop
Thu Aug 27, 2015 1:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ComboBox
Replies: 36
Views: 4986
Next

Return to advanced search