October 22, 200421 yr In my experimentation with IWP in FM7 I have found that, when you first open the file from the IWP Home Page, the Open script in the database runs. The problem that the open script is designed for the FileMaker Pro users that open the database, not the IWP users and thus goes to a different layout than I want the IWP folks to go to. Is there a way to tell that a guest is opening the database from IWP so that I can put that condition into the open script? I am open to other suggestions as well.
October 22, 200421 yr in the open script use Set field (xxxxxx;(get application version) If pattern count field xxxxx;Web >0 goto layout for the web else goto layout for the client You get the idea.. get application version will display either the web of fm7 depending on where they came from Stu
November 4, 200421 yr Lwlgeorge, Another option is to skip the field altogether and just use If [PatternCount(Get(ApplicationVersion); "Web")] Either way will work, though.
Create an account or sign in to comment