ruthcarlton Posted January 14, 2003 Posted January 14, 2003 I have a script which sends email to a found set using a loop script that inserts the text "email" into a field that is then used in the calculation -SendEmailCalc If(SendEmail = "email", email, "") Go to Record/Request/Page [First] Insert Text ["SendEmail', 'email'] Loop Go to Record/Request/Page [Exit after last, Next] Insert Text ["SendEmail', 'email'] End Loop Send Mail [''"] It works, but if the Found Count is large it can be pretty slow. Any suggestions on a better method?
jasonwood Posted January 14, 2003 Posted January 14, 2003 Any reason why you can't just export the found set (email address field only) to a text file, then paste that into your email program?
andygaunt Posted January 14, 2003 Posted January 14, 2003 One suggestion. Wait two days. Follow the links and all will become clear.
ruthcarlton Posted January 14, 2003 Author Posted January 14, 2003 Just trying to automate the process for the client.
Recommended Posts
This topic is 7988 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