Table Loop RowSelected go to next record

2010-04-12 Thread Remedy Guy

Hi everyone.  I know this is likely a simple question and I will kick myself 
when I find the answer but I am looking to do the following.

 

1.  Loop a table field (no problems, this is easy)

2.  While looping rowselected, set an attachment field in an attachment pool.

3.  Once the attachment field #1 has been set, go to the next record and set 
attachment field #2.

 

The stump I am having is at step 3.  How do I tell the guide to go to the next 
record in the table loop?  The guide loops rows selected and is designed to 
populate the attachment pool to a maximum of 3 attachments.

 

thanks.

 
  
_
Videos that have everyone talking! Now also in HD!
http://go.microsoft.com/?linkid=9724465
___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug10 www.wwrug.com ARSlist: Where the Answers Are


Re: Table Loop RowSelected go to next record

2010-04-12 Thread Charles Baldi
You loop to the next record by processing all the workflow in your
guide.  Just have a loop counter keep track of your 1st, 2nd or 3rd
time through and use that to select the appropriate attachment.

Regards,
Chuck Baldi

On Mon, Apr 12, 2010 at 9:17 PM, Remedy Guy remedy2...@hotmail.com wrote:
 **
 Hi everyone.  I know this is likely a simple question and I will kick myself
 when I find the answer but I am looking to do the following.

 1.  Loop a table field (no problems, this is easy)
 2.  While looping rowselected, set an attachment field in an attachment
 pool.
 3.  Once the attachment field #1 has been set, go to the next record and set
 attachment field #2.

 The stump I am having is at step 3.  How do I tell the guide to go to the
 next record in the table loop?  The guide loops rows selected and is
 designed to populate the attachment pool to a maximum of 3 attachments.

 thanks.


 
 Videos that have everyone talking! Now also in HD! MSN.ca Video.
 _attend WWRUG10 www.wwrug.com ARSlist: Where the Answers Are_

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug10 www.wwrug.com ARSlist: Where the Answers Are