Search results

  1. J

    JDBC DoCmd.CopyObject

    Hi. I'm currently in the process of porting our application from VBA to java. Everything is going very well so far apart from one problem with the CopyObject method. When tables are linked, the CopyObject method duplicates the table AND retains the link. I am having problems doing this with...
  2. J

    Cvs?

    yeah, problem is it seems to return about half a million results where people actually mean csv.. role on the semantic web!
  3. J

    Cvs?

    yeah i guess that is the problem.. just thought that maybe somebody was slightly more frustrated than me at some stage and written a cvs addin - could export source files, do some analysis on them etc in order to utilise cvs..
  4. J

    Cvs?

    Hello. I have been searching on the net for any information regarding using access with CVS (Concurrent Versions System). Does anybody know if this is at all possible?
  5. J

    Global Methods

    I've got sorted out thanks to Uncle Gizmo - shame I couldnt have found it before posting. If anyone else has this same problem please check http://www.access-programmers.co.uk/forums/showthread.php?t=82313 because maybe you could be as stupid as me and declare the same method in 2 different...
  6. J

    Global Methods

    Hello, I'm having some trouble accessing a global module method from a class I have created. modGlobal.bas public sub myMethod() doXYZ end sub myClass.cls sub test() call myMethod() end sub Has anyone got any ideas as to how I might go about making the method accessible from...
Back
Top Bottom