Re: utilization of object ids in FROMS 4.5 ???

From: mike fowler <mikef_at_gold.pima.gov>
Date: 1995/10/21
Message-ID: <46b5r1$c8k_at_news.ccit.arizona.edu>#1/1


>Mike: Could you post a brief description of what the release notes
>say?
>
>Thanks, Steve Cosner (stevec_at_csufresno.edu)
>

from: orawin\forms45\doc\relnotes.wri

       Forms 4.5.6 release notes:  

	'We have supplied a new feature in 4.5.5 which will allow you
	  to store and pass the id of an item in a persistent fashion...'

	declare
		form_id formModule;
		
	begin	
		open_form( 'emp', no_activate );
		form_id := find_form( 'emp' );
	
		:global.formid := form_id.id
				.
				.
				.
		form_id.id := to_number( :global.formid );
		go_form( form_id );

	'As you can see from this example, we expect this to be of most
	use when navigating between multiple forms.'
Received on Sat Oct 21 1995 - 00:00:00 CET

Original text of this message