Dynamic array names HELP!!!!

2005-06-02 Thread Aldwin Sabornido
Try using QueryNew() its more easy to use. Its like querying in the database.





>Hi all 
>
>I am building a few arrays on one template using the data from one
>query. I made the arrays with no problem, but CF is giving me a "not a
>valid variable name" error.  I need to call and add to an array name
>Dynamically.
>
>// Check to see if it is an array
>writeoutput(IsArray(Evaluate("EmployeAry_#EmployeeNumber#"),2));
>
>This works, but I do not know the Employee Number everytime. 
>EmployeAry_116["#RowNu_#"][8] = CalendarInfo.EmployeeNumber[CurRow]; 
>
>This does not work, But I need to call the Dynamic array names 
>"EmployeAry_#EmployeeNumber#[#RowNu_#][1]" =
>CalendarInfo.EmployeeNumber[CurRow];
>
>
>Can someone give my the right syntax.
>
>TIA
>Mike Hughes

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:208327
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


tag between tag

2005-05-26 Thread Aldwin Sabornido
Thanks, guys for replying.

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207754
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: tag between tag

2005-05-26 Thread Aldwin Sabornido
>Show your code - will make it easier to debug.
>
>
>
>-Original Message-
>From: Aldwin Sabornido [mailto:[EMAIL PROTECTED] 
>Sent: 26 May 2005 15:19
>To: CF-Talk
>Subject:  tag between  tag
>
>Hello! Great Masters of Cold Fusion..
>Can you help me with this problem, it seems to me that  is slow when
>you are going to place it inside  tag... Please give me your
>opinion...
> Aldwin



Here is my code... Thanks in advance for replying...


 select * from tblisting
 
   where listingID = #listingID#
 


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207748
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


tag between tag

2005-05-26 Thread Aldwin Sabornido
Hello! Great Masters of Cold Fusion..
Can you help me with this problem, it seems to me that  is slow when you 
are going to place it inside  tag... Please give me your opinion...
 Aldwin

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207746
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54