Home » Developer & Programmer » Forms » Matrix with Forms (Forms 6i)
Matrix with Forms [message #568407] Thu, 11 October 2012 06:22 Go to next message
Amine
Messages: 376
Registered: March 2010
Senior Member

Hi all,
drop table test
/

create table test
(
  x   int ,
  y   int ,
  cpt int
)
/

insert into test values (1,1,null);
insert into test values (1,2,null);
insert into test values (1,3,null);

insert into test values (2,1,null);
insert into test values (2,2,null);
insert into test values (2,3,null);

insert into test values (3,1,null);
insert into test values (3,2,null);
insert into test values (3,3,null);


What is the best way to build a matrix in a Form canevas to introduce values of cpt ?

Thanks,
Amine
Re: Matrix with Forms [message #568420 is a reply to message #568407] Thu, 11 October 2012 07:02 Go to previous message
Littlefoot
Messages: 21813
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
I never did that.

As far as I can tell, that is not a trivial task. If you search (both the Internet and this forum), you'll find the evidence that people actually did that, using various techniques. Read through these materials (OTN Forms Forum might be your first choice; unfortunately, many links are broken so you'll have to be patient and persistent) and see what people did. Good luck!
Previous Topic: Using online software developed by oracle 6i and 10g.XE
Next Topic: Forms60.vrf(99): PERMISSION_DENIED while setting value path
Goto Forum:
  


Current Time: Thu Jul 04 16:05:34 CDT 2024