Where is the cursor !

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Filips Benoit

    #1

    Where is the cursor !

    Dear All,

    How to clearly show the active (cursor) field.
    A very large form having about 100 inputfields.
    After pausing input the user must see a once where the cursor is!

    Thanks,

    Filip


  • Keith

    #2
    Re: Where is the cursor !

    "Filips Benoit" <benoit.filips@ pandora.be> wrote:
    [color=blue]
    > How to clearly show the active (cursor) field.
    > A very large form having about 100 inputfields.
    > After pausing input the user must see a once where the cursor is![/color]

    Filip,

    You could use the form's "on timer" event such that, after a period of
    inactivity the control that has the focus changes background colour, but
    you'd need to code it carefully in case, for example, a command button had
    the focus when the timer event fires.

    Regards,
    Keith.

    Comment

    • Terry Kreft

      #3
      Re: Where is the cursor !

      Alternatively ...



      --
      Terry Kreft
      MVP Microsoft Access


      "Keith" <keith.wilby@Aw ayWithYerCrap.c om> wrote in message
      news:Xns961A6AA 7DA57keithwilby @10.15.188.42.. .[color=blue]
      > "Filips Benoit" <benoit.filips@ pandora.be> wrote:
      >[color=green]
      > > How to clearly show the active (cursor) field.
      > > A very large form having about 100 inputfields.
      > > After pausing input the user must see a once where the cursor is![/color]
      >
      > Filip,
      >
      > You could use the form's "on timer" event such that, after a period of
      > inactivity the control that has the focus changes background colour, but
      > you'd need to code it carefully in case, for example, a command button had
      > the focus when the timer event fires.
      >
      > Regards,
      > Keith.
      > www.keithwilby.com[/color]


      Comment

      • Darryl Kerkeslager

        #4
        Re: Where is the cursor !

        "Filips Benoit" <benoit.filips@ pandora.be> wrote[color=blue]
        > How to clearly show the active (cursor) field.
        > A very large form having about 100 inputfields.
        > After pausing input the user must see a once where the cursor is![/color]

        Assuming the cursor reference is a red herring, if all you want is to show
        the active field, just set the conditional formatting of the field to yellow
        when the "Field has focus" (assuming also that your version of Access has
        conditional formatting).

        --
        Darryl Kerkeslager

        Power corrupts.
        Absolute power corrupts absolutely.
        Knowledge is power.
        See www.adcritic.com/interactive/view.php?id=5927


        Comment

        • Filips Benoit

          #5
          Re: Where is the cursor !


          Conditional formatting is the best sulution for me.

          Thanks

          "Darryl Kerkeslager" <kerkeslager@co mcast.net> wrote in message
          news:2fedncVuq_ YKQavfRVn-ig@comcast.com. ..[color=blue]
          > "Filips Benoit" <benoit.filips@ pandora.be> wrote[color=green]
          > > How to clearly show the active (cursor) field.
          > > A very large form having about 100 inputfields.
          > > After pausing input the user must see a once where the cursor is![/color]
          >
          > Assuming the cursor reference is a red herring, if all you want is to show
          > the active field, just set the conditional formatting of the field to[/color]
          yellow[color=blue]
          > when the "Field has focus" (assuming also that your version of Access has
          > conditional formatting).
          >
          > --
          > Darryl Kerkeslager
          >
          > Power corrupts.
          > Absolute power corrupts absolutely.
          > Knowledge is power.
          > See www.adcritic.com/interactive/view.php?id=5927
          >
          >[/color]


          Comment

          Working...