473,473 Members | 1,719 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Keyboard Settings

64 New Member
Did I accidently set a soft switch in the setup of my program. I have been using access for a long time.

yesterday...while writing code, the cursor started jumping around weirdly.

example..

As I typed str="
it comes out looking like str = "" and the curor is setting directly after the "=" sign.


I have checked the setup options and can't seem to find a setting that changes anything. Oh, and one other thing.

When I try to define a control by typing "set ctl="
..the word set flashes red, and the cursor moves back to the end of the word "set" even after hitting the space bar. If I hit the space bar, the cursor moves forward, the word "set" flashes red and the cursor reverts back to the end of the word "set"


I can't be my keyboard becuase it is working fine as I type this message.


Help me!!!!!! Driving my crazy

Thanks

-Tom
Dec 13 '07 #1
6 2351
tbeers
64 New Member
Did I accidently set a soft switch in the setup of my program. I have been using access for a long time.

yesterday...while writing code, the cursor started jumping around weirdly.

example..

As I typed str="
it comes out looking like str = "" and the curor is setting directly after the "=" sign.


I have checked the setup options and can't seem to find a setting that changes anything. Oh, and one other thing.

When I try to define a control by typing "set ctl="
..the word set flashes red, and the cursor moves back to the end of the word "set" even after hitting the space bar. If I hit the space bar, the cursor moves forward, the word "set" flashes red and the cursor reverts back to the end of the word "set"


I can't be my keyboard becuase it is working fine as I type this message.


Help me!!!!!! Driving my crazy

Thanks

-Tom

One other thing...just to make it interesting, it doesn't do it on all forms.

-Tom
Dec 13 '07 #2
Minion
108 Recognized Expert New Member
One other thing...just to make it interesting, it doesn't do it on all forms.

-Tom
Tom,

This truly and odd issue. From what you're explaining it seems to be a hardware issue, yet it doesn't do it all the time or in forums. Couple questions come to mind though:

1. Are you using a wireless kb or typing on a laptop with a touch pad?

2. Is your coding environment the standard VBA that comes with Access or are you using an exterior coder?

Honestly though if it's not hardware I can't seem to figure out why the odd behavior.
Dec 13 '07 #3
tbeers
64 New Member
Tom,

This truly and odd issue. From what you're explaining it seems to be a hardware issue, yet it doesn't do it all the time or in forums. Couple questions come to mind though:

1. Are you using a wireless kb or typing on a laptop with a touch pad?

2. Is your coding environment the standard VBA that comes with Access or are you using an exterior coder?

Honestly though if it's not hardware I can't seem to figure out why the odd behavior.
I am using standard access coding from within the program. I don't know what dhanged and it doesn't occur in all of the forms..... I don't seem to have any issues in any other software.


-Tom
Dec 13 '07 #4
Jim Doherty
897 Recognized Expert Contributor
I am using standard access coding from within the program. I don't know what dhanged and it doesn't occur in all of the forms..... I don't seem to have any issues in any other software.


-Tom
You havent got any routines in there that are on a timer do you? This behaviour can occur if you have a form open whether that be hidden or whatver, where a timer is operating lets say every second or so (maybe a clock on a form or detecting idle time event or something like that) and if you are in the VB editor it can cause this problem

Jim:)
Dec 13 '07 #5
tbeers
64 New Member
You havent got any routines in there that are on a timer do you? This behaviour can occur if you have a form open whether that be hidden or whatver, where a timer is operating lets say every second or so (maybe a clock on a form or detecting idel time event or something like that) and if you are in the VB editor it can cause this problem

Jim:)
As a matter of fact, I do have a timer on some of the forms, a clock if you will. I guess I should deactivate until I am finished.

Thanks


-Tom
Dec 13 '07 #6
Jim Doherty
897 Recognized Expert Contributor
As a matter of fact, I do have a timer on some of the forms, a clock if you will. I guess I should deactivate until I am finished.

Thanks


-Tom

That will be the problem Tom, comment them out during development I do!

Jim
Dec 13 '07 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Rudi | last post by:
Hello all, posting my question in this newsgroup is about the last alternative I can think of to resolve my problem. The standard keyboard layout in the office is AZERTY. Still, my access xp...
0
by: Freddy | last post by:
In my Access db (which I have created to help me learn Greek) I am using text box controls on a form. Some of these controls require English input and some require Greek input. Currently I have...
3
by: nhmark64 | last post by:
Hi, Sometimes when I am cutting and pasting it looks like the keyboard layout changes; for instance ',' and 'w' are interchanged. Is there a better way to fix this problem than exiting then...
7
by: jpierson | last post by:
Hi, I am tryin to create a keyboard hook that sends the keystroke ctrl + pause/break. I haven't used keyboard hooks before so I'm not too sure how to use them public int MyKeyboardProc(int...
2
by: sturnfie | last post by:
I am trying to find a way to poll the keyboard. In my searching, I have found that Windows users are given the msvcrt module. Is there an equivilant for Unix systems? I am writing a p2p chat...
1
by: apriebe47 | last post by:
Hello, I have created a simple canvas in Tkinter to display a number of PhotoImages, I then bind a key (in my case, <Up>) to start a loop that plays through a list of PhotoImages to make it an...
8
by: RJ45 | last post by:
Hello, I am writing a shell in C. I need to intercept Signals like CTRL+C or CTRL+D and set to ignore them. This is on Unix, using gcc. my goal is to avoid users escaping the shell with SIGINT...
3
by: bwgames | last post by:
Hi there, I have a script that takes two inputs from the keyboard to change some settings on some equipment. I would usually run this as e.g. ben@srv001:/$ change-settings<enter> new-setting...
1
by: H-S | last post by:
Help! I am trying to use the Windows.Controls.TextBox with spellcheck turned on. It works fine if my keyboard input language is set to English (United States). But the spellcheck starts to get...
12
by: =?ISO-8859-1?Q?Joaqu=EDn_Zuazo?= | last post by:
I'm trying to find what character was pressed, using an accent with a dead letter, e.g an á, on an input box. I have made an small program to check the keyboard events keydown, keypress and...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.