205.145.64.64 writes:
A white block appears on top of form when person is completing. It appears to do it when you use prompts (maybe too many). If you re-fresh screen it goes away. Any suggestion how the screen can be refreshed, but be done in the background so users do not need to do anything? Or, any other suggestions?
tnarducci@humana.com
195.243.67.237 writes:
If you are using the Notesclient to view your database, you can use some little script for refreshing.
Use the onPostopen event:
Dim workspace as new notesuiworkspace
Dim uidoc as notesuidocument
set uidoc=workspace.currentdocument
uidoc.refresh() {or Call uidoc.refresh()???}
Michael Fritzsche