At 01:15 PM 11/17/2010, jan johansen wrote:

So if I understand this PROPERTY command properly
PROPERTY RBASE_FORM STAY_ON_TOP 'ON'
if I place it in the called form OnAfterStart EEP
this form should always stay on top.


Jan,

-- On After Start EEP
   PROPERTY RBASE_FORM STAY_ON_TOP 'ON'
   RETURN

This form remains on top of the desktop and of other forms
in the project, except any others that also have Form Style
set to StayOnTop. If one StayOnTop form launches another,
neither form will consistently remain on top.

Hope that explains!

Very Best R:egards,

Razzak.


Reply via email to