Search found 792 matches: selection

Return to advanced search

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: 97

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: 97

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: 97

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: 172

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: 683

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: 222

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: 116

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: 116

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: 1837

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: 1837

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: 5788

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: 3064

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:41 pm
 
Forum: mod_harbour
Topic: ChatGPT helps with programming
Replies: 1
Views: 4029

Re: Excell to xbrowse ?

The highlighted fragment is ":Selection". Basically so
Code: Select all  Expand view
dim:=oExc:Sheets(1):Selection:Range:value
by Natter
Mon Nov 20, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excell to xbrowse ?
Replies: 5
Views: 432

Re: How to read settings in Word

Dear Michel,

To save the current current position:

nStartPosition = oWordApp:Selection:Range:Start
nEndPosition = oWordApp:Selection:Range:End

To later restore the cursor position:
oWordApp:Selection:SetRange( nStartPosition, nEndPosition )
by Antonio Linares
Wed Aug 09, 2023 7:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to read settings in Word
Replies: 14
Views: 637
Next

Return to advanced search