×
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Contact US

Log In

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

When Adding VBA only fields is it possible to control the tab order

When Adding VBA only fields is it possible to control the tab order

When Adding VBA only fields is it possible to control the tab order

(OP)
When I add a flex field ( a new one, not unhiding) and I try to include it in the tab order, everything goes nuts. I tab into it and the tab just goes to another screen or a field that isn't even nearby.

Has anybody had any luck with this?

RE: When Adding VBA only fields is it possible to control the tab order

No, VBA-Only controls cannot be added to the standard tab order. You could only simulate these fields being in the tab order by specifically setting focus to these fields through a Field.SetFocus or using a SendKeys call to tab. Warning: the SendKeys function will not work on Windows 7 environment unless UAC is disabled.

Thanks,
Tori

RE: When Adding VBA only fields is it possible to control the tab order

(OP)
I have tried that as well.. For example

In the PO & RFQ tab i added a VBA only field under weight.

When weight.lostfocus i sent it to the new field. When it got to the new field the focus automatically went to the Item listbox without even setting off the new field.lostfocus

RE: When Adding VBA only fields is it possible to control the tab order

I was able to go through the process that you listed here and am seeing the same results. I would like to submit a bug request on this but I will need your account and customer information. You can send this to me directly: tori.aiken@exact.com
Thanks!

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Tek-Tips Forums free from inappropriate posts.
The Tek-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members! Already a Member? Login

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close