Re: forms 4.5 master-detail relation

From: Walter Zimmer <wzimmer_at_atair.rz.uni-ulm.de>
Date: 1997/04/25
Message-ID: <5jpu1h$j9f$2_at_orion-fddi.rz.uni-ulm.de>#1/1


Camil Rousseau (Camil.Rousseau_at_cgi.ca) wrote: : I know it is possible to do this manually ... Well, I had to have this too and after some time I decided to code it manually. It's not _that_ much of a hack :-)

If it comes to the execute_query I execute the following code before:

	DO_KEY('Exit_form');
	GOTO_BLOCK('main_blk');		- substitute your main block here
	SET_BLOCK_PROPERTY('main_blk', DEFAULT_WHERE, 'id in ...'
			- substitute your where clause here ^^^
	EXECUTE_QUERY;

This helped for me, I hope it helps you too.

Walter

walter.zimmer_at_rz.uni-ulm.de
Forms 4.5.7.1.2 developer (solaris, NT) Received on Fri Apr 25 1997 - 00:00:00 CEST

Original text of this message