Search found 225 matches: cbs

Return to advanced search

Re: "Starting With", "Containing"

I'd like add also the options "Starting With", "Containing" on combobox but I not Know how make it XBROWSER.PRG already has the code for it. Please adapt . yes I saw but I need to create this : when I insert this line @ 10, 550 COMBOBOX oBrw:oSortCbx VAR oBrw:cSortOrder; SIZE 10...
by Silvio.Falconi
Mon Mar 13, 2023 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Starting With", "Containing"
Replies: 4
Views: 356

"Starting With", "Containing"

I 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 i...
by Silvio.Falconi
Fri Mar 10, 2023 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Starting With", "Containing"
Replies: 4
Views: 356

Re: DIALOG NOCAPTION no funciona con XIMAGE

// RESOURCE SCRIPT generated by "Pelles C for Windows, version 8.00". #include <windows.h> #include <commctrl.h> #include <richedit.h> LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL PACIENTE_FICHA DIALOG DISCARDABLE 119, 121, 559, 410 STYLE WS_CHILD|DS_3DLOOK|WS_SYSMENU|WS_VISIBLE...
by Willi Quintana
Wed Oct 12, 2022 1:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIALOG NOCAPTION no funciona con XIMAGE
Replies: 17
Views: 1540

a Get on a buttonbar

How can I put a Get in a buttonbar when the end user selects the second option of a combobox xhe is on the same buttonbar local aShowExtract:= {"Estrazioni continue","Estrazioni annuali"} ::nyear := "2022" //ComboBox @ 2,190 COMBOBOX aShowCbx[2] Var cExtractSel ITEMS aS...
by Silvio.Falconi
Sat Oct 01, 2022 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a Get on a buttonbar
Replies: 9
Views: 562

Re: about RESIZE

hi, Can you please help me to find where is the program containing FWTVLC class in FWH sources? this is a new CLASS which i just write for FiveWin :wink: --- have found out that COMBOBOX under FiveWin does use "old" MeasureItem Value when resize https://docs.microsoft.com/de-de...
by Jimmy
Sun Jul 31, 2022 4:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: about RESIZE
Replies: 7
Views: 469

Re: combobox issue

Just remove CBS_SORT from your RC file.

EMG
by Enrico Maria Giordano
Fri Apr 15, 2022 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox issue
Replies: 2
Views: 183

xbrowser lAutoSeek proposal

Nages, You can add the new search mode (for example lautoSeek) in the xbrowser function and add @ 1.2, 75 SAY oSaySearch[1] Prompt "Search" SIZE 46,24 PIXEL OF oBar @ 1.2, 95 SAY oSaySearch[2] Prompt "on" SIZE 40,24 PIXEL OF oBar @ 1.2, 130 GET oGetSearch VAR cSeek SIZE 80,10 PIX...
by Silvio.Falconi
Wed Feb 23, 2022 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowser lAutoSeek proposal
Replies: 0
Views: 182

COMBOBOX STYLE

Nages sad me I can insert STYLE CBS_DROPDOWN on COMBOBOX when the value is numeric nNaturaIva: = ASCAN(aNatura, { | a | alltrim(a[ 1 ]) == alltrim("N1") } ) @ 140, 120 COMBOBOX aGet[4] VAR nNaturaIva ITEMS aItems SIZE 450,24 PIXEL OF oDlg STYLE CBS_DROPDOWN UPDATE bat when I put the mouse ...
by Silvio.Falconi
Tue Jan 11, 2022 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX STYLE
Replies: 0
Views: 241

To Nages : combobox not refresh xbrowse

https://i.postimg.cc/BtWRgJPd/jio.jpg When I select a item on combobox it no refresh the xbrowse with the order selected this the sources #INCLUDE "FIVEWIN.CH"#INCLUDE "DBCOMBO.CH"#INCLUDE "DTPICKER.CH"MEMVAR oApp// -------------------------------------...
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: 257

Re: james

Yo haria asi: +-. // SAMPLES\SILDATAB.PRG#Include "Fivewin.ch"ANNOUNCE RDDSYS // IDEM: ANNOUNCE FPTCDXREQUEST OrdKeyNo, OrdKeyCount, OrdCreate, OrdKeyGoto // Para ListBoxREQUEST DBFCDX, DBFFPTFUNCTION Main()   LOCAL oDlg, oGet, oBrw, oFont, oBold, oCust, DbCust, oSay1, oSay2   LOC...
by Silvio.Falconi
Sun Dec 12, 2021 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: james
Replies: 8
Views: 790

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

Re: BUG COMBOBOX ?????

[quote="nageswaragunupudi"]Using Combobox: 1) With Numeric Variables: When using numeric variables, we should NOT use CBS_DROPDOWN style. Sample: #include "fivewin.ch"function Main()   local oDlg   local aElemento   :={ "Testo","Immagine","Ba...
by Silvio.Falconi
Tue Nov 03, 2020 11:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BUG COMBOBOX ?????
Replies: 12
Views: 1311

Re: BUG COMBOBOX ?????

Using Combobox: 1) With Numeric Variables: When using numeric variables, we should NOT use CBS_DROPDOWN style. Sample: #include "fivewin.ch"function Main()   local oDlg   local aElemento   :={ "Testo","Immagine","Barcode" ...
by nageswaragunupudi
Sun Nov 01, 2020 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BUG COMBOBOX ?????
Replies: 12
Views: 1311

Re: Tget lostofocus error on combobox

nageswaragunupudi wrote:You should not use CBS_DROPDOWN style when the variable is numeric.
This style can be used when the variable is of character type.


yes of course.....
by Silvio.Falconi
Sun Nov 01, 2020 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tget lostofocus error on combobox
Replies: 4
Views: 466

Re: BUG COMBOBOX ?????

Hello Silvio,
you assign a numeric variable to a character.
If you need the numeric, the position in the array you should use aGet[1]:nAt.

@ 8, 75 COMBOBOX aGet[1] VAR cItem1 ITEMS aElemento SIZE 50,90 PIXEL OF oDlg STYLE CBS_DROPDOWN ON CHANGE msginfo( aGet[1]:nAt )

Best regards,
Otto
by Otto
Sat Oct 31, 2020 5:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BUG COMBOBOX ?????
Replies: 12
Views: 1311
Next

Return to advanced search