Hi Guys...
I'm Using RDC2.
I'n my Main module, I Initialize the DBRequest Class, but instead of "Me", I am passing a Code Module name so that that code module handles all the database related stuff (ResponseManager)
Request.initialize(ResponseManager,"mydatabaselink")
So, making a BDRequest like Main.RequestManager.blablabla seems to be executed BUT always returns a unsuccessful http job.
So I decided to make it as "usual" and used "Me" and copied the necessary unchanged subs from the response manager to main and it works as expected...
Should I assume that my initial approach is simply impossible? or should I initialize the RequestManager inside the ResponseManager module?
Thanks in advance
I'm Using RDC2.
I'n my Main module, I Initialize the DBRequest Class, but instead of "Me", I am passing a Code Module name so that that code module handles all the database related stuff (ResponseManager)
Request.initialize(ResponseManager,"mydatabaselink")
So, making a BDRequest like Main.RequestManager.blablabla seems to be executed BUT always returns a unsuccessful http job.
So I decided to make it as "usual" and used "Me" and copied the necessary unchanged subs from the response manager to main and it works as expected...
Should I assume that my initial approach is simply impossible? or should I initialize the RequestManager inside the ResponseManager module?
Thanks in advance