Results 1 to 2 of 2

Thread: Linking into a program from email

  1. #1
    Lively Member
    Join Date
    May 12
    Posts
    92

    Question Linking into a program from email

    Hi,

    Assume I have my vbProject:

    "Project.exe"

    this consists of 3 forms:

    "frm_Login" which links to:
    "frm_Home" which links to:
    "frm_Display" depending on what options where chosen in "frm_Home" displays different information here.

    Lets say a user has made it to "frm_Display", to get here certain variables have been filled depending on his/her selections. Now that user wants another user to to see what he is seeing.
    There is an email button.

    I have it generating an email, but I want the email to have a link to the program & form, and to have automatically selected the same variables as what the first user had chosen.

    I have no idea how to do this, I know this is likely the wrong syntax but for an example to help explain. The link may look something like:

    C:\Project.exe -frm_Display -var1='Selection1' -var2='Selection2'

    Thank you.

  2. #2
    Lively Member
    Join Date
    May 12
    Posts
    92

    Re: Linking into a program from email

    Does anyone have any ideas on this one...

    Maybe the same can be achieved but in a different way...

    Really struggling with this.

Posting Permissions

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