A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

"invisible cursor" in form



 
 
Thread Tools Display Modes
  #1  
Old April 28th, 2006, 04:25 PM posted to microsoft.public.access.forms
external usenet poster
 
Posts: n/a
Default "invisible cursor" in form

I have a popup form with a text box that I'm trying to "masquerade" as a line
of text, as in a label. The text box contains an email address. I am trying
to mimic the behavior of the familiar "hyperlink" style of email address that
opens the default mail handler upon single click.

It works just fine with transparent back style, blue fore color, etc., except
for one thing that gives it away. The box must be enabled in order to fire
the On Click event and so the cursor is blinking in the textbox when the
address is clicked.

Is there anyway to make the cursor invisible in the textbox or in the form
(it's the only control on the form)?

Thanks,

Bill R

--
Bill Reed

"If you can't laugh at yourself, laugh at somebody else"

Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...forms/200604/1
  #2  
Old April 28th, 2006, 07:29 PM posted to microsoft.public.access.forms
external usenet poster
 
Posts: n/a
Default "invisible cursor" in form

Hi,
you can not make the cursor invisible...the only options you have within the
textbox is to determine how the cursor will behave when the control receives
focus. You can send it to the end of the value, the beginning or have the
text be highlighted. Now one possible solution might be to set focus on the
on click event of this control to another control. This way the cursor will
only shortly be visible in the control and then move to the other specified
one. You could add a tiny command button with its transperant property set to
yes which could receive the focus...BUT why can't you just use a label in the
first place for this?
HTH
Good luck
--
Oliver
Admin Specialist & Computer Science Major @ UMD - Go Terps -
http://www.oli-s.de


"ragtopcaddy via AccessMonster.com" wrote:

I have a popup form with a text box that I'm trying to "masquerade" as a line
of text, as in a label. The text box contains an email address. I am trying
to mimic the behavior of the familiar "hyperlink" style of email address that
opens the default mail handler upon single click.

It works just fine with transparent back style, blue fore color, etc., except
for one thing that gives it away. The box must be enabled in order to fire
the On Click event and so the cursor is blinking in the textbox when the
address is clicked.

Is there anyway to make the cursor invisible in the textbox or in the form
(it's the only control on the form)?

Thanks,

Bill R

--
Bill Reed

"If you can't laugh at yourself, laugh at somebody else"

Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...forms/200604/1

  #3  
Old April 28th, 2006, 07:51 PM posted to microsoft.public.access.forms
external usenet poster
 
Posts: n/a
Default "invisible cursor" in form

Thanks for the suggestions.

The form is based on a query that returns the administrator's email address.
I bound the txtbox source to that value. It turns out that closing the form
after the click event does just what I need. But I will certainly keep your
advice in mind next time around.

Bill R

freakazeud wrote:
Hi,
you can not make the cursor invisible...the only options you have within the
textbox is to determine how the cursor will behave when the control receives
focus. You can send it to the end of the value, the beginning or have the
text be highlighted. Now one possible solution might be to set focus on the
on click event of this control to another control. This way the cursor will
only shortly be visible in the control and then move to the other specified
one. You could add a tiny command button with its transperant property set to
yes which could receive the focus...BUT why can't you just use a label in the
first place for this?
HTH
Good luck
I have a popup form with a text box that I'm trying to "masquerade" as a line
of text, as in a label. The text box contains an email address. I am trying

[quoted text clipped - 12 lines]

Bill R


--
Bill Reed

"If you can't laugh at yourself, laugh at somebody else"

Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...forms/200604/1
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Form based on parameter query Debba Using Forms 8 April 3rd, 2006 12:09 AM
Tell if Form is a Dialog Alex Using Forms 7 August 30th, 2005 06:22 PM
Need Help In Printing Current Record in Specific Report RNUSZ@OKDPS Setting Up & Running Reports 1 May 16th, 2005 09:06 PM
Strange stLinkCriteria behaviour on command button Anthony Dowd Using Forms 3 August 21st, 2004 03:01 AM
auto entry into second table after update Tony New Users 13 July 9th, 2004 10:42 PM


All times are GMT +1. The time now is 12:47 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.