hooty Posted February 5, 2008 Posted February 5, 2008 So I want a script that will send out batches of email to everyone in a large database. mostly I want it to go in groups of 99 to get past a home business's server limitations. any hints? I tried things and loops and counts but I'm in over my head.
Søren Dyhr Posted February 5, 2008 Posted February 5, 2008 You are on the right track! - try this: Set Variable [ $theCounter; Value:0 ] Loop Show All Records Go to Record/Request/Page [ First ] Omit Multiple Records [ $theCounter ] [ No dialog ] Exit Loop If [ not Get ( FoundCount ) ] Go to Record/Request/Page [ 101 ] [ No dialog ] Omit Multiple Records [ 999999 ] [ No dialog ] #<<<< put the email script or scriptstep here! Set Variable [ $theCounter; Value:$theCounter+100 ] End Loop --sd
hooty Posted February 5, 2008 Author Posted February 5, 2008 THANK YOU, trying this now but grateful for any reply at all:D I'll let you know if it works.
Søren Dyhr Posted February 5, 2008 Posted February 5, 2008 Now it isn't rocket science, and my hunch tells me there might be a faster and more clever way to achieve the same result! --sd
hooty Posted February 5, 2008 Author Posted February 5, 2008 worked perfectly, thank you thank you didn't even know that variable script step existed! I always learn so much from you guys when I stop by!
Recommended Posts
This topic is 6137 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