15fc5 Assign Module to Command Button
Sign Up |  Live StatsLive Stats    Articles 37,329| Comments 177,219| Members 19,408, Newest ssarabjeet61| Online 499
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

Assign Module to Command Button

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
command button-visable Chey Information Technology 3 28-Jul-2006 08:30 AM
Command Button Question!!! Kwgame Information Technology 4 28-Jul-2006 08:28 AM
Check box to disable command button cathywoodford@personainternet.com Information Technology 7 28-Jul-2006 08:24 AM
How do I fix problems with a command button? CJ Information Technology 1 28-Jul-2006 08:17 AM
Command Button in Database excel_hari@yahoo.com Information Technology 9 28-Jul-2006 08:15 AM


Tags
assign, module, command, button
Reply Post New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!
  #1 (permalink)  
Old 10-Nov-2005, 21:08 PM
Andibevan's Avatar Andibevan
Guest
 
Posts: n/a
   
   
Assign Module to Command Button

  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
Hi All,

Can someone tell me how I assign a module to a command button?

Thanks

Andy
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/6997-assign-module-to-command-button.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 10-Nov-2005, 21:08 PM
Dean's Avatar Dean
Guest
 
Posts: n/a
   
   
Re: Assign Module to Command Button

You don't assign modules, you assign a function or subroutine within a
module.

"Andibevan" wrote in message
news:%23Dx1$1S5FHA.884@TK2MSFTNGP14.phx.gbl...
> Hi All,
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6997
>
> Can someone tell me how I assign a module to a command button?
>
> Thanks
>
> Andy
>
>



Reply With Quote
  #3 (permalink)  
Old 10-Nov-2005, 21:08 PM
Douglas J Steele's Avatar Douglas J Steele
Guest
 
Posts: n/a
   
   
Re: Assign Module to Command Button

And you do that through the properties associated with the Command Button.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6997
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6997

If you have a function that you want run when the command button is clicked,
for instance, you would put the name of the function (complete with
parentheses), with an equal sign in front, in the box on the property sheet
beside On Click.

More common, though, is to set that property to [Event Procedure] (select it
from the combo box) and then click on the ellipsis (...) to the right. That
will take you into the VB Editor, into the Event Procedure associated with
the Click event of the button.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"Dean" wrote in message
news:eZ7%23s4S5FHA.1148@TK2MSFTNGP10.phx.gbl...
> You don't assign modules, you assign a function or subroutine within a
> module.
>
> "Andibevan" wrote in message
> news:%23Dx1$1S5FHA.884@TK2MSFTNGP14.phx.gbl...
> > Hi All,
> >
> > Can someone tell me how I assign a module to a command button?
> >
> > Thanks
> >
> > Andy
> >
> >

>
>



Reply With Quote
  #4 (permalink)  
Old 10-Nov-2005, 21:08 PM
Andibevan's Avatar Andibevan
Guest
 
Posts: n/a
   
   
Re: Assign Module to Command Button

Sorry - I mean how do I assign a subroutine contained within a module to a
command button?

"Dean" wrote in message
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6997
news:eZ7%23s4S5FHA.1148@TK2MSFTNGP10.phx.gbl...
> You don't assign modules, you assign a function or subroutine within a
> module.
>
> "Andibevan" wrote in message
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6997
> news:%23Dx1$1S5FHA.884@TK2MSFTNGP14.phx.gbl...
> > Hi All,
> >
> > Can someone tell me how I assign a module to a command button?
> >
> > Thanks
> >
> > Andy
> >
> >

>
>



Reply With Quote
  #5 (permalink)  
Old 10-Nov-2005, 21:08 PM
Andibevan's Avatar Andibevan
Guest
 
Posts: n/a
   
   
Re: Assign Module to Command Button

  Donate Today!  
Thanks Doug - sometimes trying to find information on the really easy things
can be harder than finding info on more in-depth items.

Please ignore the mail I sent before I received your reply.

"Douglas J Steele" wrote in message
news:O04i1cT5FHA.3544@TK2MSFTNGP09.phx.gbl...
> And you do that through the properties associated with the Command Button.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6997
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6997
>
> If you have a function that you want run when the command button is

clicked,
> for instance, you would put the name of the function (complete with
> parentheses), with an equal sign in front, in the box on the property

sheet
> beside On Click.
>
> More common, though, is to set that property to [Event Procedure] (select

it
> from the combo box) and then click on the ellipsis (...) to the right.

That
> will take you into the VB Editor, into the Event Procedure associated with
> the Click event of the button.
>
> --
> Doug Steele, Microsoft Access MVP
> http://I.Am/DougSteele
> (no e-mails, please!)
>
>
> "Dean" wrote in message
> news:eZ7%23s4S5FHA.1148@TK2MSFTNGP10.phx.gbl...
> > You don't assign modules, you assign a function or subroutine within a
> > module.
> >
> > "Andibevan" wrote in message
> > news:%23Dx1$1S5FHA.884@TK2MSFTNGP14.phx.gbl...
> > > Hi All,
> > >
> > > Can someone tell me how I assign a module to a command button?
> > >
> > > Thanks
> > >
> > > Andy
> > >
> > >

> >
> >

>
>



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
Request for assistance...
By Ishna
Today 19:10 PM
3 Replies, 11 Views
Man Driving Without...
Today 18:33 PM
0 Replies, 4 Views
Do you believe in...
Today 18:11 PM
188 Replies, 3,949 Views
Keeping Amrit Vela
Today 18:08 PM
8 Replies, 810 Views
Panjabi
By Ishna
Today 17:56 PM
12 Replies, 258 Views
Parkash Guru Amar Das ji...
Today 17:07 PM
3 Replies, 16 Views
Serious challenges to...
Today 16:49 PM
0 Replies, 25 Views
Sikh man fights for his...
Today 16:46 PM
0 Replies, 19 Views
Sikhs Rights Group to...
Today 16:44 PM
0 Replies, 18 Views
Haryana Sikh body bans...
Today 16:39 PM
0 Replies, 18 Views
How does Sikhi help you...
Today 15:00 PM
21 Replies, 853 Views
Health Exercise And...
Today 13:30 PM
0 Replies, 51 Views
SSGS with English...
Today 12:55 PM
9 Replies, 113 Views
Losing My Religion: Why...
Today 11:52 AM
11 Replies, 264 Views
Rozana Reports (ਪੰਜਾਬੀ...
Today 01:44 AM
310 Replies, 7,549 Views
» Books You Should Read...
Powered by vBadvanced CMPS v3.2.3
All times are GMT +6.5. The time now is 19:21 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.38102 seconds with 32 queries
0