Hi
I have been given this piece of code built into Access using VBA. I am trying to figure out what it all does. I have hit 2 bits of code and I do not understand them, does anyone recognise Them?
Dim ws As clsws_TiRequestsService Set ws = New clsws_TiRequestsServiceI have never heard if clsws_TiRequestsService before, does anyone know what it is?ws.wsm_SubmitTiRequestsAsXml
Thanks
Jeskit
Last edited by jeskit; 12-14-2011 at 07:27 AM.
It is a class of some sort. There should be a class module with that name in it. If it isn't in a module, it must have been built as a dll, and then you should be able to find it in the references under Tools -> References...
Is your code running too slowly?
Does your workbook or database have a bunch of duplicate pieces of data?
Have a look at this article to learn the best ways to set up your projects.
It will save both time and effort in the long run!
Dave
Hi
Thank you for replying. You were write it was class which is built by another website, however the code of that class is even more confusing
But thank you for helping me. Could I ask how you knew it was a class?
Thanks
Hungarian notation uses the prefix cls to designate a class.
Whoever wrote that code was using a form of that notation.
Is your code running too slowly?
Does your workbook or database have a bunch of duplicate pieces of data?
Have a look at this article to learn the best ways to set up your projects.
It will save both time and effort in the long run!
Dave
Oh, ok I get it. Thanks I'll have to remember that. Thank you for all help!!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks