Re: Witango-Talk: Array Rows to columns Help

2007-05-31 Thread Dan Stein
Yes thanks I was over thinking it.

Works fine

See it at
Needymeds.com

Thanks
 
-- 
Dan Stein
FileMaker 7 Certified Developer
Digital Software Solutions
799 Evergreen Circle
Telford PA 18969
Land: 215-799-0192
Cell: 610-256-2843
Fax 215-799-0192 ( Call 1st)
FMP, WiTango, EDI,SQL 2000, MySQL, CWP
[EMAIL PROTECTED]
www.dss-db.com


"It's very hard to grow, because it's difficult to let go of models of
ourselves in which we've invested so heavily."


> From: Shane Pearlman <[EMAIL PROTECTED]>
> Reply-To: "witango-talk@witango.com" 
> Date: Thu, 31 May 2007 12:33:19 -0700
> To: 
> Subject: RE: Witango-Talk: Array Rows to columns Help
> 
> <@rows array="scope$myarray">
> http://url/file.taf?letter_from=<@col 2>&letter_to=<@col 3>"
> style="margin-right:15px;"><@col 1>
> 
> 
> Shane Pearlman
> 831.345.7033
> S&P, Inc.
>  
>  
> 
> -Original Message-
> From: Dan Stein [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 31, 2007 12:10 PM
> To: witango-talk@witango.com
> Subject: Witango-Talk: Array Rows to columns Help
> 
> I have an array that looks like this
> 
> AA-AC   AA  AC
> AD-AF   AD  AF
> 
> Etc.
> 
> I want to display it like this
> 
> AA-AC   AD-AF   AG-AR ...
> 
> And I want each one to be a link that contains the the letter_from=AA&
> letter_to=AC
> 
> I am not sure how to manipulate the array so I show only the letter spans
> but have the to and from in the Href.
> 
> It has to display on the horizontal
> -- 
> -- 
> Dan Stein
> FileMaker 7 Certified Developer
> Digital Software Solutions
> 799 Evergreen Circle
> Telford PA 18969
> Land: 215-799-0192
> Cell: 610-256-2843
> Fax 215-799-0192 ( Call 1st)
> FMP, WiTango, EDI,SQL 2000, MySQL, CWP
> [EMAIL PROTECTED]
> www.dss-db.com
> 
> 
> "It is perfectly safe to stand nowhere."
> 
> 
> TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
> 
> 
> TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
> 


TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



RE: Witango-Talk: Array Rows to columns Help

2007-05-31 Thread Shane Pearlman
<@rows array="scope$myarray">
http://url/file.taf?letter_from=<@col 2>&letter_to=<@col 3>"
style="margin-right:15px;"><@col 1>


Shane Pearlman
831.345.7033
S&P, Inc.
 
 

-Original Message-
From: Dan Stein [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 31, 2007 12:10 PM
To: witango-talk@witango.com
Subject: Witango-Talk: Array Rows to columns Help

I have an array that looks like this

AA-AC   AA  AC
AD-AF   AD  AF

Etc.

I want to display it like this

AA-AC   AD-AF   AG-AR ...

And I want each one to be a link that contains the the letter_from=AA&
letter_to=AC

I am not sure how to manipulate the array so I show only the letter spans
but have the to and from in the Href.

It has to display on the horizontal
-- 
-- 
Dan Stein
FileMaker 7 Certified Developer
Digital Software Solutions
799 Evergreen Circle
Telford PA 18969
Land: 215-799-0192
Cell: 610-256-2843
Fax 215-799-0192 ( Call 1st)
FMP, WiTango, EDI,SQL 2000, MySQL, CWP
[EMAIL PROTECTED]
www.dss-db.com


"It is perfectly safe to stand nowhere."


TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



RE: Witango-Talk: Array Rows to columns Help

2007-05-31 Thread Ted Wolfley
Hi,

This should work



<@ROWS START=1 STEP=1 ARRAY="@@array">

@@array[<@currow>,1]








-Original Message-
From: Dan Stein [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 31, 2007 3:10 PM
To: witango-talk@witango.com
Subject: Witango-Talk: Array Rows to columns Help

I have an array that looks like this

AA-AC   AA  AC
AD-AF   AD  AF

Etc.

I want to display it like this

AA-AC   AD-AF   AG-AR ...

And I want each one to be a link that contains the the letter_from=AA&
letter_to=AC

I am not sure how to manipulate the array so I show only the letter
spans
but have the to and from in the Href.

It has to display on the horizontal
-- 
-- 
Dan Stein
FileMaker 7 Certified Developer
Digital Software Solutions
799 Evergreen Circle
Telford PA 18969
Land: 215-799-0192
Cell: 610-256-2843
Fax 215-799-0192 ( Call 1st)
FMP, WiTango, EDI,SQL 2000, MySQL, CWP
[EMAIL PROTECTED]
www.dss-db.com


"It is perfectly safe to stand nowhere."


TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf