Newbies DGS Posted September 19, 2005 Newbies Posted September 19, 2005 I'm having a problem with the script step "Lookup" with FileMaker 7. The lookup works correctly if the user is running the database from the host computer. The lookup fails if the user is connected via IWP. Both files are setup for IWP. What changes with lookups when IWP is involved?
Søren Dyhr Posted September 20, 2005 Posted September 20, 2005 I'm not abel to explain why it behaves like that but you should use the Lookup( inside a calcfield instead!!! --sd
Newbies DGS Posted September 20, 2005 Author Newbies Posted September 20, 2005 (edited) Making the field a "calculation" field and putting the Lookup() there made no difference. The script still works when it is run from the database host, but still fails when run from an IWP cliet. LookUp(Mail_1::EmailAddress;"??") This statement returns the failure result when used in a script or in the definition of a "calculation" field only when the connection is via IWP. Edited September 20, 2005 by Guest
Newbies DGS Posted September 20, 2005 Author Newbies Posted September 20, 2005 Problem Solved Moving both tables involved in the lookup() into the same file solved the problem. I don't understand why the separate files didn't work for IWP connections, but at least it is working now.
CyborgSam Posted September 20, 2005 Posted September 20, 2005 ... I don't understand why the separate files didn't work for IWP connections... I've seen this too, the solution is to use a single file. Anyone know exactly what the problem is and if there's a workaround (other than a single file...)?
Recommended Posts
This topic is 7272 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