PDA

View Full Version : web object and jumping between web object windows


markczajka
04-14-2005, 04:08 PM
We've created a pretty slick application that usesAMS5, SQLlite and the web object to display database data into an html table after doing searches using a form. When jumping from one web object to another (to display detail data in a web object on another page), on some PC's, we're seeing an IE error page "The page cannot be displayed" flash right before the page we want to open comes up. It happens in a split second, then the page displays. Has anyone ever seen this behavior?

Corey
04-14-2005, 04:31 PM
FWIW I've haven't observed that on my end...

JimS
04-15-2005, 03:09 AM
The code in AMS runs quickly. I’m thinking that you might be starting to display the page, before it gets completely written. I wonder if you paused for a half second, after you write the page, but before you display it, if that would fix it.


.