Search found 4021 matches: two

Return to advanced search

Re: len an array

... either. ok and if the cString is empty ( i not Know what is on Cstring, so it can be also empty) How set alines ? because then I must set another two array from alines oImage:=array(len(aLines)+1) aImages:=array(len(aLines)+1) how I can resolve ?
by Silvio.Falconi
Wed May 08, 2024 7:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: len an array
Replies: 5
Views: 156

Re: Filter on Xbrowse

... I see that perhaps you didn't understand I know how to filter with ordscope/dbfilter but that's not what I meant I would like it like this: two checkboxes must be under the xbrowse next to the words "filter by" 1) if I click in the first checkbox (married) the procedure must change ...
by Silvio.Falconi
Thu May 02, 2024 6:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 672

Filter on Xbrowse

... for example I would like to know the married and the unmarried when I click on the first checkbox the procedure must raise the xbrowse and insert two married / not moved radio controls if I click on the second checkbox it must raise the xbrowse and insert 3 checkboxes 50 years, 25 years, 20 years ...
by Silvio.Falconi
Thu May 02, 2024 12:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 672

Re: Reload data in a combobox

... = nParent } ) ) on the nigth the last solution was this https://i.postimg.cc/yYK3VmxP/resolved.gif the first combobox two element the second combobox one element on save I must save the text of categories I think this problem come from dbf because is the same dbf sample ...
by Silvio.Falconi
Wed May 01, 2024 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reload data in a combobox
Replies: 3
Views: 125

Bug Combobox itemData in FWH-23.10

... attribute of COMBOBOX returns incorrect data with FWH 23.10. Works perfect with FWH-20.07. When reviewing the class I see many changes between the two versions. How and where do I correct it ? FWH-23.10 - INCORRECT https://i.postimg.cc/Y0T3Fgmz/combobox-FWH-23-10.jpg FWH-20.07 - ...
by Cgallegoa
Wed May 01, 2024 12:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Combobox itemData in FWH-23.10
Replies: 5
Views: 198

Re: Reload data in a combobox

the second combobox control works fine if I do it in a single dimension, when it tries to repopulate the asubcategory array with two elements it doesn't work and crashes
by Silvio.Falconi
Tue Apr 30, 2024 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reload data in a combobox
Replies: 3
Views: 125

Re: 2404 Fivewin.ch error -- Antonio

The problem is these two lines in fivewin.ch:

Code: Select all  Expand view
static aFwStack      := {}
static _fwhtmp_      := nil


An include file would never contain variables or functions definitions.
by Enrico Maria Giordano
Tue Apr 30, 2024 8:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2404 Fivewin.ch error -- Antonio
Replies: 7
Views: 205

Reload data in a combobox

...      Select (nArea)         oList:close()   return  aTemp If you want the dbf I can sent you via mail Both categories and subcategories must have two array elements in the first there is the category code in the second there is the description of the category When show the second combobox the ...
by Silvio.Falconi
Tue Apr 30, 2024 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reload data in a combobox
Replies: 3
Views: 125

Re: combobox color

... attribute of COMBOBOX returns incorrect data with FWH 23.10. Works perfect with FWH-20.07. When reviewing the class I see many changes between the two versions. How and where do I correct it ? FWH-23.10 - INCORRECT https://i.postimg.cc/Y0T3Fgmz/combobox-FWH-23-10.jpg FWH-20.07 - ...
by Cgallegoa
Tue Apr 30, 2024 1:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 564

Re: combobox color

... aget[1] VAR cCategoria Items ArrTranspose(aCategorie )[ 2] size 200,90 PIXEL OF oDlg ... I wish change color and font of text only on these two items Please test this sample and use your own font and colors for these items #include "fivewin.ch"//----------------------------------------------------------------------------//function ...
by Silvio.Falconi
Mon Apr 29, 2024 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 564

Re: combobox color

... aget[1] VAR cCategoria Items ArrTranspose(aCategorie )[ 2] size 200,90 PIXEL OF oDlg ... I wish change color and font of text only on these two items Please test this sample and use your own font and colors for these items #include "fivewin.ch"//----------------------------------------------------------------------------//function ...
by nageswaragunupudi
Mon Apr 29, 2024 6:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 564

Re: Silvo .. could you post your latest xMAte env for BCC770 ?

... you can ask to Antonio Linares but I think we'd better call Bill Gates directly, I drove myself crazy for two weeks trying to find a logical connection!!!!
by Silvio.Falconi
Sat Apr 27, 2024 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. could you post your latest xMAte env for BCC770 ?
Replies: 6
Views: 331

combobox color

I have a combobox

@ 10, 120 COMBOBOX aget[1] VAR cCategoria Items ArrTranspose(aCategorie )[ 2] size 200,90 PIXEL OF oDlg


on first element of aCategorie there is "nessuna" and the last item is "Aggiungi"

I wish change color and font of text only on these two items
by Silvio.Falconi
Fri Apr 26, 2024 8:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 564

xbrowse problem with :bLClicked

...  := {|| Edit_Comuni(oBrw,2,oDlg,oDbf,aBtnBrow[4]) }          NEXT However, it happens that if I have selected two or more records and deselect only one, the procedure returns the buttonbar buttons to their initial state even if there are actually still two records ...
by Silvio.Falconi
Sun Apr 21, 2024 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 124

Re: Brush

Good morning! I'm going to post here the two codes I made as an example (the second is used here on the forum), in the first the background image is the way I need it, taking up 3/4 of the screen, but the second image is not transparent. In the ...
by oliveiros junior
Fri Apr 19, 2024 1:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Brush
Replies: 10
Views: 489
Next

Return to advanced search