473,503 Members | 2,066 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Data bound controls bug?

Hello,

This problem has been a little unusual for me. I have an Access
database, and, on several forms, I've seen this issue occur wotj
listbox and combobox controls.

Basically, I'm just putting either control on a form to serve as a
look-up to a table for a field on that form. It seems that, very
intermittently, the controls will not populate with data.

Sometimes you'll open the form, and no data will be displayed. When
it does not display, closing and re-opening the database and/or form
will sometimes fix the issue.

I've tried using the Access wizards to create the controls, and I
tried setting the properties manually.

From what I can tell, this only seems to occur on older PC's. The
OS's I've witnessed this on are Windows 95, 98SE, and NT 4.0 Terminal
Server. These PC's were at least 4-5 years old, running Pentium
(original) and AMD processors.

This database is in Access 2000 format running on PC's with Access
2000. During the development of this database, it has been created on
my PC with Windows 2000, Windows XP Pro, Access 2000, Access XP, and
Access 2003. I have yet to see this occur on my PC.

I've applied all Office and Windows service packs and updates I can
find. The only updates I'm thinking I have not tried yet are the
latest MDAC.

Any ideas on this?

Thanks.
Nov 12 '05 #1
3 1726
I don't think the latest MDAC is going to be of any help.

I don't know what is causing the problem, but perhaps it is that the older
computers just don't have the computing power to keep up with everything,
or, even more likely, there just isn't enough memory.

If yours is an environment like many, the company may have quite a number of
unused Access 97 licenses. If that is the case, you might try reinstalling
Access 97 on those machines, saving the database in Access 97 format, and
seeing if that does not run better. Access 97 did not make as strong demands
on system resources as later versions, and was a stable, solid release of
Access.

If you did not use any Access-2000-specific functions in the application,
saving in Access 97 format will be easy; if you did, then you'll need to
replace those Access-2000-specific functions with alternatives compatible
with Access 97.

Larry Linson
Microsoft Access MVP

"Kenneth Courville" <kr*********@msn.com> wrote in message
news:e4*************************@posting.google.co m...
Hello,

This problem has been a little unusual for me. I have an Access
database, and, on several forms, I've seen this issue occur wotj
listbox and combobox controls.

Basically, I'm just putting either control on a form to serve as a
look-up to a table for a field on that form. It seems that, very
intermittently, the controls will not populate with data.

Sometimes you'll open the form, and no data will be displayed. When
it does not display, closing and re-opening the database and/or form
will sometimes fix the issue.

I've tried using the Access wizards to create the controls, and I
tried setting the properties manually.

From what I can tell, this only seems to occur on older PC's. The
OS's I've witnessed this on are Windows 95, 98SE, and NT 4.0 Terminal
Server. These PC's were at least 4-5 years old, running Pentium
(original) and AMD processors.

This database is in Access 2000 format running on PC's with Access
2000. During the development of this database, it has been created on
my PC with Windows 2000, Windows XP Pro, Access 2000, Access XP, and
Access 2003. I have yet to see this occur on my PC.

I've applied all Office and Windows service packs and updates I can
find. The only updates I'm thinking I have not tried yet are the
latest MDAC.

Any ideas on this?

Thanks.

Nov 12 '05 #2
Thanks for the response.

I'm not so sure it has to do with memory. I've seen this occur in a
session on a Win NT 4.0 terminal server with plenty of spare hard drive
space and a 1/2 Gb of RAM... usually a least a 100 Mb or so of that RAM
was available.

I am pretty convinced, though, that it has to do with older OS's
somehow.

They do not have any licenses for Office 97, and I have already
recommended that they replace their PC's with current technology, but
that seems to be out of the question at the moment.

I'm thinking I'll try to convince them to just add some RAM to one of
their PC's (assuming it's still sold) and see if it helps. They are all
running on 64 Mb, so it couldn't hurt.

Otherwise, they'll have to just live with it. I didn't charge them for
the database solution, so they have nothing to complain about if they
don't follow my recommendations.

----------------------------------------
http://members.tripod.com/kcourville0/
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 12 '05 #3
Well, as far as Access and memory, "more is better" (within reasonable
bounds), so that may well help. As a matter of fact, as I look at miniumum
processor and memory requirements stated on the Office XP box, they appear
laughably low both for processor and memory.

You might also look at the O/S requirements... e.g., for Win NT 4.0, it
specifies SP 6. Could be that different things are causing the same problem
in different environments.

Larry Linson
Microsoft Access MVP

"Kenneth Courville" <krcourville@-nospam-msn.com> wrote in message
news:3f*********************@news.frii.net...
Thanks for the response.

I'm not so sure it has to do with memory. I've seen this occur in a
session on a Win NT 4.0 terminal server with plenty of spare hard drive
space and a 1/2 Gb of RAM... usually a least a 100 Mb or so of that RAM
was available.

I am pretty convinced, though, that it has to do with older OS's
somehow.

They do not have any licenses for Office 97, and I have already
recommended that they replace their PC's with current technology, but
that seems to be out of the question at the moment.

I'm thinking I'll try to convince them to just add some RAM to one of
their PC's (assuming it's still sold) and see if it helps. They are all
running on 64 Mb, so it couldn't hurt.

Otherwise, they'll have to just live with it. I didn't charge them for
the database solution, so they have nothing to complain about if they
don't follow my recommendations.

----------------------------------------
http://members.tripod.com/kcourville0/
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Nov 12 '05 #4

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

Similar topics

2
2400
by: Hal Davison | last post by:
I have read that most people do not like bound controls? What is the reasoning for this point of view? -- Hal Davison Davison Consulting
4
1753
by: kaborka | last post by:
I have a WinForm with controls bound to a typed recordset that was generated by the Dataset Designer. There are several ComboBox controls with their DataSource bound to different lookup tables. ...
2
2044
by: Alfredo Barrientos | last post by:
Hi, I have been reading information about asp.net webcontrols, and i have found a term "List bound controls". What are "List Bound Controls"?? Which are the differences between these controls...
4
1207
by: Rick Mogstad | last post by:
In VB6 it seemed as though bound controls (textboxes, etc) were kind of the newbie way to do things, but were generally not good coding practice. Is this something that is different with ..NET? ...
5
2174
by: yma | last post by:
Hello, I tried to display a column in MS Access 2000 nwind.mdb using 3 data controls. But I got "It is already opened exclusively by another user, or you need permission to view its data." I...
2
4512
by: gmccallum | last post by:
I have a data entry screen using controls bound through a bindingSource, TableAdaptor and a BindingNavigator to move through the records. When I have an data entry error (such as Null for a value)...
1
1249
by: firozb | last post by:
Good day to you, I am using ASP.Net 2.0 with VS 2005. I have created a template page, with a Gridview, Formview, 2 objectdatasources linked to the views, as well as a multiview and a drop-down...
3
1624
by: cr113 | last post by:
I'm trying to convert a windows app to ASP.NET using VS2005. I have some web experience, but not much. 99% of the time if I need to display data in a table in my windows apps I use a ListView...
3
1105
by: DaveRook | last post by:
Hi I am connecting to an Access database (using C# / ADO.net). All is going well! However, I can not customise the lay out with grid view. It lays it out (as the name suggests) as a grid (yes,...
0
7205
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
7093
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7348
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
7006
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
7467
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
4685
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
3175
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...
0
3166
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
397
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.