Hi
I'm trying to use job.download eg
job2.Download("http://download.finance.yahoo.com/d/quotes.csv?s=" & allStocks & "&f=spl1c1p2y")
and DBRequestManager (to access a remote SQL db) in the same app.
job.download seems to required HttpUtils2 to be loaded as a module where as DBRequestManager requires it as a Library.
If I run the app with HttpUtils2 as a Library I get error shown in B4A01.png error for job.download.
If I run the app with HttpUtils2 as a Module I get the error shown in Ba402.png for RDC
I would appreciate any help
Thanks
I'm trying to use job.download eg
job2.Download("http://download.finance.yahoo.com/d/quotes.csv?s=" & allStocks & "&f=spl1c1p2y")
and DBRequestManager (to access a remote SQL db) in the same app.
job.download seems to required HttpUtils2 to be loaded as a module where as DBRequestManager requires it as a Library.
If I run the app with HttpUtils2 as a Library I get error shown in B4A01.png error for job.download.
If I run the app with HttpUtils2 as a Module I get the error shown in Ba402.png for RDC
I would appreciate any help
Thanks