Execute Query Not Working.. [message #224938] |
Fri, 16 March 2007 01:29 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
aries73
Messages: 4 Registered: March 2007
|
Junior Member |
|
|
I have two blocks 1. Control Block (contains Query And Exit button) and 2. Detail.Block Dtl (contains Emno and Emp_name) fields.
First user go on Query Button.
when-Button-pressed
go block('dtl');
go_item('emno');
enter_query;
When data is displayed , it contains first record instead of record that is searched( for Emp_name).
Is there some better way to do this.
|
|
|
Re: Execute Query Not Working.. [message #225464 is a reply to message #224938] |
Tue, 20 March 2007 00:43 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/67467.jpg) |
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Please post the code that you are using, not what you think you have in your trigger.
Don't worry about the 'go_item', just make 'emno' the first item in your block.
David
|
|
|