Search found 498 matches: pressing

Return to advanced search

New FTDN June/Jnio (FWH 21.06)

... aData, cTitle, nTop, nLeft, nBottom, nRight, cBtnTitle, nItem, lCancel, cCapCan, oFont ) --> SelectedItemNumber - Fix: Exiting the dialog by pressing Esc key was not returning 0. Fixed - Last parameter oFont added. By default, if the application has a main window, the font of the main window ...
by Antonio Linares
Tue Jul 27, 2021 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Jnio (FWH 21.06)
Replies: 0
Views: 471

Re: Error on search a record on dbf with tdatabase

... was for rooms.] exact when the procedure gave me that the umbrella is not available, a button called "nearby elements" is activated and pressing this button shows me the alternatives near that umbrella practically visualizes on the video a portion of the beach with the other umbrellas ...
by Silvio.Falconi
Wed Jul 07, 2021 5:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on search a record on dbf with tdatabase
Replies: 18
Views: 1531

xBrowse building image-groups (sorted by color)

... http://www.service-fivewin.de/images/Imgbrowse2.jpg the copy paste-status is shown at the bottom You can break the paste simply pressing the copybutton The red copy-status ( because no paste is done ) will turn to green again http://www.service-fivewin.de/images/Imgbrowse3.jpg ...
by ukoenig
Wed Jun 16, 2021 11:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse building image-groups (sorted by color)
Replies: 5
Views: 879

Re: TO Cristobal : Message position

... if you did a class from the beginning you would have done a control (object) and not a window resize ok Now before to recreate the ttoast ( pressing the button) move the dialog and show me ( and on forum) what happen !!! then press the button to recreate the ttoast and then move the dialog ...
by Silvio.Falconi
Wed Jun 09, 2021 10:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO Cristobal : Message position
Replies: 4
Views: 784

Re: Make para BCC10

... downloaded file to any location, and you can copy/paste the location from Explorer by clicking in the path edit box and selecting the text, then pressing Ctrl+C or right-clicking and choosing Copy. Add a path reference to the Environment variables ------------------------------------------------- ...
by cnavarro
Sun Mar 28, 2021 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Make para BCC10
Replies: 7
Views: 1121

New FTDN February/Febrero 2021 (FWH 21.02)

... selection. If oBrw:lDblClick is nil double click on any column toggles selection if that column's bLDclickdata is also nil. If FastEdit is .f., pressing space key in any column toggles selection. Shift-click selects all rows from the last selection till the current row. Click on header toggles ...
by Antonio Linares
Wed Mar 24, 2021 8:56 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2021 (FWH 21.02)
Replies: 2
Views: 1474

Re: Marc : Conversion process and questions about it

... and set relations. Trying the best out of them. Incremental yes, but the new version of FWH has a new option of get's that will search afther pressing enter. The every keystroke search is not good in network, and therefore I ask for the 2 seconds delay function that Mr. Rao gave. The new way ...
by Marc Venken
Sat Jan 02, 2021 7:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Marc : Conversion process and questions about it
Replies: 30
Views: 3505

Re: Are there any Treeview samples with associated edit boxes?

Looks good, but it's still popping up a 43, after pressing the Num+ key. I can't seem to programatically assign Insert Child to other keys, like Insert. Also, inline editing - fine, but it should also work with a double-click on an existing node. ...
by Antonio Linares
Wed Dec 09, 2020 7:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4837

Re: Are there any Treeview samples with associated edit boxes?

Looks good, but it's still popping up a 43, after pressing the Num+ key. I can't seem to programatically assign Insert Child to other keys, like Insert.

Also, inline editing - fine, but it should also work with a double-click on an existing node.
by FWExplorer
Wed Dec 09, 2020 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4837

xbgetbar

... := 250 2) is it possible that when I insert a letter the procedure already looks for the records that have that letter? obviously without pressing the "set filter" button? 3) is it possible to have the option to insert a btnbmp in the get field so that I can call the clearfilter ...
by Silvio.Falconi
Thu Nov 05, 2020 4:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbgetbar
Replies: 2
Views: 486

Re: Google Table and clipboard

We can copy from XBrowse by pressing Ctrl-C and paste into Excel or Google Sheet, by going to the sheet and pressing Ctrl-V or the paste button. 1. Copying value of single cell: If oBrw:nMarqueeStyle >= 0 and <= 3 (MARQSTYLE_NOMARQUEE/ ...
by nageswaragunupudi
Sun Oct 18, 2020 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Table and clipboard
Replies: 2
Views: 657

Re: How to prevent xBrowse to move right after pressing Enter?

In that sample, try to change this

Code: Select all  Expand view
o:nEditType := 0


and you will see that pressing Enter, the selection moves to the righ regardless of nMoveType.

How to stop this behavior?

EMG
by Enrico Maria Giordano
Tue Sep 29, 2020 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to prevent xBrowse to move right after pressing Enter?
Replies: 11
Views: 795

Re: How to prevent xBrowse to move right after pressing Enter?

Code: Select all  Expand view
oBrw:bKeyChar := { |n| If( n == VK_RETURN, 0, nil ) }
by nageswaragunupudi
Tue Sep 29, 2020 12:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to prevent xBrowse to move right after pressing Enter?
Replies: 11
Views: 795

Re: How to prevent xBrowse to move right after pressing Enter?

Christobal,

Have you tried with lEnterKey2Edit := .T. and/or nMoveType := 5 ?


sample xbposte-prg is showing the different tests using oBrw:nMoveType :!:

regards
Uwe :D
by ukoenig
Tue Sep 29, 2020 12:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to prevent xBrowse to move right after pressing Enter?
Replies: 11
Views: 795
PreviousNext

Return to advanced search