Hi all, getdefaultquery returns the current datasource query. However, I want to get the query that was setup up at design time. Also please let me know how to get the design time where clause. Regards. George. |
Hi George, It's not currenlty possible to get the design time query via an API, as an alternative, you can store the design time query of necessary datasources in session variables (by retrieving their queries using getdefaultquery API in application post open event for example). It's also not currently possible to get the design time where clause. I created tickets in our bug tracker for these issues. Regards, Dear Ibrahim, I have already implemented this yesterday as I already knew it was not currently possible. Thank you for your answer. George.
(12 Apr '14, 07:34)
grajan777
|