Re: Can't get data displayed when a form is started

From: Ashok Upadhyay <aupadhya_at_earthlink.net>
Date: Mon, 30 Nov 1998 21:15:18 GMT
Message-ID: <366309DC.60C0881C_at_earthlink.net>


Check
1.the trigger name , it should be when-new-form-instance (Not when_new_form_instance).
2. If name is correct then check Any pre-query trigger (Block or form level) which sets any of the value in example record and because of that no records retrieved.(Normally an error is returned until you suppress it) 3.Check for SYSTEM.MESSAGE_LEVEL Setting , it should be 0 if it is not. 4. Still don't get record check block's where clause and make sure your block is based on base table.

Thanks
Ashok
suisum_at_ecn.ab.ca wrote:

> Hi:
>
> Which trigger should be used to execute a query for a block and display
> the retreived data when the form is started?
>
> I have tried EXECUTE_QUERY; SYNCHRONIZE; in when_new_form_instance. But
> the data still not shown until I hit the radio button to execute the query
> manaully at first time.
>
> Why?
>
> --
> Best regards,
Received on Mon Nov 30 1998 - 22:15:18 CET

Original text of this message