SEARCH RESULT DISPLAY [message #465235] |
Tue, 13 July 2010 04:39 |
lokeshsurana
Messages: 212 Registered: April 2010 Location: India
|
Senior Member |
|
|
I have created one tab canvased form
On first tab I am taking input (search criteria)
on that input i am trying to display all records one by one as use click on next record button....
for that i used when-tab-page-change trigger for first record display and it display correctly...
but for further record what should i need to write on next_record command button so all record i can see one by one
Please suggest me the way..?
|
|
|
Re: SEARCH RESULT DISPLAY [message #465236 is a reply to message #465235] |
Tue, 13 July 2010 04:48 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
NEXT_RECORD built-in, I guess.
I don't quite understand what you are saying (or doing). Is that "second canvas" block a single-record (form style) block? Once you perform EXECUTE_QUERY, all records that satisfy certain condition are retrieved. You don't have to code "next record" - KEY DOWN on your keyboard or NEXT RECORD button in Forms' default toolbar will do that automatically. So - what are you trying to do?
|
|
|