Re: HELP - Building EXTERNAL table qual using table loop

2007-04-05 Thread Roger Walls
TECTED] On Behalf Of Eli Schilling Sent: Thursday, April 05, 2007 12:24 PM To: arslist@ARSLIST.ORG Subject: HELP - Building EXTERNAL table qual using table loop So I need to build an EXTERNAL qualification using a table loop. When the user opens a form there is a hidden table that looks to anoth

Re: HELP - Building EXTERNAL table qual using table loop

2007-04-05 Thread L. J. Head
cussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Frank Caruso Sent: Thursday, April 05, 2007 1:35 PM To: arslist@ARSLIST.ORG Subject: Re: HELP - Building EXTERNAL table qual using table loop ** I believe you need to include three sets of quotes for each one: "'sddsdsdsd&#x

Re: HELP - Building EXTERNAL table qual using table loop

2007-04-05 Thread Joe DeSouza
$col_MgrName + """" Joe - Original Message From: Eli Schilling <[EMAIL PROTECTED]> To: arslist@ARSLIST.ORG Sent: Thursday, April 5, 2007 3:37:18 PM Subject: Re: HELP - Building EXTERNAL table qual using table loop ** Perfect...I think I tried every combination o

Re: HELP - Building EXTERNAL table qual using table loop

2007-04-05 Thread Eli Schilling
: arslist@ARSLIST.ORG Subject: Re: HELP - Building EXTERNAL table qual using table loop ** Eli, Have you tried to put the double quotes within double quotes??? That has worked for me.. Write to me offline if you still cannot figure how to include those double quotes before and after the $col_name

Re: HELP - Building EXTERNAL table qual using table loop

2007-04-05 Thread Frank Caruso
I believe you need to include three sets of quotes for each one: "'sddsdsdsd' = """ + $Status$ + Also, you may need to store the column data in display only fields and then use them in your qualification. I remember having an issue where I was referring to the column and the table looping w

Re: HELP - Building EXTERNAL table qual using table loop

2007-04-05 Thread Joe DeSouza
gt; To: arslist@ARSLIST.ORG Sent: Thursday, April 5, 2007 3:24:18 PM Subject: HELP - Building EXTERNAL table qual using table loop ** So I need to build an EXTERNAL qualification using a table loop. When the user opens a form there is a hidden table that looks to another form to determine associations

HELP - Building EXTERNAL table qual using table loop

2007-04-05 Thread Eli Schilling
So I need to build an EXTERNAL qualification using a table loop. When the user opens a form there is a hidden table that looks to another form to determine associations. The table loop builds a list of these associates into a qualification (i.e. ['Manager*' = $col_MgrName$ OR 'Manager* = $col_Mgr