Stop blinking curser

  • Thread starter Thread starter Linda \(RQ\)
  • Start date Start date
L

Linda \(RQ\)

Hello,

Now that I figured out that setting the tab stop to no doesn't have anything
to do with the blinking curser in my text box on my form...how do I get the
curser to not be visable on my form. I am trying to make a form that just
has controls to give the user information about certain records and
calculations in my database.

Thanks,
Linda
 
Linda (RQ) said:
Hello,

Now that I figured out that setting the tab stop to no doesn't have anything
to do with the blinking curser in my text box on my form...how do I get the
curser to not be visable on my form. I am trying to make a form that just has
controls to give the user information about certain records and calculations
in my database.

If you make all the controls Locked and Disabled then there will be no cursor.
 
Rick Brandt said:
If you make all the controls Locked and Disabled then there will be no
cursor.

Found it! The Enable property to no....

Thanks, Rick
Linda
 
Back
Top