Re: Forms 4.5 Question
Date: 1996/03/19
Message-ID: <NEWTNews.827302441.4530.elric_dm_at_dialup.netvision.net.il>#1/1
Elric here again,
I've checked the metter a little and now I think that you'll have to do a real Forms programing to get ehat you want.
The multi-record oriantaion set to horizontal will only creat ONE line somting like:
Dept1 Emp1 Emp2 Emp3
Dept2
Dept3
where the emp's displayed are of the current department. you can think of having 6 blocks
D1 E1
D2 E2
D3 E2
where D1-D3 area based on dept (and select into them in "jumps" of three) E1 is a detail block to D1, E2 to D2 etc. then set the key-down trigger on D1 to preform "go_block(D2)" . this might work but key-dom on block D3 will be a killer. good luck
Yoram Z.
In Article<4i7pib$pmp_at_news1.infinet.com>, <ktoepke_at_198.30.154.1> write:
> Path:
news.NetVision.net.il!psinntp!psinntp!psinntp!howland.reston.ans.net!newsfeed.i
nternetmci.com!news.infinet.com!news
> From: ktoepke_at_198.30.154.1
> Newsgroups: comp.databases.oracle
> Subject: Forms 4.5 Question
> Date: 14 Mar 1996 00:34:19 GMT
> Organization: Totally Disorganized
> Lines: 29
> Message-ID: <4i7pib$pmp_at_news1.infinet.com>
> Reply-To: ktoepke_at_infinet.com
> NNTP-Posting-Host: cmh-p042.infinet.com
> X-Newsreader: IBM NewsReader/2 v1.03
>
> Hello All:
>
> I have been asked to develop a Forms 4.5 application that has a detail block
> for each _displayed_ in a master block.
>
> Requirements:
> Vertical Scroll bar on master block.
> Horizontal Scroll bar that controls all three displayed detail blocks.
> Variable number of rows in master block.
> Variable number of detail records.
>
> Sample Layout
> MASTER BLOCK: Detail Blocks:
> ^ ROW 1 <Master Row 1 detail 1> <Master Row 1 detail 2>
> | ROW 2 <Master Row 2 detail 1> <Master Row 2 detail 2>
> V ROW 3 <Master Row 3 detail 1> <Master Row 3 detail 2>
> <--------------------------------------------->
>
> Does anyone have any ideas on how to proceed? Any help would be appreciated.
>
> Thanks in advance.
>
> Kevin Toepke
> +--------------------------------------------------------------------+
> | ktoepke_at_infinet.com | Nothing was ever accomplished by a |
> | | reasonable man. |
> | | -- Shaw |
> +--------------------------------------------------------------------+
>
Received on Tue Mar 19 1996 - 00:00:00 CET