Help needed with form problem

  • Thread starter Thread starter bill
  • Start date Start date
B

bill

Workbook contains several forms of varying style
and function. One form shows the results of 10
recent tests in a countdown fashion, showing just
the results of one test, followed by a one-second
delay, followed by just the results of the second
test, and so on until the result of each of the
10 tests has been shown. Then the program
proceeds on to the next step by calling up a
different form. The problem . . .

Sometimes when the program starts running one or
two of the forms are blanked out ("white" with just
the top header showing). The forms continue to
function within the program (don't lock up) but none of
the graphics are visible.

The next two or three times you run the program the
graphics are back; there is no regularity or pattern
associated with whether the forms act normally or not.

Don't understand what I am missing or need to do to
fix the problem. Any help very greatly appreciated.
 
Bill,

as the forms work, and there is no crash in your program,
and the process continues, and ends up with result you
want (or does it?), I would suggest that the forms and
data are present and being correctly handled.

The problem appears (on a quick scan of your post) to be
screen rendering. Possible solutions are replace your
video card or upgrade your memory.

HTH

Steve
 
Back
Top