Exemple
// set up PS ECLPS ps = new ECLPS('A'); // do the wait int TimeOut = 5000; BOOL waitOK = ps.WaitWhileCursor(23,1,TimeOut, TRUE); // do the processing for when the screen goes away
// set up PS ECLPS ps = new ECLPS('A'); // do the wait int TimeOut = 5000; BOOL waitOK = ps.WaitWhileCursor(23,1,TimeOut, TRUE); // do the processing for when the screen goes away