167da removing the cursor
Sign Up |  Live StatsLive Stats    Articles 37,335| Comments 177,302| Members 19,419, Newest Nahluwalia| Online 532
Home Contact
 (Forgotten?): 
    Sikhism
    For best SPN experience, use Firefox Internet Browser!


                                                                   Your Banner Here!    




Click Here to Register/Sign Up Daily Hukamnama Member Blogs Downloads Website Navigation Help Fonts Tags

removing the cursor

Our Donation Goal : Why Donate? : Donate Today! : Donate Anonymously (ਗੁਪਤ) : Our Family of Supporters
Goal this month: 500 USD, Received: 115 USD (23%)
Please Donate...
     
Related Topics...
Thread Thread Starter Forum Replies Last Post
Question2: Cursor Position JK Information Technology 2 28-Jul-2006 08:40 AM
Validation fail need to reset cursor to field GaryC Information Technology 2 28-Jul-2006 08:39 AM
Check filed for input, if none return cursor AndyG Information Technology 2 28-Jul-2006 08:36 AM
my cursor jumps to another cell mawmaw Information Technology 1 28-Jul-2006 08:28 AM
Removing Decimals and Commas from a value Send Object Command - Two attachments Information Technology 4 11-Nov-2005 20:09 PM


Tags
removing, cursor
Reply Post New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!
  #1 (permalink)  
Old 17-Nov-2005, 18:02 PM
dave's Avatar dave
Guest
 
Posts: n/a
   
   
removing the cursor

  Donate Today!   Email to Friend  Tell a Friend   Show Printable Version  Print   Contact sikhphilosophy.net Administraion for any Suggestions, Ideas, Feedback.  Feedback  

Register to Remove Advertisements
Does anyone know how to remove the cursor from a combo box in a form. Locking
it or disabling it doesn't work because i need to use it to navigate records
but don't want the cursor there.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/7540-removing-the-cursor.html

*







Got anything to share on This Topic? Why not share your immediate thoughts/reaction with us! Login Now! or Sign Up Today! to share your views... Gurfateh!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 17-Nov-2005, 18:02 PM
Ofer's Avatar Ofer
Guest
 
Posts: n/a
   
   
RE: removing the cursor

On the GotFocus event of the combo, set the focus to another field in the form
Me.FieldName.SetFocus

Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=7540
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=7540
--
I hope that helped
Good Luck


"dave" wrote:

> Does anyone know how to remove the cursor from a combo box in a form. Locking
> it or disabling it doesn't work because i need to use it to navigate records
> but don't want the cursor there.

Reply With Quote
  #3 (permalink)  
Old 17-Nov-2005, 18:02 PM
dave's Avatar dave
Guest
 
Posts: n/a
   
   
RE: removing the cursor



ok as it turns out from searching the help pages is a drop-down list box
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=7540
however i don't seem to have an option to create one of those in my toolbox.
how do i make one?
Reply With Quote
  #4 (permalink)  
Old 17-Nov-2005, 18:02 PM
Mr B's Avatar Mr B
Guest
 
Posts: n/a
   
   
RE: removing the cursor

You may want to try setting the focus to another control usin the "After
Update" event rather than the OnFocus event. If you use the OnFocus event it
will not let you select anything fromt the list.

If you use something like:
with me.ATestBoxlName
.value = Me.YourComboBoxName
.setfocus
end with

this will let you make a selection and immetiately place that value in a
text box and then set the focus to that text box.
--
HTH

Mr B


"Ofer" wrote:

> On the GotFocus event of the combo, set the focus to another field in the form
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=7540
> Me.FieldName.SetFocus
>
> --
> I hope that helped
> Good Luck
>
>
> "dave" wrote:
>
> > Does anyone know how to remove the cursor from a combo box in a form. Locking
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=7540
> > it or disabling it doesn't work because i need to use it to navigate records
> > but don't want the cursor there.

Reply With Quote
  #5 (permalink)  
Old 17-Nov-2005, 18:02 PM
dave's Avatar dave
Guest
 
Posts: n/a
   
   
RE: removing the cursor

Thats not really what I want. I found out about a "drop down list box" in the
help pages but i don't seem to have an option to create one in my toolbox
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=7540
that i see. i'm running access 2003 if thats any help.

"Ofer" wrote:

> On the GotFocus event of the combo, set the focus to another field in the form
> Me.FieldName.SetFocus
>
> --
> I hope that helped
> Good Luck
>
>
> "dave" wrote:
>
> > Does anyone know how to remove the cursor from a combo box in a form. Locking
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=7540
> > it or disabling it doesn't work because i need to use it to navigate records
> > but don't want the cursor there.

Reply With Quote
  #6 (permalink)  
Old 17-Nov-2005, 18:02 PM
Mr B's Avatar Mr B
Guest
 
Posts: n/a
   
   
RE: removing the cursor

  Donate Today!  
Dave,

Sorry I did not understand your question.

I have not seen a time that the tool to insert a Combo Box was not available
in the Tool Box Menu. Are you sure you are not just overlooking it. Stop
your cursor over each of the tools. The tool you need will have a tool tip of
"Combo Box".
--
HTH

Mr B


"dave" wrote:

> Thats not really what I want. I found out about a "drop down list box" in the
> help pages but i don't seem to have an option to create one in my toolbox
> that i see. i'm running access 2003 if thats any help.
>
> "Ofer" wrote:
>
> > On the GotFocus event of the combo, set the focus to another field in the form
> > Me.FieldName.SetFocus
> >
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=7540
> > --
> > I hope that helped
> > Good Luck
> >
> >
> > "dave" wrote:
> >
> > > Does anyone know how to remove the cursor from a combo box in a form. Locking
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=7540
> > > it or disabling it doesn't work because i need to use it to navigate records
> > > but don't want the cursor there.

Reply With Quote
   Click Here to Donate Now!

Support Us!
Become a Promoter!
Gurfateh ji, you can become a SPN Promoter by Donating as little as $10 each month. With limited resources & high operational costs, your donations make it possible for us to deliver a quality website and spread the teachings of the Sri Guru Granth Sahib Ji, to serve & uplift humanity. Every contribution counts. Donate Generously. Gurfateh!
ReplyPost New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!

Bookmarks


(View-All Members who have read this thread : 0
There are no names to display.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Tools Search
Search:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

» Active Discussions
How does Sikhi help you...
Today 15:06 PM
36 Replies, 1,032 Views
Request for assistance...
Today 09:34 AM
10 Replies, 136 Views
Occultism - Rejection in...
Today 08:44 AM
62 Replies, 2,664 Views
‘Bigoted’ Facebook...
Today 08:32 AM
1 Replies, 61 Views
Australia mulls allowing...
Today 07:30 AM
0 Replies, 49 Views
Woolwich Killing: The...
Today 06:41 AM
3 Replies, 75 Views
Panjabi
By Ishna
Today 04:40 AM
16 Replies, 314 Views
Rozana Reports (ਪੰਜਾਬੀ...
Today 03:09 AM
316 Replies, 7,659 Views
Sikh Spokesman (ਪੰਜਾਬੀ...
Today 03:00 AM
179 Replies, 4,559 Views
Transgenderism ... Right...
By Kaylee
Today 00:33 AM
25 Replies, 1,274 Views
Losing My Religion: Why...
Today 00:00 AM
14 Replies, 398 Views
Kirtan
Yesterday 21:24 PM
0 Replies, 43 Views
Keeping Amrit Vela
Yesterday 16:49 PM
12 Replies, 942 Views
Do you believe in...
Yesterday 15:08 PM
196 Replies, 4,120 Views
Black Sikhs?
Yesterday 06:33 AM
20 Replies, 5,931 Views
» Books You Should Read...
Powered by vBadvanced CMPS v3.2.3
All times are GMT +6.5. The time now is 17:32 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2 Copyright © 2004-12, All Rights Reserved. Sikh Philosophy Network


Page generated in 0.37430 seconds with 32 queries
0