Re: Expert help required (forms4.5)

From: Neville Sweet <sweet.neville.nj_at_bhp.com.au>
Date: 1998/02/05
Message-ID: <01bd3203$5e9ed480$45f11286_at_itwol-pc3963.itwol.bhp.com.au>#1/1


Hi Jonathan,

I don't have any expert advice for you, but something you could try: The second When-Mouse-Enter problem might be avoided by wrapping an 'if' test around your trigger text, ie.
IF :System.Mode = 'NORMAL'
THEN
  your-trigger-code
END IF;
Thus the trigger fires harmlessly if the form is fetching data and the mode is 'QUERY'.

The fact that the first problem is intermittent is curious. Maybe the malfunction is dependent on the position of the mouse pointer as the form goes through it's initialization.

I'm interested to hear of your progress. Received on Thu Feb 05 1998 - 00:00:00 CET

Original text of this message