[ACFUG Discuss] DC UseAdobe user group tomorrow -- broadcast via Acrobat Connect Pro

2007-06-11 Thread Steve Drucker
NEXT MEETING: Tuesday, June 12 For those of you who can't physically attend the meeting, we will broadcast it via Adobe Acrobat Connect Professional at the following URL: http://figleaf.mmalliance.acrobat.com/gotadobe/ CTIA Building - Fig Leaf Software Training Center 1400 16th Street, NW (Lobby

[ACFUG Discuss] ANSI Characters with isql

2007-06-11 Thread Mike Staver
I'm trying to run a bunch of SQL scripts from the command line using SQL Server 2000: isql -a 512 -S localhost -U sa -P "pass" -n -d SOME_DB -i "C:\test.sql" Previously, I was using osql but from what I googled, osql is not capable of turning off automatic ansi to oem translation like isql is.

[ACFUG Discuss] building a variable's name dynamically

2007-06-11 Thread Jeff Howard
Hey all, This may be something perfectly obvious that I'm overlooking but I'm trying to initialize a variable while building the variable name dynamically based on a loop. My code is as follows : Unfortunately, CF doesn't like this code and is thrwoing this error: Invalid CFML cons

Re: [ACFUG Discuss] building a variable's name dynamically

2007-06-11 Thread Kevin
I am not sure exactly what you are trying to do. But maybe this way will help. Set up a struct first then in your output use then you can access the struct var with customer_po[1] On 6/11/07, Jeff Howard <[EMAIL PROTECTED]> wrote: Hey all, This may be something perfectly obvious that I'

RE: [ACFUG Discuss] building a variable's name dynamically

2007-06-11 Thread Darin Kohles
wrap the variable name in quotes: Darin Kohles, Application Developer [EMAIL PROTECTED] Digital Positions, Inc. 2289 Peachtree Road NE Atlanta, GA 30309 404-351-8878 support phone 404-351-2366 main phone 404-351-4055 fax http://www.d-p.com/ From: [EMAIL

Re: [ACFUG Discuss] building a variable's name dynamically

2007-06-11 Thread Jeff Howard
the quotes worked. thanks. figured it was something small/silly i was overlooking. the structure suggestion might end up being the best approach to what i'm trying to accomplish because now i'm running into an issue trying to call the variable dynamically. live and learn. thanks again. On 6

RE: [ACFUG Discuss] building a variable's name dynamically

2007-06-11 Thread Darin Kohles
I do this in loops all the time when I need to capture and use loop dependant values. Darin Kohles, Application Developer [EMAIL PROTECTED] Digital Positions, Inc. 2289 Peachtree Road NE Atlanta, GA 30309 404-351-8878 support phone 404-351-2366 main phone 404-351-4055 fax http://www.d-p.com/

Re: [ACFUG Discuss] building a variable's name dynamically

2007-06-11 Thread Kevin
I used to use evaluate a lot as well. I try to move away from that method nowadays though. Its a slow clunky method that really does not need to be used. In short..Evaluate() should only be used when no other method will work. Which is very rare. can be done the same way with a scoped method

[ACFUG Discuss] Homesite Resources Window Problem

2007-06-11 Thread Forrest C. Gilmore
For various reasons, I'm still using Dreamweaver 6 and Homesite+ with CFMX 6.1. This has worked fine for me for the past two years on my XP laptop. I just upgraded to a Vista Desktop machine and installed CFMX 6.1, Dreamweaver, and Homesite+ on it. I used Homesite for a couple of months, afte

Re: [ACFUG Discuss] Homesite Resources Window Problem

2007-06-11 Thread allen
Ok, crazy solution but did you try going to: VIEW/ RESOURCE WINDOWS ? They get lost on us all sometimes. -- Allen www.centernetworks.com - Original Message From: Forrest C. Gilmore <[EMAIL PROTECTED]> To: ACFUG Discussion Sent: Monday, June 11, 2007 5:58:47 PM Subject: [ACFUG Discuss]

Re: [ACFUG Discuss] Homesite Resources Window Problem

2007-06-11 Thread Forrest C. Gilmore
allen wrote: Ok, crazy solution but did you try going to: VIEW/ RESOURCE WINDOWS ? They get lost on us all sometimes. -- Allen www.centernetworks.com - Original Message From: Forrest C. Gilmore <[EMAIL PROTECTED]> To: ACFUG Discussion Sent: Monday, Jun