R
Rob
Hoi, I have a problem with a flickering screen for continuous forms.
I have a continuous form with some fields based on a normal record source.
One of the fields on the form has a control source like this
=Myfunction(a;b)
where a and b are fields from the record source.
this field has no Conditional formating set to it.
and where Myfunction basicaly is declared in a module like this:
Public Function Myfunction(myvar1 as integer; myvar2 as integer)
Myfunction = myvar1 * myvar2
end function
Now this works very well on my development computer, but when i transport
the database to an old pentiumIII with almost the same software environment
and run the database, the continuous form comes up (with correct awnsers, by
the way) but the form is flickering, rebuilding itself all te time.
All other continuous forms work very well on this old computer.
Can anyone see wath i am doing wrong?
Any help would be appreciated,
(sorry, i also posted this message in the general database group)
Rob
I have a continuous form with some fields based on a normal record source.
One of the fields on the form has a control source like this
=Myfunction(a;b)
where a and b are fields from the record source.
this field has no Conditional formating set to it.
and where Myfunction basicaly is declared in a module like this:
Public Function Myfunction(myvar1 as integer; myvar2 as integer)
Myfunction = myvar1 * myvar2
end function
Now this works very well on my development computer, but when i transport
the database to an old pentiumIII with almost the same software environment
and run the database, the continuous form comes up (with correct awnsers, by
the way) but the form is flickering, rebuilding itself all te time.
All other continuous forms work very well on this old computer.
Can anyone see wath i am doing wrong?
Any help would be appreciated,
(sorry, i also posted this message in the general database group)
Rob