Search found 45 matches: jumps

Return to advanced search

U-Dbu

... U-Dbu is an example program whose objective is to show its functionality and his way of programming. The scenario here will be the web, one of the jumps that most makes it difficult for many of the harbour programmers. After 3 years (COVID confinement) in which I participated in the construction ...
by Carles
Sun Apr 30, 2023 9:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: U-Dbu
Replies: 17
Views: 1198

Re: Fivewin Setkey(ALT + F2, {|| ...} ) ?

Enrico:

In my example

GetAsyncKey(VK_SHIFT,VK_TAB)

Works fine.

If I push the TAB key only, the focus jumps to the next GET, but
If I push both keys, VK_SHIFT + VK_TAB, the focus jumps to the previous GET.

Regards
by Armando
Mon Oct 31, 2022 5:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Setkey(ALT + F2, {|| ...} ) ?
Replies: 10
Views: 582

Re: Jump into edit mode

Yes, it jumps to the first column.
But unfortunately it doesn’t get into edit mode.

Anyhow many thanks for your help, Francisco.
by Detlef
Thu Mar 10, 2022 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Jump into edit mode
Replies: 6
Views: 534

Re: Border around GET

... the buttons can be created with the gradient-designer the button-gradient is called with a function Sample : button3 created ( after selection it jumps back to 0 ) As soon the buttondesign is finished Yo can save it to a INI You can redesign the button and if needed restore the saved design On ...
by ukoenig
Sun Jun 13, 2021 8:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Border around GET
Replies: 46
Views: 13693

Re: To Nages searching on xbrowse

... or all three at once. Even if they are independent, there are still issues that have to be handled. If the user types in the 1st field, then jumps to the second field, what happens to the data in the first field? It gets ignnored? It gets erased? You attempt to match on both fields somehow? ...
by James Bott
Wed Sep 05, 2018 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages searching on xbrowse
Replies: 11
Views: 2542

Setfocus problem

On successful validation of the first GET I want to move to the second using SetFocus but it jumps to the Exit button instead. (If I remove the second GET WHEN clause it will move to it but doesn't change to the gotfocus colours) TIA Peter #include "FWCE.ch"#include ...
by reds
Thu Apr 26, 2018 5:00 pm
 
Forum: FiveWin for Pocket PC
Topic: Setfocus problem
Replies: 10
Views: 3446

Re: Mr. Rao's samples collection.

Marc,

You can check it with the button topic-connection that jumps directly to the topic.
Like You can see it is exactly the same just 2 lines of code.

Image

regards
Uwe :D
by ukoenig
Mon Feb 19, 2018 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 20679

XBROWSER Logical edit

... except for the first one, will not display a check box. Instead, if I double click on the box, for example, of the 3rd record, the highlight jumps back to the first record. How do I fix this ? Tim
by TimStone
Wed May 10, 2017 10:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSER Logical edit
Replies: 3
Views: 922

Re: Introducing FiveTech's fivedit

... function. When you double left-click the highlight bar in the editor section does jump to the function, but the highlight bar in the Function list jumps to the first function--not the one you just clicked. b) Also, it does not handle classes and methods properly. Each class should be at the top ...
by James Bott
Wed Apr 05, 2017 6:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 107350

Re: OT: Windows 10 - stop upgrade

... 8-10 mouse clicks to reset the touchpad. For me anyhow, the computer is totally unusable when the touchpad is set to the defaults (the cursor jumps all over and the screen zooms out and in). Granted this may be a driver issue or a Windows 10 issue, or both. But there are many days when I wish ...
by James Bott
Mon Jun 27, 2016 6:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Windows 10 - stop upgrade
Replies: 20
Views: 4780

Re: More 16.01 problems with xBrowse UPDATED

... a file with FWH 16.01, ADS, Harbour, and VC++ 2013, when no index is specified, if I left click on an item, instead of highlighting the record, it jumps up to the top of the database. If I right click on the row, it will highlight correctly. If I have an index specified, it works as it should. ...
by TimStone
Tue Mar 01, 2016 5:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: More 16.01 problems with xBrowse UPDATED
Replies: 24
Views: 9526

More 16.01 problems with xBrowse UPDATED

... of 15.12 but it has now returned in 16.01 build 2. When left clicking on records in an xBrowse with ADS used to highlight it, the highlight line jumps to the top of the dialog. If you right click on the row, it sticks. This is a return of the previous ADS problem, fixed in 15.12 last release, ...
by TimStone
Wed Feb 17, 2016 12:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: More 16.01 problems with xBrowse UPDATED
Replies: 24
Views: 9526

Re: Introducing FiveTech's fivedit

... description reporting other than: Fatal: Unable to open file 'NONAME.OBJ' My current editor reports the error description and line number, then jumps to the line containing the error. I am just using a modified xbuild.bat. Perhaps there is a compiler flag that needs to be set (I am just using ...
by James Bott
Wed Jan 28, 2015 3:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 107350

Re: xbrowse help

... and select the record, second i press <enter> in record to transfer to another empty browser, its ok but look in image 2 the first browse jumps to second column, i want to avoid this. http://imageshack.com/a/img27/464/gt31.jpg http://imageshack.com/a/img29/6038/ks1h.jpg ...
by Wanderson
Fri Dec 13, 2013 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse help
Replies: 5
Views: 1205

Re: xbrowse help

Wanderson wrote:Hi all,

How i can avoid xbrowse jumps to another column when i press <enter>, cause i want to use a enter key to another thing.

Thanks in advance.


You can try:

::lEnterKey2Edit := .F.
by cnavarro
Wed Dec 11, 2013 11:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse help
Replies: 5
Views: 1205
Next

Return to advanced search