Search found 6550 matches: first

Return to advanced search

Re: To nages : modify of a xbrowse

...        :aEditListTxt := acOperators      END   endif  Nages, Not run ok https://i.postimg.cc/y6QkfmcT/jjh.png I can modify the first line and the first column
by Silvio.Falconi
Mon May 13, 2024 7:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To nages : modify of a xbrowse
Replies: 8
Views: 214

Re: To nages : modify of a xbrowse

... = 1,MsgInfo("not"),) } What is the purpose of bEditBlock? I not Know I found this line on this forum on first colum I use :aCols[1]:nEditType := EDIT_LISTBOX :aCols[1]:aEditListTxt := acOperators I wish only it can run only when the oBrwFilter:nArrayAt ...
by Silvio.Falconi
Thu May 09, 2024 8:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To nages : modify of a xbrowse
Replies: 8
Views: 214

Re: To nages : modify of a xbrowse

...  // where n is the number of chars you want to enter OR oBrw:aCols[ 4 ]:lVarChar := .T.// AND/ORaCols[ 4 ]:nMaxLen := n Nages, on first column I made :aCols[1]:nEditType := EDIT_LISTBOX :aCols[1]:aEditListTxt := acOperators :aCols[1]:bEditBlock := { |r,c|IIF(oBrwFilter:nArrayAt ...
by Silvio.Falconi
Wed May 08, 2024 7:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To nages : modify of a xbrowse
Replies: 8
Views: 214

To nages : modify of a xbrowse

...     :lRecordSelector     := .f.      :lHScroll             := .f.      :lVScroll             := .f.      :CreateFromCode()   END for the first column I wish it not show the listbox when is the first line of array this not run :aCols[1]:bEditBlock := { |r,c,oCol|IIF(!oBrwFilter:nArrayAt ...
by Silvio.Falconi
Wed May 08, 2024 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To nages : modify of a xbrowse
Replies: 8
Views: 214

Re: how to change the size of an xbrowse in runtime

... if I select "age" I go to activate the age filters but I go to activate box number 3, the topmost one, how can I make it so that if the first box is not activated, the age box takes the coordinates of the first box? that is, to make you understand https://i.postimg.cc/3w4GsbSF/io.png ...
by Silvio.Falconi
Sun May 05, 2024 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 318

xbrowse (likely a custom table) whose contents change dynam

... size. Here's a possible scenario based on your description: Initial State: The xbrowse table is visible. Checkboxes are located beneath it. First Checkbox Clicked: The xbrowse's size changes. A group of radio menus appear based on the selection. Second Checkbox Clicked: The xbrowse's size ...
by Otto
Sat May 04, 2024 7:42 am
 
Forum: mod_harbour
Topic: xbrowse (likely a custom table) whose contents change dynam
Replies: 0
Views: 76

Re: how to change the size of an xbrowse in runtime

...         (oBox[2]:Hide(), obrw:nBottomMargin:= oBrw:nTop+ 40 ,oBrw:refresh(.f.) ) ) ) first step seem run ok https://i.postimg.cc/W4vYtp6S/gggggg.gif
by Silvio.Falconi
Thu May 02, 2024 9:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 318

Re: how to change the size of an xbrowse in runtime

I'm trying to raise the xbrowse but I don't understand how to do it, I tried both with nHeight and with NBottom

Image


I put the checkboxes in a panel under the browse
if I click on the first check I have to raise the xbrowse
by Silvio.Falconi
Thu May 02, 2024 8:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 318

Re: Filter on Xbrowse

... you want to impose something on me that I don't need? I realized that I have to do a simulation to make you understand what I would like to create First step init I see the xbrowse and the checkboxes under the xbrowse https://i.postimg.cc/RF2c6N1Y/first-step.png Second step the ...
by Silvio.Falconi
Thu May 02, 2024 7:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 762

Re: Filter on Xbrowse

... 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 the size of the xbrowse and must display two radio items at the top above the words "filter ...
by Silvio.Falconi
Thu May 02, 2024 6:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 762

Filter on Xbrowse

... a filter https://i.postimg.cc/Y21d88SR/n.png 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 ...
by Silvio.Falconi
Thu May 02, 2024 12:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 762

Re: Reload data in a combobox

... FIELD->PAR = 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 ...
by Silvio.Falconi
Wed May 01, 2024 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reload data in a combobox
Replies: 3
Views: 133

Reload data in a combobox

...    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 exe crash out Application ...
by Silvio.Falconi
Tue Apr 30, 2024 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reload data in a combobox
Replies: 3
Views: 133

Re: 2404 Fivewin.ch error -- Antonio

Dear Rick,

Can you please post here the first lines of your login.prg ?

thanks!
by Antonio Linares
Mon Apr 29, 2024 6:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2404 Fivewin.ch error -- Antonio
Replies: 7
Views: 210

2404 Fivewin.ch error -- Antonio

... statementC:\fwh2404\include\FIVEWIN.CH(2199) Error E0004  STATIC declaration follows executable statement2 errors  So far this is the first FiveWin error I have come across ... do you see something in the script above that would cause this error ?? Thanks Rick Lipkin
by Rick Lipkin
Mon Apr 29, 2024 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2404 Fivewin.ch error -- Antonio
Replies: 7
Views: 210
Next

Return to advanced search