473,804 Members | 3,004 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Focus mysteriously shifting from form to form

I asked this on microsoft.publi c.access, but got no answers. Maybe
I was too verbose ... or there is no answer.

User opens form A and then form B
While typing in form B, focus jumps to last active control on form A
User curses at development staff

This has also been observed to happen while the user was not touching
the mouse or keyboard.

It only happens with Access applications. Focus never jumps to Excel
or from Outlook to Word. Only in Access.

The application has no timers and the text box into which the user is
typing has no code behind any of its events.

Any ideas? Is it another SP2 thing?
--
Danny J. Lesandrini
dl*********@hot mail.com
http://amazecreations.com/datafast

Jan 25 '06 #1
3 1490
I have never seen this in any version of Access.
I'd love to see it but I suppose it's not the kind of thing one could
create in a small zippable mdb.
There is something causing it, of course. But what? Is it just one
machine?

I'd start by "purifying" the mdb by creating a new one with
SaveAsText 6,"", FileName
and then exporting/importing everything with SaveAsText/LoadFromText

Out of left field, is the video board ok on this machine? I ask because
the only thing remotely the same, (mysteriously munged fonts) that I
have seen. I traced to (I know it's unbelievable) incomapatbility
between a TOP 1 clause in a Query and a specific ATI Board.... No
Really! We removed the TOP 1 clause and the fonts straightened up ...
two twin Dells 400 miles apart ... and the other person was sane.

Mumble, mumble, mumble ....

Jan 25 '06 #2
Thanks Lyle

We have multiple "clients" with numerous users. All clients use different
terminal servers and it's only happening with one client, but all the users
experience the problem, so it definitely seems tied to the machine.

I'm new to this gig, so I don't know all the history, but the file we worked
on wasn't even compiled, and couldn't compile without errors. That is the
developer's first task. After that, the problem might go away, so no, it's
not exactly in a "purified" state.

As I said, there are numerous clients, and none of them can reproduce it,
so I'm sure it's something running on that server. Maybe anti-virus or
anti-adware or who knows what. I saw something called DefWatch in the
task window. I've seen that before, and didn't like it. I was just wondering
if anyone had stumbled across something similar, that's all.
--
Danny J. Lesandrini
"Lyle Fairfield" <ly***********@ aim.com> wrote ...
I have never seen this in any version of Access.
I'd love to see it but I suppose it's not the kind of thing one could
create in a small zippable mdb.
There is something causing it, of course. But what? Is it just one
machine?

I'd start by "purifying" the mdb by creating a new one with
SaveAsText 6,"", FileName
and then exporting/importing everything with SaveAsText/LoadFromText

Jan 25 '06 #3
This is the head of that thread, BTW.
http://groups.google.ca/group/comp.d...9944ae103ff9e9

Jan 25 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

20
33834
by: Chris Bradbury | last post by:
Hi, I'm posting in this forum for the first time so if I break any conventions or protocols I'm sorry. I've attached this style: *:focus { outline: none } to a page but it doesn't remove the dotted lines (surrounding links that
17
1593
by: Jack | last post by:
Hi, This is a strange problem I am encountering. I have a asp page with a confirmation.asp page that saves data to a table. There are few text fields that are captured by the confirmation page as l_f_name = Request.Form("txt_Name") l_f_personstitle = Request.Form("txt_Title") l_f_PhoneAreaCode = Request.Form("txt_PhoneAreaCode") l_f_Phone1 = Request.Form("txt_Phone1") l_f_Phone2 = Request.Form("txt_Phone2") l_f_Date =...
5
11383
by: tshad | last post by:
I have a date validation function that I want to stay at the object I am validating if there is a Validation error, but it always goes to the next object. The Javascript: function ValidateForm(me){ var dt=me if (isDate(dt.value)==false){ dt.focus()
17
3868
by: Neil Ginsberg | last post by:
OK, this is a stupid thing, but I can't seem to get this to work. I have a form with a subform (in continuous form view). A combo box on the main form has code in the AfterUpdate event which adds a record to the subform (based on the value of the combo box) and requeries the subform control. I want the focus to return to the combo box on the main form when it's done, but I can't get it to do so if the user enters a value and presses Enter...
6
1355
by: Patty O'Dors | last post by:
I've got a program that contains a crystal report, and it has a function that saves off one report for each branch of the company, in a loop. This all works beautifully, however - if the user closes the form while the saving is taking place (it does take quite a long time) then it mysteriously CARRIES ON saving the PDFs! The process is still there, just the form is invisible. I tried setting a flag to true and calling Dispose on the actual...
5
8731
by: Tosch | last post by:
I have a usercontrol with a label, a textbox, a treeview, a grid and a couple of checkboxes. The usercontrol is hosted on a form together with a cancel and a accept button. This form is used to search records in a database. On several forms in my application I show (modal) this form to search records. Everytime I show the form I want the focus to be on the textbox on the usercontrol. This works the first time I display the form. But...
3
3989
by: jab3 | last post by:
Hello. I"m new to this group, and to JavaScript in general, so please forgive me if I breach local etiquette. I'm trying to implement some client-side 'dynamic' validation on a form. I'm having a couple of problems, which I'll try to describe. But this e-mail will only reproduce one of them, in a "short" example. What I'm generally doing is having each form entry contained in a div, which as a label, an input with some event handlers,...
2
5406
by: Sid Price | last post by:
Is there a way of stopping a form getting focus in VB.NET. The scenario I have is a main form and a form used for display only. There are no user controls on the display form and it does not ever need to have the focus. When the displays on the form are updated it appears to get the focus. I would like to prevent this because if the user operates any hot-keys (thinking the main form still has focus) these keys will fail. I have tried...
3
4252
by: jan.loucka | last post by:
Hi, I looked around for this specific problem but could not find any answer - there's few things in VB but still nothing exactly like this so I'd appreciate any help. We're writing C# WinForm application that need to "silently" use another app (called MapInfo) within itself - the intention is to use this app (which is quite sophisticated mapping application) and add some other extra functionality to it. We have a dll so we can run the...
0
10569
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10325
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10315
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10075
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9140
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7615
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5519
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5651
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4295
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.