|
|
|
|
|
|
|
Re: Form hangs when scroll bar reaches the last record in detail block [message #470231 is a reply to message #470226] |
Mon, 09 August 2010 06:29 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
cookiemonster
Messages: 13963 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
Just remembered there's a way of getting the query without tracing the session. Do the following:
Change all the settings so that it'll do the first query without hanging.
Add a text item to one of the blocks. Make it visible on screen. Set it's max length to 4000. Set it's database item property to No.
Create a button, stick it on the canvas. Add the following WHEN-BUTTON-PRESSED trigger.
<new text item you just created> := get_block_property('<name of block with the problem>', last_query);
Run the form.
Execute the query.
Press the button.
Copy the text that appears in the new item.
|
|
|
|
|