grumbachr Posted September 6, 2007 Posted September 6, 2007 I'm looking for some advice. Currently I have to work with 2 FM files. One is hosted on FMServer and FM Clients connect to it on our internal network. There is a 2nd file that is hosted on FMServer Advanced using instant web publishing that is available to the world. The second file is for people to fill out a questionnaire. I take that data from that file export it and import it into the first file. then remove the records from the 2nd file. This is for HIPAA (HIPPA) security reasons. Would it be possible to setup a file on the external/web server that can be hosted with IWP but all the data goes straight into my main file. Or would you Pros recommend I do it a different way? I just trying to evaluate my option currently but in my head the empty file feading the main file sounds like it should be easy but I could be fooling myself. Any advice is greatly appreciated.
AudioFreak Posted September 6, 2007 Posted September 6, 2007 I may be totally off base here. But could you not have the users enter the answers into Globals and have a submit button that calls a script in the Main file to import the values from the global fields. The clear all the globals when done. The submit script could also check to make sure all the questions are filled in using a If Is Empty. Michael
grumbachr Posted September 7, 2007 Author Posted September 7, 2007 I have thought about that but wont that break if I have more than one person filling out the questionnaire at a time?
AudioFreak Posted September 7, 2007 Posted September 7, 2007 That's why you use globals. They are specific to the user and session. Meaning one user cannot see the global fields of another user. Michael
Genx Posted September 7, 2007 Posted September 7, 2007 FYI: http://faq.filemakermagazine.com/index.php/Global_fields#Session_Behaviour_in_different_environments
Recommended Posts
This topic is 6345 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now