Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    dandoescode is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Dec 2011
    Posts
    85

    MU File Reference Library


    So I'm trying to find the reference library to use MU files, anybody know or have a link?

  2. #2
    help_me_with_access is offline help_me_with_excel
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    262
    MU files, as in those associated with Corel's spreadsheet program?

    if that's what you're looking for, you're probably not going to find it. Corel is ages old by now. Aren't they defunct? there would be absolutely no use in creating libs for those products at this point...

  3. #3
    dandoescode is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Dec 2011
    Posts
    85
    Yeah to be honest I'd never even heard of an MU file but I'm working on simplifying this database and it has code in it XXX AS MUFile. Veery confused right now.

  4. #4
    help_me_with_access is offline help_me_with_excel
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    262
    no idea what you're talking about dude...

  5. #5
    dandoescode is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Dec 2011
    Posts
    85
    I have a database, or rather series of databases, from these databases I have been provided with about 10,000 lines of code. I need to find the necessary reference libraries for this code, for 2003, 2007 and 2010 access. I have written a query which grabs everything following "Dim Whatever As". This turns up the type of variables being declared. Once such variable type is MUFile, I am attempting to find the reference library for this var type. I was told that it was not created by one of the database programmers.

  6. #6
    help_me_with_access is offline help_me_with_excel
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    262
    well the best you can do is search it, like I said earlier.

    are you telling me that someone passed along visual basic coding in the form of freakin table data!? If that's the case, you need to give them a catscan! at the very least, pass along the bas files.

  7. #7
    help_me_with_access is offline help_me_with_excel
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    262
    post all the DECLARATION coding you have, and we can probably identify 99% of the libraries just by looking at the decs. but I'm not hopeful that your predecessor was thorough enough to prefix decs with actual lib names. but we'll see if you post it.

  8. #8
    dandoescode is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Dec 2011
    Posts
    85
    This is all I'm workin with man.
    Code:
     Dim myMuFile As MUFile

  9. #9
    help_me_with_access is offline help_me_with_excel
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    262
    no, I don't think so. that's not the only declaration you could possibly have. are you saying that's the only declaration that you cannot locate a lib for yourself?

  10. #10
    help_me_with_access is offline help_me_with_excel
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    262

  11. #11
    dandoescode is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Dec 2011
    Posts
    85
    Yes, as of yet this has been the only declaration that I have been unable to locate a reference for. There are 12,401 such declarations, this is the only one that declares something as MUFile, there is nothing remotely similar. Sorry about that.

    Is it just a bad line of code? Maybe my superior was incorrect about people not having created their own types?

  12. #12
    help_me_with_access is offline help_me_with_excel
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    262
    Quote Originally Posted by dandoescode View Post

    Is it just a bad line of code? Maybe my superior was incorrect about people not having created their own types?
    ummmm....do you have any visual basic experience at all? UDF (user-defined types) are available in almost all languages I believe. this is a branch of knowledge that stems from the simple concept of the memory construct in any given development environment.

    in vb particular, you can construct memory however you want, really. to say that code is bad is not a valid statement, ever. unless of course the compiler tells you it is. that's the only way to know. the compiler is the boss in any development environment. if all else fails and you don't know, compile code and find out.

    it doesn't sound to me like your predecessor was on top of things very well. but just speculating...

    but back to original question here, other than those links I gave you, I have no answer. but if you need help with anything else, like getting a vb project going in general don't hesitate to post again.

  13. #13
    dandoescode is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Dec 2011
    Posts
    85
    You are correct. I have ZERO experience with vba. If I had access to the code I would do the simple compile. Unfortunately the code is coming from 35 different databases, some in 2003, some in 2007 and some in 2010, each are stored locally, so compiling the code is not an option. I'm just a lowly intern, with limited access experience, trying to understand WTF is going on with this gordian knot of declarations.

  14. #14
    help_me_with_access is offline help_me_with_excel
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    262
    I see...so you tell me, how else can I help you here?

  15. #15
    dandoescode is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Dec 2011
    Posts
    85
    eh well thats about it, thanks for the patience.

Page 1 of 2 12 LastLast
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Library Finder
    By Phil_Howes in forum Programming
    Replies: 9
    Last Post: 05-30-2012, 05:57 AM
  2. Replies: 1
    Last Post: 03-23-2012, 12:15 PM
  3. Lending Library help
    By sarahlou89 in forum Access
    Replies: 3
    Last Post: 12-12-2011, 08:29 AM
  4. library statistics
    By sonia in forum Access
    Replies: 1
    Last Post: 04-11-2010, 12:22 PM
  5. Stores Library
    By martyparty2006 in forum Forms
    Replies: 5
    Last Post: 05-05-2009, 09:16 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums