how discover what searchformula/filter is used by a third app?
hi,
i have a program that was build in vb6 and he use a report and he use a certain formula to get some results from that report i have tried use some searchformula/sql query but the result that i receive is not the same:mad:
i using the same ocx that the other app use and i think that is because the other app use some searchformula/sql query diferent from me and i need to know what searchformula/sql query he use there is any way to spy what searchformula/sql query is using by the other app?
in sql server we have a option to trace all querys and see all querys that is used by any program connected to the server sql my question is
there is a program that do the same in crystal report that can capture the searchformula/sql query used by any program?
thanks a lot for your help :)
Re: how discover what searchformula/filter is used by a third app?
Do you have the source code to the other app?
Re: how discover what searchformula/filter is used by a third app?
check to see if there is a filter being used by the report that affects the results from the query.
Re: how discover what searchformula/filter is used by a third app?
"Do you have the source code to the other app?"
no :ehh:
"check to see if there is a filter being used by the report that affects the results from the query."
how can i do that? :confused:
if i a post the report here can you tell me that?:rolleyes:
thanks :)