|
Re: Populating detail records without Navigation. [message #493548 is a reply to message #493546] |
Tue, 08 February 2011 10:26 |
cookiemonster
Messages: 13963 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
There are exactly two ways of populating a block:
1) Use execute_query
2) go to the block programmatically and populate each record in turn using code to assign each item and then use go_record or next_record to go to the next record.
There isn't a third way.
|
|
|
|
|
Re: Populating detail records without Navigation. [message #493557 is a reply to message #493552] |
Tue, 08 February 2011 11:32 |
cookiemonster
Messages: 13963 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
You can use when-new-item-instance to cope with the mouse navigation issue. You're still going to have to write code that'll actually go to the block in question to populate it though.
You can write the code so that it'll send the cursor back to where it started when you're done populating the block.
|
|
|