This is no problem. In the active link that calls the guide, check the "Table Loop" field and specify which table field to use. Leave the "Table Loop Selected Rows Only" unchecked. On the active link inside the guide you should not have any Execute On or Run If statements.
-- Michiel On 11/22/06, Anoop Sasidharan <[EMAIL PROTECTED]> wrote:
** Michiel. Thanks for the reply. But the table field is set to "Use Selection not allowed". So, how would the table loop work. There is no selection on the table field. How can we make the table loop to go through all the values which is in the table. I tried using $rowselected$ = 0, but I think, this wouldn't help. Please advice.Thanks again for the prompt reply. Thanks Anoop ________________________________ > Date: Wed, 22 Nov 2006 09:06:27 +0100 > From: [EMAIL PROTECTED] > Subject: Re: concatenate table field value > To: [email protected] > > Anoop, > > You can loop through the table field, for instance with an active link > guide. You can have an active link in this guide copying the value > from your column to a temporary field (using zTmpField1 = zTmpField1 > + Col_Emp_ID). This way the temporary field will contain all appended > employee id's from the table. Then, as a last action, copy this field > to form C. > > -- > Michiel > > On 11/22/06, Anoop Sasidharan <[EMAIL PROTECTED]> wrote: > > ** > > All, > > > > I want to concatenate all the values on a specific column in a table field > > and push it to a single filed on different form. > > > > For example, On form A , I have a table field(which comes from form B) and > > has a column name Emp ID.(which is on form B). On a specific selection on > > form A, the table filed gets populated. Now, I want to concatenate all the > > Emp ID (coming out of the table field) and push it to a form c. > > The table field is in such a way that it doesn't allow any user > > selection... > > > > I would appreciate all your suggestion on this. > > > > TIA > > -Anoop > > > > > > > > ________________________________ > > Call friends with PC-to-PC calling -- FREE Try it now! > > __20060125_______________________This posting was submitted > > with HTML in it___ > > _______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are" ________________________________ Call friends with PC-to-PC calling -- FREE Try it now! __20060125_______________________This posting was submitted with HTML in it___
_______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

