thefugeman Posted June 27, 2001 Posted June 27, 2001 In a record I have a text field called "Name" that I want to copy it's entry and do a find by using a script. I can't seem to figure out if this is do-able. Any help is appreciated. Dave
bobsmith Posted June 27, 2001 Posted June 27, 2001 Set up a Global field gName. Script steps: Set gName = Name Enter Find Mode (uncheck restore) set field Name = gName perform find (uncheck restore)
thefugeman Posted June 27, 2001 Author Posted June 27, 2001 Bob, Thanks for your reply. One thing I'm not clear on in your steps was the part about "Set gName=Name" Do you mean SetField gName = Name ? I've tried variations on this but nothing seems to work? I don't see anything simply "set" in the scripting area. What am I overlooking? Dave
mitchn Posted June 28, 2001 Posted June 28, 2001 Hi, First time in the forum The answer is "Set field Name= gName then perform your find
Recommended Posts
This topic is 8553 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