Right Click

Oct 28, 2005

When I right click on a file in explorer or a drive in my computer my computer either tries to install a program or set up an Activesync connection.How can I stop this?

View Replies


ADVERTISEMENT

Code Triggered From Label On Click Behaves Differently From Command Button On Click

Nov 7, 2006

Often I use Labels as buttons due to the fact I can colour them the way I want, and use the on click event to trigger code.
The code below however works for a command button, but not a label button.

DoCmd.OpenForm "frmdatetime"
Do While Forms!frmdatetime!OKFlag.Caption = "False"
DoEvents
Loop

When this code is run by clicking on a command button, it works fine.
If run by clicking on a label, frmdatetime opens, but the mouse will not work on either of the 2 open forms unless you go down to the windows task bar, jump onto another window, and back onto frmdatetime.
If I remove the loop with the DoEvents in it, then the problem does not occur.

Can anyone enlighten me as to why this behaviour occurs.

Thanks

Richard

View 4 Replies View Related

Right Click

Mar 18, 2005

Is there a way to turn off the right click so I can have it show something else instead of showing the context specific menu. It does show what I want it to, but I don't like have the menu come up with it.

View 2 Replies View Related

Click Event

Jun 7, 2006

I'm working with a database with employess info in access, When I click on an employees name in a form, I want to fire off another form with there info, what I have now it does nothing.

View 4 Replies View Related

Right-click Does Not Work!!! Help!!!

Jun 18, 2007

I created a database in MS Access 2000 for the company I work for.
I sent this database from the US to our sister company in the UK, and the gentleman there has no right-click access within the data entry form.
Is there something that needs to be turned on or a check box that needs to be checked for right-click access within the program?

Thank you in advance.

Jason

View 14 Replies View Related

On Click On Tab Control

Jun 19, 2007

Hi,

I am trying to make a combobox visible when the user clicks on one of a tab control buttons. I wrote this code below, but I does not seem to work. Both the tab control and the combo are on the same form.

Private Sub L_B_Consent_Click()
Me.cmbLBConsent.Visible = True
End Sub

Any help will be very much appreciated.

Thanks,
B

View 9 Replies View Related

Cannot Click On List Box

Mar 31, 2008

Hi all, i have a list box (well three), and none of them will let me click them when populated with data.

I have written a small piece of code to display a messagebox
e.g

msgbox me.list33.value


anyone have any ideas why list boxs cant be clicked.?

blu

View 1 Replies View Related

Right Mouse Click

Apr 5, 2005

I would like to add to my form the ability to right mouse click to print a report, is it possible to achive this and if how can I.

Regards - Paul

View 3 Replies View Related

Sub Running Twice For One Click

Apr 15, 2005

Can someone test this for me?
I have created a tiny sub that increments a value on the form.
Each time the button is clicked the underlying sub runs twice causing the counter to add 2 instead of 1.

Note: I have not used the standard On_Click sub I've made my own.
Thanks

View 6 Replies View Related

Disable Right Click

Nov 30, 2005

Hi, Im currently creating a database for an A-Level project.
I am required to create a database for a real company.
They have asked me to stop the right click function on forms.
I have disabled almost every feature on the forms, however i cannot find a way to disable right click.
Please help.

Pete

View 4 Replies View Related

Is There A Right-click Event ?

Mar 30, 2006

I have a list box control on a form and i'd like to set up a right-click property. Can this be done at all? When I open the Events tab on the property window..there is no right-click property :confused:

Thanks!

View 4 Replies View Related

On Got Focus And On Click

Jun 5, 2006

I am trying to perform a Function when ever someone clicks_on or tabs to a text box
So I set the following on the event Tab

On Got Focus = Calendarfor([txtDOB])
on Click = Calendarfor([txtDOB])

The tab part works great but if the user click on the text box first then it calls the function twice

I know the reason is that if the user clicks the text box first access it saying that
Got Focus and Click events are triggered thus it runs the function twice.

How can I prevent the function from executing twice when a user clicks on the text box first??

View 1 Replies View Related

Click Of A Button

Sep 20, 2006

Ok if I sound like I do not know what I am talking about, that would be correct. That is why I am asking here.

So I have this form called frm_UserMaintenance

On The form I have a button

I would like to have an OnClick event that will activate one of the dialogue boxes on the tools menu.

Heres the catch. The menu is not visible and i do not want to make it visible. This makes using sendkeys a non option.

Any ideas????

View 5 Replies View Related

On Click Procedure?

Feb 10, 2005

Hopefully I can explain this right, I have a text box (text7) that is bound to my table. This text box stores a 2 didgit code between 10 and 99 to the main table. I want to be able to use a random function =Int((99-10+1)*Rnd+10) and have the generated number output to text7 only after I initiate the onclick command for the button the function is behind. Does this require a macro to output the number to the bound textbox or is there another way that someone knows of to do this?

Thanks All, Narack

View 1 Replies View Related

Add Record On Double Click??

Apr 6, 2006

Morning, all...

Hoping someone can help me with this. I have a form (one-side) with a bound continuous subform (many-side). I have a second unbound subform, also continuous, which is used as a reference only (no data entry) to select the record to be added to the bound subform. Is it possible to set it up so that, when the user double clicks on the pk from the unbound subform it adds that pk as a new record on the bound subform?

Thanx in advance for your help with this ;<)

Karen

View 2 Replies View Related

Automate Mouse Click

Aug 10, 2006

I want to be able to automaticallly send a mouse click in response to a message using a Macro or VBA code. Is this possible, Any suggestions appreciated

thanks

View 2 Replies View Related

Comment A Whole Paragraph With One Click

Sep 27, 2006

Hi,

I wonder if it's possible in Access 2003 to comment a whole paragraph of VBA code with one click instead of commenting each line on its own?

Regards,
B

View 2 Replies View Related

Double Click To Paste

Nov 2, 2007

I want to lookup a list of employees (in a form) and by double clicking a name listed, have that name pasted into another form or Sub form to add details to it.

I want to select a number of employees and add info such as attending a training session, plus the topics covered, instructors name etc. I want to add this info once but relate it to a number of employees who attend the training???

View 1 Replies View Related

Record Opens On Click

Apr 14, 2008

Hi,

Is it possible to have a query that shows only records for the current date and when you click on a specific record it opens in a form ready for editing?
The query would serve as an index of transactions for the current date.

Please help.

Piet

View 1 Replies View Related

Force A Button Click

Feb 9, 2005

I have a form on which I have a button that I want the user to click after a cetrain field on that form is updated.
I display a little pop-up box saying to make sure that a user clicks on that button.
Is there a way to know that this button was clicked? Is there a way to not proceed with anything else until that button is actually clicked?

Thanks.

View 4 Replies View Related

Refreshing A Form On Click

Jul 27, 2005

I have a form that has a status, and a button that changes that status when clicked. This should remove the record from the current form and put it in another.

Is there anyway I can refresh the form after that button is clicked to show the record actually dissapearing instead of having to close/reopen the form?

View 2 Replies View Related

Prevent Page Click

Aug 1, 2005

I have a main form with several subforms based on a 1 to 1 relationship. The information on the main form is common to all the groups and is kept in one table. But each group has unique fields so each has its own table.

Each of the subforms is displayed on a page.

Question: I want the fields on the subform to be enabled. But I don't want the user to be able to select the pages by pusing their button. Is this possible? What is the setting?

I always seem to lock the entire form.....................

Thank you.

View 3 Replies View Related

List Box (need Right-click Menu)

Aug 11, 2005

Hi All

A quick question.

Is it possible/Easy to wipe out the standard menu for right clicking a listbox
and replacing it with a custom menu.

I would like to make some custom functions for adding and deleting records using list box contol instead of having a huge amount of buttons all across the screen

Thanks Homer

View 1 Replies View Related

Only Allow Updates After Button Click

Sep 19, 2005

Hi,

I have a form with a number of drop-down lists on it and each of these lists is bound to a field in a table.

When I return the results of a search to this form I want to allow users to be able to cycle through the records and change them if they want. However, the changes should only be saved if the user clicks on the "update record button". This button is simply the save record button by the MS Access wizard.

At the moment if they change the value in one of the drop down lists and move onto the next record the change is saved even though the user doesn't click any button. I want to prevent this from happening.

Any ideas on how I might achieve this?

If I prevent "AllowEdits" in the form properties I can't update the form using the "update record button" either.

Many Thanks,

View 2 Replies View Related

Ping At The Click Of A Button

Nov 10, 2005

Afternoon people,

Just a query (no pun intended). Is there a way to ping an ip address which is taken from a table and at the click of a button it pings? Bringing up the cmd app to show the results.

Cheers,
Storm1976

View 1 Replies View Related

Button Single Click

Nov 22, 2005

I currently have a form with a button that once clicked displays a word document,however I have to double click on the button even though the code is on the single click event property.The only line of code is as follows
OLEFile.Action = acOLEActivate

Does any body know how I can get the single click to work ?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved