473,397 Members | 2,116 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

Intellisense Window Closes too Quickly

For the past couple of days now, when typing code in the VB editor the
Intellisense window is shutting down almost as quickly as it is starting.

For example, in the Immediate window I type ? application. the window
opens as soon as I type the period, but before I can get a look at the list,
much less select something, the window disappears.

Is there a setting somewhere I need to change?

Many thanks
Mike Thomas

Nov 12 '05 #1
3 2639
On Thu, 11 Dec 2003 23:00:53 GMT in comp.databases.ms-access, "Mike
Thomas" <mi**@ease.com> wrote:
For the past couple of days now, when typing code in the VB editor the
Intellisense window is shutting down almost as quickly as it is starting.

For example, in the Immediate window I type ? application. the window
opens as soon as I type the period, but before I can get a look at the list,
much less select something, the window disappears.

Is there a setting somewhere I need to change?


You have a form timer event going off.
--
A)bort, R)etry, I)nfluence with large hammer.
Nov 12 '05 #2
You got that right. About a week ago I installed "Tony's" auto shutdown
which uses a form timer. I'll have to figure out a way to disable it when
in development mode.

Many thanks
MIke Thomas

"Trevor Best" <bouncer@localhost> wrote in message
news:g2********************************@4ax.com...
On Thu, 11 Dec 2003 23:00:53 GMT in comp.databases.ms-access, "Mike
Thomas" <mi**@ease.com> wrote:
For the past couple of days now, when typing code in the VB editor the
Intellisense window is shutting down almost as quickly as it is starting.

For example, in the Immediate window I type ? application. the window
opens as soon as I type the period, but before I can get a look at the list,much less select something, the window disappears.

Is there a setting somewhere I need to change?


You have a form timer event going off.
--
A)bort, R)etry, I)nfluence with large hammer.

Nov 12 '05 #3
"Mike Thomas" <mi**@ease.com> wrote:
You got that right. About a week ago I installed "Tony's" auto shutdown
which uses a form timer. I'll have to figure out a way to disable it when
in development mode.


If you are shipping MDE's then do a check in your code as per the following.

Function IsMDE() As Boolean
Dim strMDE As String
On Error Resume Next
strMDE = CurrentDb.Properties("MDE")
If Err = 0 And strMDE = "T" Then
' This is an MDE database.
IsMDE = True
Else
IsMDE = False
End If
End Function

If not then you'll have to figure something else out such as possible NT Account name
or workstation id.

Thanks for mentioning this. Those articles should be updated to warn people of this
problem.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 12 '05 #4

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

Similar topics

4
by: John H. | last post by:
Hello I have some trouble in closing a window, Here is the problem: I develop a asp.net website use client side valiation <asp:CustomValidator id="CustomValidator1"...
14
by: Nigel Mercier ® | last post by:
I'm just starting to learn JavaScript, so far I like it! I want to add some JS to my Ebay listings, to manually open a pop-up window. It works OK, but the JS gets rejected by Ebay. If I can't...
2
by: John Dalberg | last post by:
I have a closed box system which opens an html page. The page closes by the system. I have access to the html page. I added code to open a child window from this page. However when the parent...
5
by: Simon | last post by:
Hi, I'm slowly moving from VB.Net to C#. When using VB.Net in Visual Studio (for Windows and Web Forms) the code window identifies a set of '(Overrides)'. I am unable to locate and such...
12
by: Peteroid | last post by:
I was creating my application just fine for the last 3 weeks or so. Then, starting this morning, IntelliSense seems to be having problems. It goes into a locked 'Updating IntelliSense..." mode....
6
by: Luke Matuszewski | last post by:
As in topic... has anyone used it ? I tried to use it but i guess i failed... here is a code: <html> <head> <title></title> <script type="text/javascript"> function closedWin() {...
37
by: Jan Tovgaard | last post by:
Hey everyone:) We have a critical problem, which I can see that other people also has ran into. In Internet Explorer 7 it is no longer possible to do a window.close after opening a window,...
4
by: badaczewski | last post by:
The following javascript appears on a popup window. <script language="javascript" type="text/javascript"> function InsertContact(value) { window.opener.CallBackContact(value); window.close();...
1
by: HeavyD | last post by:
I have a form with numerous textboxes and I use the validating event to validate these items. If I want to close that form with the X button in the upper right corner of that window validation may...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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,...
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...
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...
0
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...

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.