We have upgraded the Citect from version 5.5 to 8.4 and we have had a number of issues (as would be expected) the latest one I am having is the old code called a PageDisplay() function after executing initialization code. PageDisplay() calls up an overview screen.
The problem we are having is the overview screen does not display properly and the splash screen remains visible, you can display the overview screen by clicking the mouse on the splash screen, and while this is OK for the developer it can cause the operator some problems.
I have looked in the cicode help and after it describes its function it says :
"Note: This function is not supported in the server process in a multiprocessor environment. Calling this function from the server process results in a hardware alarm being raised."
I have seen this type of note on other Cicode functions, but the obvious question is that if there is a problem using this function then what else do I use?