Search found 69 matches: keystrokes

Return to advanced search

Re: Does TDatabase supports SEEK LAST?

Saved me a few keystrokes :)
I normally would type as (oDbf:cAlias)->(dbSeek(cSeek, nil, .t.))


If you use database objects then you can just do:

oCustomer:goBottom()
by James Bott
Fri Nov 10, 2023 1:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does TDatabase supports SEEK LAST?
Replies: 5
Views: 378

Re: Does TDatabase supports SEEK LAST?

Thanks Rao,
Saved me a few keystrokes :)
I normally would type as (oDbf:cAlias)->(dbSeek(cSeek, nil, .t.))
by hua
Tue Nov 07, 2023 6:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does TDatabase supports SEEK LAST?
Replies: 5
Views: 378

Re: What is the best PDF Printer Driver Windows to use with Five

... email system you have ( hopefully ) built into the program to automatically attach that pdf to an email and send it. Thus you eliminate any extra keystrokes. Tim
by TimStone
Mon Jan 30, 2023 11:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What is the best PDF Printer Driver Windows to use with Five
Replies: 11
Views: 782

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

... I should keep adding my two cents. Coupla of things. Can the edit of a mode be done in place, rather than in a popup? Also, I'm not clear on how keystrokes are processed. Is it based on the scancode in ctscan.ch? I tried changing it to other keystrokes, but it didn't respond.   oTree:bKeyChar ...
by FWExplorer
Tue Dec 01, 2020 2:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4836

Option for Xbrowse Softseek to verify input field ?

... maybe better) that for every key we proceed, a second Xbrowse would show the result for the matching record. That way we can see from just a few keystrokes that that customer is already into the database, and we can skip the rest of the data and try the next adress.
by Marc Venken
Tue Apr 30, 2019 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Option for Xbrowse Softseek to verify input field ?
Replies: 3
Views: 876

Re: DOS accounting system to TWeb

... is that people who use tools ( like computers ) don't often like change. However, they do like saving time, and especially with computers, saving keystrokes. Tim
by TimStone
Fri Apr 12, 2019 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DOS accounting system to TWeb
Replies: 45
Views: 5680

Re: To Nages searching on xbrowse

... there will be more people with the same first name than with the same last name. Thus putting the last name first gets you a result with less keystrokes.
by James Bott
Tue Sep 04, 2018 12:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages searching on xbrowse
Replies: 11
Views: 2542

Re: lSeekBar ONLY IN SOME COLUMNS xBROWSE

... is present or not. This functionality of xbrowse is dependent on the keys pressed when xbrowse has focus. If we set lSeekBar to .T., these keystrokes are displayed in the box. The box is displayed on the top of the column that is sorted. Since, incremental seek works on the sorted column, ...
by nageswaragunupudi
Wed Jul 04, 2018 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: lSeekBar ONLY IN SOME COLUMNS xBROWSE
Replies: 4
Views: 1359

Re: FWHMARIADB Samples

... environment of say 100 users using the application, each user on average modifying 100 rows, sorting 20 times, incremental seeeks with 50 keystrokes. ADO and FWH place an addition burden on the server/network traffic by around 500 KB only and that too only for saving data and retrieving ...
by nageswaragunupudi
Sat Apr 22, 2017 3:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMARIADB Samples
Replies: 48
Views: 20545

Re: GET for xBrowse

... words, when I click on a column in the header, it would be nice for the first row of that column to show a "field" that displays the keystrokes I'm entering for an incremental search. If I click a different column, it then displays the input in the first row of that column. Thoughts ...
by TimStone
Mon Sep 19, 2016 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET for xBrowse
Replies: 8
Views: 2016

Re: Metro Class

Otto,

What keystrokes do you need to support ?

We are currently quite busy working on unicode completion, but once it is ready I can work on this :-)
by Antonio Linares
Thu Sep 17, 2015 2:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Metro Class
Replies: 4
Views: 1049

Re: OT: Windows 10 and FWH

... limited data entry and manipulation. I think this is why so many business users are so frustrated with Windows 8x. Expert users are used to using keystrokes for just about everything and constantly having to use touch on the screen really slows them down. So, although FW does not use the standard ...
by James Bott
Mon Oct 06, 2014 10:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Windows 10 and FWH
Replies: 25
Views: 8212

Re: Disappearance menu

tried in many ways 'simulate' keystrokes, but could not. used both
___Keyboard (Chr (18))
as
keybd_event (chr (18), 0x45, 0x0001 | 0,1)
by arthursilvestre
Tue Oct 15, 2013 2:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disappearance menu
Replies: 7
Views: 1089

ADO RecordSet: What is the best CursorType to use?

... (adOpenStatic). So why this useless and purposeless code oRs:CursorLocation := adOpenDynamic in our program, wasting oneline of code and about 40 keystrokes every time? Isn't this better? Once set oCn:CursorLication := adUseclient // 3 and while opening recodsets, save time, energy, space and ...
by nageswaragunupudi
Mon Jun 17, 2013 3:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RecordSet: What is the best CursorType to use?
Replies: 2
Views: 1026

Re: On Change ( get ) Incremental Search

... everything to streamline the _Isearch() function including reading the len of the variable and only evaluating the recordset every 2nd and 4th keystrokes.. Compile and type Lipk in the Last Name field to review the results.. un remark out the MsgInfo function ..test .. then rem it out again ...
by Rick Lipkin
Tue Mar 06, 2012 5:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: On Change ( get ) Incremental Search
Replies: 9
Views: 3599
Next

Return to advanced search