Tables used for report

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
Jeff_Barefoot_(Guest)
Posts: 15
Joined: Tue Oct 10, 2017 12:44 pm

Tables used for report

Post by Jeff_Barefoot_(Guest) » Thu Oct 18, 2001 11:50 am

When using the .exe runtime, is there a way to programatically determine the tables that have been used for a given report? Is there a way to programatically determine the Master table for a report?____Thanks!____Jeff Barefoot

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: Tables used for report

Post by kfleming » Thu Oct 18, 2001 12:16 pm

The only way to access that information would be via the runtime DLL.____Kathleen__R&R Support

Jeff_Barefoot_(Guest)
Posts: 15
Joined: Tue Oct 10, 2017 12:44 pm

==> RE: Tables used for report

Post by Jeff_Barefoot_(Guest) » Fri Oct 19, 2001 4:24 pm

How would you rate the complexity of implementing the .dll schema, compared to the .exe?____I really need to have this functionality, but need to weigh the programming effort involved in implementing it. The alternative would be requiring users to "register" the tables that they use when they add a new report.

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

===> RE: Tables used for report

Post by kfleming » Fri Oct 26, 2001 8:02 pm

If you are familiar with a programming language, you should be able to manage the R&R DLL calls without too much difficulty.____Kathleen__R&R Support

Jeff_Barefoot_(Guest)
Posts: 15
Joined: Tue Oct 10, 2017 12:44 pm

====> RE: Tables used for report

Post by Jeff_Barefoot_(Guest) » Mon Oct 29, 2001 9:43 am

Thanks Kathleen,____Would there be any problems with keeping our existing .exe runtime functionality as our base reporting engine, and calling functions from the .dll library to retrieve specific pieces of info that we need to "fine tune" the process?____Also, do you have any code examples for using the .dll functionality from within Visual FoxPro?____Thanks a lot for all of your help.____Jeff

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=====> RE: Tables used for report

Post by kfleming » Mon Oct 29, 2001 12:11 pm

You could certainly use the DLL calls to supplement what you are currently doing.____I don^t have any Visual Fox examples but maybe another user might be able to share some with you.____Kathleen__R&R Support

Jeff_Barefoot_(Guest)
Posts: 15
Joined: Tue Oct 10, 2017 12:44 pm

======> RE: Tables used for report

Post by Jeff_Barefoot_(Guest) » Mon Oct 29, 2001 5:14 pm

Thanks for all of your help Kathleen. You^ve saved me a lot of headaches.____Jeff

Post Reply