Search found 795 matches: selection

Return to advanced search

tdtabase and filter

Nages, I modify your sample https://forums.fivetechsupport.com/viewtopic.php?f=3&t=44500&sid=ca68d176cc14f86e1359d15301a5e80f to use with tdatabase and the possiblity to select the state but I have problem to run the cfilter 1) when I go to ResetFilter( aFilters,oDbf, nIndex ...
by Silvio.Falconi
Mon May 13, 2024 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tdtabase and filter
Replies: 0
Views: 4

xbrowse (likely a custom table) whose contents change dynam

... 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 changes further. Another group of radio menus appear. Unchecking the Checkboxes: If checkboxes ...
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: 73

Re: Filter on Xbrowse

... the xbrowse : https://www.maveco.be/fivewin/filter2.png In user mode, only the filter that you selected will be displayed for selection by the user. https://www.maveco.be/fivewin/filter3.png Selecting the filter will update the browse. We all know that if we ...
by Marc Venken
Thu May 02, 2024 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 750

Re: xbrowse problem with :bLClicked

... function. By using SetKey() with a dummy shortcut like "KL", we can ensure that the Edit_Comuni() function is executed after the selection has been toggled, rather than immediately after the double-click event. This can help prevent issues with the selection state and the editing ...
by Silvio.Falconi
Mon Apr 22, 2024 7:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 125

Re: xbrowse problem with :bLClicked

... function. By using SetKey() with a dummy shortcut like "KL", we can ensure that the Edit_Comuni() function is executed after the selection has been toggled, rather than immediately after the double-click event. This can help prevent issues with the selection state and the editing ...
by Antonio Linares
Mon Apr 22, 2024 5:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 125

Re: xbrowse problem with :bLClicked

... specialized https://hf.co/chat/assistant/66229318ae991ee8ad79a177 I see what's going on here. You're experiencing some issues with the selection and deselection of records in your xbrowse, specifically when using the spacebar to toggle selection. Let's break it down and see if we can ...
by Antonio Linares
Mon Apr 22, 2024 5:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 125

SetMultiSelectCol() on line

... all" action oBrw:SelectRow( 4 ) MENUITEM "Print " action NIL //PrintBrowse(oParent:cCaption,oBrw,oDbf) .... Before making the selection, I would like to check whether SetMultiSelectCol() is activated in the xbrowse and if it has not been activated, activate it on first column ...
by Silvio.Falconi
Sat Apr 13, 2024 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetMultiSelectCol() on line
Replies: 5
Views: 229

Re: xbrowse SelectRow method

oBrw:SelectRow( 2 ) toggles selection of the current row in focus.
by nageswaragunupudi
Sun Mar 31, 2024 5:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse SelectRow method
Replies: 3
Views: 712

DATEPICKER

Dear friends, I have a datepicker in my dialog and now I am trying to disable dates in the past from selection. maybe someone would be kind enough to give me a little hint. I was wondering if there is a way to set minimum and maximum and leaving the dates out of this range ...
by Ruth
Mon Feb 26, 2024 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DATEPICKER
Replies: 4
Views: 227

Re: Using Excel with Fivewin and OLE

Dear Byron,

Maybe this way ?

Selection:FormatConditions:Add( xlCellValue, xlEqual, .T. )

just guessing...
by Antonio Linares
Sat Feb 10, 2024 6:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Excel with Fivewin and OLE
Replies: 2
Views: 121

Using Excel with Fivewin and OLE

The following line of code is from an Excel recorded macro:

Selection.FormatConditions.Add Type:=xlCellValue, Operator:=xlEqual,Formula1:="=TRUE"

Seems like the Add method has three parameters, how do you call this in FiveWin?

Thanks,
by byron.hopp
Sat Feb 10, 2024 1:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Excel with Fivewin and OLE
Replies: 2
Views: 121

Re: "Save As" dialog box

cGetDir( cTitle, [cInitDir] ) shows only folders without files. I need the files of the folder to be visible, but without the possibility of selection
by Natter
Sat Jan 27, 2024 7:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Save As" dialog box
Replies: 14
Views: 1854

Re: "Save As" dialog box

Thanks !
Is it possible to create a folder selection dialog with the condition that files are visible (files themselves cannot be selected) ?
by Natter
Fri Jan 26, 2024 1:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Save As" dialog box
Replies: 14
Views: 1854

Re: copy a row of xbrowse

... `oBrw:aSelectedRows` contains the indexes of selected rows in `oBrw:aArrayData`. This might require additional implementation based on how row selection is handled in your application. - When generating new unique IDs for pasted rows, make sure they do not conflict with existing ones. These ...
by Otto
Tue Dec 05, 2023 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5832

ChatGPT helps with programming

... with ChatGPT. https://mybergland.com/fwforum/4laid_sprache.jpg Today I will show you the PROMPTS I used to extend the language selection to include German. https://mybergland.com/fwforum/german_lang.mp4 If there is interest, I can show how to start from a screenshot. ...
by Otto
Sat Dec 02, 2023 4:42 pm
 
Forum: mod_harbour
Topic: ChatGPT helps with programming
Replies: 1
Views: 3072
Next

Return to advanced search