Search found 73 matches: keystroke

Return to advanced search

Re: RDS (Remote Desktop) and FW programming

... with incredibly high resolution. It has Remote Desktop installed to connect to the other two computers, plus my notebook if I want. A single keystroke allows me to attach to each connected computer. Thus, all 3 computers sit under the one monitor, taking very little space, but performing ...
by TimStone
Thu Oct 31, 2024 7:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RDS (Remote Desktop) and FW programming
Replies: 10
Views: 922

Re: web browser control based on Microsoft Edge

... Community Version. I took my existing source code for my primary application, allowed Visual Studio to update the version of controls ( a single keystroke does this automatically ), and then did a clean and build. The project compiled and linked without any modification, and works perfectly. ...
by TimStone
Mon Aug 30, 2021 7:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: web browser control based on Microsoft Edge
Replies: 20
Views: 3418

Re: Marc : Conversion process and questions about it

... Are you using filters or scopes? Are you doing incremental searches on a Get as the user types? Are you trying to update five browses for each keystroke the user types into a search field? Many things we did when the exe and databases were on the same computer are not practible on a network. ...
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: 5264

Re: Marc : Conversion process and questions about it

Marc,

Are you using filters or scopes?

Are you doing incremental searches on a Get as the user types?

Are you trying to update five browses for each keystroke the user types into a search field?

Many things we did when the exe and databases were on the same computer are not practical on a network.
by James Bott
Sat Jan 02, 2021 7:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Marc : Conversion process and questions about it
Replies: 30
Views: 5264

XBrowse: Using Get for incremental Seek/Filters

... nil  When Get has the focus, the text entered by the user is used for the incremental search/filter. If the search/filter fails, the user's keystroke is discarded. When the browse has focus, the user can continue entering further characters and the Get is updated correctly. The user can ...
by nageswaragunupudi
Wed Dec 09, 2020 12:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: Using Get for incremental Seek/Filters
Replies: 32
Views: 4825

Re: XBROWSE edit_listbox

Thanks Marc, but i will not end the dialog i will only after a keystroke leave the xbrowse-cell with the listbox and go to the next cell.
by byte-one
Tue May 28, 2019 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE edit_listbox
Replies: 4
Views: 574

Re: Automatic xbrowse refresh

Thanks to all ... Jack SetIdleAction() is only for 16 bits and can cause app freeze. Armando. I need to control the time after the last keystroke is done, not at a defined period of time SP: Necesito controlar el tiempo despues de la ultima tecla presionada, no a un periodo de tiempo definido. ...
by Adolfo
Mon Oct 22, 2018 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Automatic xbrowse refresh
Replies: 5
Views: 1360

How to make memo edit in dialog automatic selectnone?

Has anyone found a way to have memo edit default to selectnone or unselect text during ON INIT?
I have tried many different ways to get the memo edit not to select all automatically.
This has caused more than 1 person to accidentally erase memo with keystroke.
by Gale FORd
Thu Aug 24, 2017 2:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make memo edit in dialog automatic selectnone?
Replies: 5
Views: 1193

Re: xBrowse Cell Edit

... tried many different ways to get the memo edit not to select all automatically. This has caused more than 1 person to accidentally erase memo with keystroke. local oDlg, oGet1, cText   cText := 'This is existing text'   DEFINE DIALOG oDlg RESOURCE "DLG_NOTE" TITLE ...
by Gale FORd
Mon Aug 21, 2017 8:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Cell Edit
Replies: 8
Views: 2155

Re: FWHMARIADB Samples

... and FWH do the filtering process in client's memory and fast. For this reason there is no burden on the network/server. In case of Dolphin, every keystroke including backspace, generates a new query with where clause, resulting in 3 seconds delay and additional burden of 6 MB for every keystroke. ...
by nageswaragunupudi
Sat Apr 22, 2017 3:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMARIADB Samples
Replies: 48
Views: 24275

Re: Edit the cell of xBrowse

Is it possible to activate editing a cell, not a double click, and keystroke on the keyboard ?

Yes.
Either set
Code: Select all  Expand view  RUN
oBrw:lFastEdit := .t.

or
create XBROWSE with clause FASTEDIT.

In this case, keystroke will invoke edit just Excel
by nageswaragunupudi
Thu Apr 20, 2017 3:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Edit the cell of xBrowse
Replies: 5
Views: 881

Edit the cell of xBrowse

Hi, all !

XBrowse column is of type :nEditType:= EDIT_GET
Standard GET-object editing is invoked by double-clicking. Is it possible to activate editing a cell, not a double click, and keystroke on the keyboard ?
by Natter
Thu Apr 20, 2017 3:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Edit the cell of xBrowse
Replies: 5
Views: 881

Re: Xbrowse moving to the next cell after edit (NO return-key) ?

... < Francisco > is the fastest possible one I tested. Just keep key 0 pressed and You can delete the complete table or row without any extra keystroke. Reaching the end of a row it starts the next row with the first defined numeric column. http://www.pflegeplus.com/IMAGES/Xbrwcell5.jpg ...
by ukoenig
Wed Nov 11, 2015 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse moving to the next cell after edit (NO return-key) ?
Replies: 8
Views: 2091

Re: How to create this xbrowse-filter ?

Uwe Don't know if this will help you but I use a 'trick' with an Ado (sql ) filter by extracting the value of a Get by keystroke using the :GetText() method and setting the filter to that alltrim string .. it basically immitates an incremental search and refreshed xBrowse with the ...
by Rick Lipkin
Fri May 22, 2015 3:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create this xbrowse-filter ?
Replies: 6
Views: 1854

Re: Incremental Search

... it seems for large databases this is going to be very slow since every record in the database is going to have to be read and searched for each keystroke. It might be possible to create an index that doesn't contain the first item (address number in this case) which would be much faster. However, ...
by James Bott
Mon May 12, 2014 2:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Incremental Search
Replies: 27
Views: 6223
Next

Return to advanced search