473,378 Members | 1,447 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,378 software developers and data experts.

Weird behavior in continuous

Hi there

I have a problem with a database I wrote. On my access 2002 it is running
without probs but on the comp of my collegue A2003 there is this weird
behaviour.

The form is a continuous Form which shows in each row a day of a month
For the saturdays and sundays i wanted the row in a different color.
I choose the conditioanal formating for an inputfield which was as wide as
the whole form

With a2002 this works fine!!!!!!!

With a2003 it looks like the form is somehow blinking. I mean i can see that
after drawing the form once A2003 does not stop it draws the form again and
again!!! Really annoying

Had someone else this problem?
How can I find a sollution to that behaviour?

Looking forward to your advice

Benjamin from Jakarta


Nov 12 '05 #1
3 1824
Actually, I had a similar problem. It was hard to narrow down but it seemed
to be related to overlapping controls (text boxes). It went away after
laying out the form differently. That was in 2000 though, and only the
control blinking, like it was continuously redrawing.

Jeff

"Benjamin Z. Gregorian" <zg***@indosat.net.id> wrote in message
news:bp*************@ID-110095.news.uni-berlin.de...
Hi there

I have a problem with a database I wrote. On my access 2002 it is running
without probs but on the comp of my collegue A2003 there is this weird
behaviour.

The form is a continuous Form which shows in each row a day of a month
For the saturdays and sundays i wanted the row in a different color.
I choose the conditioanal formating for an inputfield which was as wide as
the whole form

With a2002 this works fine!!!!!!!

With a2003 it looks like the form is somehow blinking. I mean i can see that after drawing the form once A2003 does not stop it draws the form again and again!!! Really annoying

Had someone else this problem?
How can I find a sollution to that behaviour?

Looking forward to your advice

Benjamin from Jakarta

Nov 12 '05 #2
Hi Jeff,

first of all thank you for your reply.

It is really the thing with the overlapping controls!!

Since I need to overlap the controls for the different colors I may not be
able to use this in my form.

Thanks Benjamin


Nov 12 '05 #3
Hi Jeff,

again many thanks to your response.

unfortunatelly it was not really the solution bacause suddenly it startet to
redraw again even when there was no overlapping of controls.

But I tried again and again different constalations and find the following.

It is because I had as the controlsource a function which give me
weekdaynumber of a date which was in a field of the Query.

Like:
txtDate.ControlSource =DayOfMonth
txtBackground.ControlSource =Weekdaynumber(txtDate)

The controlesources are assigned during the design of the for. Not in
runtime.

So this function is the reason why it starts to redraw again and again.....

I changed the query which is the Recordsource of the Form and added one more
field which already calculates the WeekdayNumber and hands it over to the
Form.

And when I use this newly calulated field which is staticly assined to my
TextBox(Background) then the form is also stable and it draws just once and
thats it!!

I still dont know why this behaviour but I found a solution to my problem!!!

Thanks
Benjamin
Nov 12 '05 #4

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

Similar topics

3
by: redneck_kiwi | last post by:
Hi all: I have a really weird problem. I am developing a customer catalog system for my company and as such have delved into sessions for authentication and access levels. So far, I have managed...
4
by: Stephan & Saori | last post by:
I found a "weird" problem running windows 2003 Server. Maybe it's a know problem but I just wanted to make sure everyone knows. When running explorer to find the directories on my hard disk. It's...
0
by: newgene | last post by:
Hi, group, A weird clipboard behavior for your help: ==============Code============== from Tkinter import * import tkMessageBox root=Tk() root.withdraw() root.clipboard_clear()
11
by: Les Paul | last post by:
I'm trying to design an HTML page that can edit itself. In essence, it's just like a Wiki page, but my own very simple version. It's a page full of plain old HTML content, and then at the bottom,...
11
by: Randy Harris | last post by:
In a continuous form I would like to force a specific record to the top of the screen. I can use DoCmd.GotoRecord to go to the record that I want, but how can I adjust the display so that record...
1
by: Richard Hollenbeck | last post by:
The only reason I made the continuous forms form into a subform is because I like the scrolling behavior better. For example, I don't like how the vertical scrollbar spans the height of the entire...
1
by: Jonathan Yong | last post by:
I observe a very weird behavior when dynamically create web control and bind events to it. Create a C# ASP.NET application, Put a PlaceHolder and Textbox onto the Web form, and try with the 4...
2
by: Wayne | last post by:
When entering data into a continuous form in A2003, if I click the "New Record" button on the navigation bar, the form scrolls and places the new record at the top of the details section ready for...
9
prn
by: prn | last post by:
Hi folks, I've come across a couple of the oddest behaviors that I have ever seen and wondered if anyone else has had anything similar, and if so, whether you have any suggestions for me. I warn...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
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...

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.