Distributing Custom Form

  • Thread starter Thread starter Tyler
  • Start date Start date
T

Tyler

I have quite a few questions on how to distribute a custom form I have
designed. I call the form from a VFP 6 database and it works in
development and in production if I publish the form on the individual
workstation. For installation on the clients machine I'm not sure how
to do this programmatically. I won't know if the user has Exchange
Server or will be installing the form on each individual workstation.
What is the best way to implement the installation of the custom form?
Have it installed on each workstation that uses the database? An
install that will allow for the selection of using Organizational
Forms Library or the Personal Forms Library? Any information would be
a great help.

Thank you.
 
I have found a way that works for me in distributing the custom form. I
have added a program that will auto publish the form to each users
personal form library. So each machine will have the custom form. I have
checks to see if they have Outlook installed and if the user doesn't the
code won't do anything.
 
Back
Top