Trouble setting data source

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

Trouble setting data source

Post by FRED_EMMERICH_(Guest) » Wed Jul 18, 2001 4:39 pm

I am using the runtime .dll with 8.1 SQL. I call getRuntimeRecord() in order to be able to prompt a user for a value in the report. I used to use chooseReport(). Next I call chooseDataSource() to select the data source. Problem is, even though this call is error free, R&R still uses the data source saved with the report. What am I doing wrong?____Thanks,

FRED_EMMERICH_(Guest)
Posts: 170
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: Trouble setting data source-update

Post by FRED_EMMERICH_(Guest) » Thu Jul 19, 2001 10:23 am

I have all my issues with prompting for user input straightened out. I am back to calling chooseReport() and all works fine except when I do chooseDataSource(), I get no errors, but it also does not change the data source. The book says I do not need to call setDataSource(). I will try that and see what happens.

Post Reply