Home » Developer & Programmer » Forms » Runtime Checkbox (Forms 6i)
Runtime Checkbox [message #337315] Wed, 30 July 2008 09:38 Go to next message
jramya
Messages: 42
Registered: April 2008
Member
Hi All,
I have managed to create check box @ runtime using the code below:

 BEGIN
	go_block('BLOCK3');
	FOR x in (select typecode from ref_attr_val   
where typecode in ('M2M','SIZE','EMAL') group by typecode)
	LOOP		
	:BLOCK3.txt_item:=x.typecode;
        create_record;
        end_loop;
        END;

I am trying to set up label and name to the check box as they are created.Is there a possibility.
Regards
Ramya

[Updated on: Thu, 07 August 2008 18:54] by Moderator

Report message to a moderator

Re: Runtime Checkbox [message #339568 is a reply to message #337315] Thu, 07 August 2008 18:55 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
No.

David
Previous Topic: Problem with Text in Text box
Next Topic: F9 doesn't work even after the code that I put it inside KEY-F9
Goto Forum:
  


Current Time: Sun Feb 09 07:13:57 CST 2025