abort query [message #84355] |
Sun, 07 March 2004 20:46 |
annie
Messages: 30 Registered: March 2000
|
Member |
|
|
hi
i wan to ask is the code "Abort_query" used to cancel a query?
i've put 3 pushbutton, enter query, execute query and cancel query respectively. the first 2 runs but the cancel query is not working. Why?
|
|
|
Re: abort query [message #84359 is a reply to message #84355] |
Sun, 07 March 2004 22:30 |
dipu
Messages: 2 Registered: March 2004
|
Junior Member |
|
|
i think ur ussage of the abort query is not clear with u as abort query will always fetch atleast some records. so if ur aim is to block some fetching of record then use the select statement using some condition.
and if u wnat to us eabort query to stopm a perticular query in execute query then also apply a condition on the default_where condition of the set block property for the block u are doing the query
i think this will help
bye
|
|
|