Results 1 to 4 of 4

Thread: Finding where the form is located

  1. #1

    Thread Starter
    Member cramtheman's Avatar
    Join Date
    Dec 2000
    Posts
    43

    Question

    How do you find out where the form is located on someone's computer so that i can load something that comes with the form.

    Thanks
    cram
    [email protected]
    _ _ _ _ _ _ _ _ _ _ _ _ _ _
    Things to Ponder

    |Man who stands on toilet,
    Is high On pot|
    |Baseball Wrong,
    Man with four balls cannot walk|

  2. #2
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431
    If I understand your question, you can't. If you are having problem loading a form because you don't have the proper controls in your project, take a look at the myform.log file and it will tell you what it is looking for.

  3. #3

    Thread Starter
    Member cramtheman's Avatar
    Join Date
    Dec 2000
    Posts
    43

    Question

    Thats not quite what I mean. When a person takes my program they put it into a folder on their computer( such as C:\Windows) I would like to know through code, what that folder is. I hope that helps.

    Thanks
    cram
    [email protected]
    _ _ _ _ _ _ _ _ _ _ _ _ _ _
    Things to Ponder

    |Man who stands on toilet,
    Is high On pot|
    |Baseball Wrong,
    Man with four balls cannot walk|

  4. #4
    New Member
    Join Date
    Dec 2000
    Posts
    1

    Talking Try This...

    using the App.Path command will get the current path where the form (application) is loaded

    open App.Path & "\filename.ext" for etc....

    or whatever your using it for...

    Is that what you mean?

    temp name...just visiting from another PC!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width