Cannot Tab to DBRadioGroup



Hi All,
My DBRadioGroup is linked to a field in a table. I set its TabStop := True;
but I cannot tab to it to select values.
Any idea why?
Thanks.

Chris


.



Relevant Pages

  • Re: Move to tab location in document using paragraph index & tabst
    ... Once the tab at the custom tab stop is found, ... ' This is the tabstop that this tab character stops ... The following code is how I retrieve the paragraph and tabstop index ...
    (microsoft.public.word.vba.customization)
  • Re: OT: Why is C so popular?
    ... > If you think that my goals are incorrect, or can show that it does not ... the reason given for setting tabstop was: ... documented as controlling the "number of spaces that a <Tab> in the file ... simplifies everyone's life and means you can spend your life on more ...
    (Debian-User)
  • Re: Tabs versus Spaces in Source Code
    ... tabstop' and a tabstop isn't necessarily the same as a level of ... 'move to next tabstop' is how your editor interprets a tab character. ... 'one level of indentation' is how the language parser interprets it. ...
    (comp.lang.python)
  • Re: OT: Why is C so popular?
    ... but vim uses tabstop to determine how many spaces to put in. ... >> when we hit tab, expandtabs on so we don't send it out to other people, ... There is only "accomplishes ...
    (Debian-User)
  • Re: Move to tab location in document using paragraph index & tabst
    ... I haven't tested this fully and I'm sure it can be improved upon, but it will find tabs at custom tab stops - does it help? ... Would there be a way to look for a custom tabstop, ... > The following code is how I retrieve the paragraph and tabstop index> from ...
    (microsoft.public.word.vba.customization)