January 14, 200322 yr 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?
January 14, 200322 yr 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?
Create an account or sign in to comment