Dynamic Coordination!! for control blocks [message #198626] |
Wed, 18 October 2006 01:01 |
chengam
Messages: 4 Registered: May 2006
|
Junior Member |
|
|
Hi all,
I have two control blocks, and an LOV is written on one of the ITEM of a Control Block.
The requirement is as soon as the user enters the Value from the LOV.
The records should be populated in the other control block without any delay!!
NOTE: There is no MASTER-DETAIL relations between the blocks!!
Please help!!
|
|
|
|
Re: Dynamic Coordination!! for control blocks [message #198729 is a reply to message #198653] |
Wed, 18 October 2006 06:32 |
chengam
Messages: 4 Registered: May 2006
|
Junior Member |
|
|
Hi David,
Thanks for your concern, I looked at Google and this Forum also but I couldn't get what I require!!
Briefly I will explain the requirement,
Control Blocks Names are:
BLOCK:1 Customer ( Control Block)
ITEM:1 SHIP_TO ( TEXT ITEM ) with LOV
ITEM:2 CUSTOMER_NAME (DISPLAY ITEM)
ITEM:3 LIST_SHIP_TO (PUSH BUTTON)
BLOCK:2 HOK (Control Block) (Multi-Record Block)
ITEM:1 Orderno
ITEM:2 Purchase Order
ITEM:3 Last_recieving_date
ITEM:4 Invoice_number
(All are display Items)
Requirement:
When the USER Enter the SHIP_TO ( TEXT ITEM ) or Chooses the Value from the LOV.
Expected Result:
The ITEMS in the HOK (Multi-Record Block) should be populated on choosing the Value from LOV.
Can be done using Cursors but I don't know exactly at what instance ( that is at what trigger ) to call the Cursors.
Tried using the 'key-listval','show_lov','default_where' but nothing works as expected!!
Please help!!
|
|
|
|