![]() ![]() |
7 Jul 2010, 08:57
Post
#1
|
|
![]() Expert ![]() ![]() ![]() ![]() Group: Members Posts: 192 Joined: 18-May 02 From: Cupar, Fife, Scotland Member No.: 425 |
Got a function where tab stops don't operate if accessed as a user. Whereas if VIP is called, then immediately exited and the function accessed, the tab stops work as expected. Is there a property/switch/ini flag to set these on/off?
Not seen this before - so maybe it's something I'm doing/not doing. Set Enable field Attributes on in the View/Options - but didn't make any difference even after logoff/logon. Donald |
|
|
|
15 Jul 2010, 13:03
Post
#2
|
|
![]() ProIV Guru ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 440 Joined: 11-October 01 From: Bristol, United Kingdom Member No.: 322 |
Got a function where tab stops don't operate if accessed as a user. Whereas if VIP is called, then immediately exited and the function accessed, the tab stops work as expected. Is there a property/switch/ini flag to set these on/off? Not seen this before - so maybe it's something I'm doing/not doing. Set Enable field Attributes on in the View/Options - but didn't make any difference even after logoff/logon. Donald Application.TabNavigation might be what you're looking for. -------------------- The content and views expressed in this message are those
of the poster and do not represent those of any organisation. |
|
|
|
21 Jul 2010, 09:09
Post
#3
|
|
![]() Expert ![]() ![]() ![]() ![]() Group: Members Posts: 192 Joined: 18-May 02 From: Cupar, Fife, Scotland Member No.: 425 |
Thanks Chris
That's the switch for Pro IV or Windows tab handling standards (according to the Properties Manual). The problem is that for User access to the runtime system tab goes to the next field NOT the next field flagged with Tab Stop. There must be a setting that remains unset and I don't recall ever setting it before - specifically for tabs anyway. Cheers. |
|
|
|
28 Jul 2010, 16:42
Post
#4
|
|
|
ProIV Guru ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 259 Joined: 6-December 00 From: Florida,USA Member No.: 550 |
I cannot comment on the docs, but Chris is correct with his suggestion. Application.tabnavigation is a switch that instruct PROIV to honor the tab key as the enter key. It is turned on by setting Application.tabnavigation = True . I would check your code base to see if you have this line anywhere.
-------------------- Things should be made as simple as possible, but not simpler
|
|
|
|
5 Aug 2010, 22:09
Post
#5
|
|
![]() Expert ![]() ![]() ![]() ![]() Group: Members Posts: 192 Joined: 18-May 02 From: Cupar, Fife, Scotland Member No.: 425 |
Chris/Darren
Thanks - I was convinced that it wasn't being set - but you were right - it was. Must have accidentally clicked on my settings screen at some point without noticing. Now works like I was expecting. Cheers |
|
|
|
![]() ![]() ![]() |
| Lo-Fi Version | Time is now: 5th September 2010 - 17:01 |