Re: CF Exam Certification Study Gruop

2007-01-04 Thread Chris Tilley
I too would be interested if you can get connect set up.

Thanks


On 1/3/07, Nicholas M Tunney <[EMAIL PROTECTED]> wrote:
>
> Would anyone be interested in attending a ColdFusion MX 7 Developer
> Certification
> <
> http://www.adobe.com/support/training/certified_professional_program/cfmx7_developer.html
> >
> exam study group^* ?
>
> There would be no cost to attend (unless we all chip in for pizza or
> something). I am thinking it would be a three night class located
> somewhere near Rockville/Bethesda MD (anyone who is willing to donate or
> suggest a location let me know!). We would be concentrating on the 4
> primary sections of the Adobe ColdFusion MX 7 Developer exam
> <
> http://www.adobe.com/support/training/certified_professional_program/cfmx7_developer.html
> >
> (Application Development, Database Concepts, Client State Management and
> Data Exchange) as well as discussing common hang ups and testing
> techniques.
>
> If I can get this set up via Adobe Connect, I will extend the invitation
> to those not available to attend in person.
>
> If you are interested, please send me your contact information
>  or
> comment on this post.
>
> * - This is not an Adobe course
>
> --
> Nicholas M Tunney
> Senior Software Architect, AboutWeb LLC - http://www.AboutWeb.com
>
> Certified Advanced ColdFusion MX 7 Developer
> Blog - http://www.nictunney.com
>
>
>
> 

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265626
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Object Oriented Role Base Security

2006-10-05 Thread Chris Tilley
Jim,

I'd love to see your sample application.

Thanks in advance,
Chris


On 10/5/06, Jim Davis <[EMAIL PROTECTED]> wrote:
>
> > On 10/5/06, Denny Valliant <[EMAIL PROTECTED]> wrote:
> > > Heh.  The silver bullet!
> > >
> > > If you find it, holler, I too would be interested...
> > >
> > > Other than that, you can try checking out the (sheesh, I'm bad today)
> > > the MG list, as a nice discussion of this has been going down for a
> > > few days.  It's more geared for MG than just anything though (although
> > > MG seems to be (sorta) a concept, so thus applicable elsewhere, if one
> > > grokked it well enough), so that might not really be that great of a
> > > resource for you.
> > >
> > > Hrm... I don't know of anthing that blew my socks off conceptually...
> > > or I'm forgetting it.
> > >
> > > I would for sure take a look at depressedpress.com (Jim has shared
> > > some really nice stuff, and has some modular whatnot going on).  Yeah,
> > > Props Jim, and thanks for sharing!
>
> I've actually got an example of an OO-based security at depressedpress as
> part of the DPLibraries (look at the bottom for the security system):
>
> http://www.depressedpress.com/Content/Development/ColdFusion/DPLibraries
>
> Unfortunately I've never actually gotten around to documenting the
> system...
> but all of the components are fully documented (self-documenting
> actually).
>
> The basic idea of the system is that it can be instantiated (either in the
> server or the application scope) very easily and "bolted on" to system
> very
> quickly.
>
> The system represents users as three objects: Credentials (system
> information like passwords or usernames), Entitlements (information about
> what a user is allowed to do) and Profiles (personal information about the
> user - phone numbers, addresses, etc).
>
> Each of these objects is abstracted - you can extend them or replace them
> completely easily.
>
> I really love to use it - very simple.  To check an entitlement you could
> do
> this (assuming that the security system was instantiated in the
> application
> scope and that Session.Key is the unique ID of the session):
>
> Application.DPSecurity.isEntitled(Session.Key, "Administrator");
>
> The above would return a Boolean.
>
> To see if somebody is logged in you would do:
>
> Application.DPSecurity.isAuthentication(Session.Key)
>
> If the user was logged in then an "Authentication" object is linked to the
> ID.  If you wanted to get information out of the profile you could do:
>
> Application.DPSecurity.getAuthentication(Session.Key).getProfile()
>
> The system is pretty damn performant - access to persistent information is
> done through various "Mediator" objects which intelligently cache
> information for speed.
>
> This is only the "guts" of the system - essentially an API.  There's
> really
> no interface to it.  It makes building a full security system easier by
> providing essential services.
>
> All that said the system is also somewhat old now - it was written with
> CFMX
> 6 in mind.
>
> Still - if anybody is interested I've got a sample site showing how it's
> set
> up and used.  I'd be happy to zip it up and send it to anybody that wants
> it.
>
> Jim Davis
>
>
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255626
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Bulk data loading

2006-09-06 Thread Chris Tilley
I've tried it but getting an error message:
12:52:15.015 - Expression Exception - in
D:\Inetpub\cf\WorkingCapitalFund\FileReader.cfc : line 65

Variable RETURNSTRING is undefined.

Any ideas why?


On 9/6/06, Rick Root <[EMAIL PROTECTED]> wrote:
>
> Rick Root wrote:
> > I blogged the method at www.opensourcecf.com =)
>
> specifically...
>
>
> http://www.opensourcecf.com/1/2006/07/Reading-large-files-with-java-versus-CFFILE.cfm
>
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252258
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Bulk data loading

2006-09-06 Thread Chris Tilley
Ray,

Approx. 145kb, 1000 rows with 16 columns

Matt,

I'd love to see your sample code, if you don't mind sharing?

Chris


On 9/6/06, Ray Champagne <[EMAIL PROTECTED]> wrote:
>
> Well, yea, I guess, depending on the size of this spreadsheet, this would
> work just as well.
>
> Chris, how large is this Excel sheet?
>
> > -Original Message-
> > From: Claude Schneegans [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, September 06, 2006 2:31 PM
> > To: CF-Talk
> > Subject: Re: Bulk data loading
> >
> >  >>Does anyone have a tested method of uploading bulk data to a
> database?
> >
> > Just set a datasource using the Microsoft Excel ODBC driver and query in
> > the data.
> >
> > --
> > ___
> > REUSE CODE! Use custom tags;
> > See http://www.contentbox.com/claude/customtags/tagstore.cfm
> > (Please send any spam to this address: [EMAIL PROTECTED])
> > Thanks.
> >
> >
> >
>
> 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252254
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Bulk data loading

2006-09-06 Thread Chris Tilley
Does anyone have a tested method of uploading bulk data to a database?  I
have a need (annually) for the admin person to be able to take data from an
Excel spreadsheet and have it inserted into an Oracle database.  Any sample
code would be greatly appreciated.  I've played with a CFC that makes Java
calls but without success.

Thanks in advance,

-- 
Chris Tilley


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252246
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: http://www.fullasagoog.com/

2006-04-27 Thread Chris Tilley
it's back up

On 4/27/06, Kay Smoljak <[EMAIL PROTECTED]> wrote:
>
> On 4/27/06, Chris Tilley <[EMAIL PROTECTED]> wrote:
> > What's wrong with this site?  http://www.fullasagoog.com/
>
> Nothing that I can see. What do you get?
>
>
> --
> Kay Smoljak
> http://kay.zombiecoder.com/
>
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238886
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


http://www.fullasagoog.com/

2006-04-27 Thread Chris Tilley
What's wrong with this site?  http://www.fullasagoog.com/

--
Chris Tilley


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238873
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


Re: Employee name

2005-12-06 Thread Chris Tilley
with Oracle you could do:  select
concat(substr(employee_fname,1,1),employee_lname) from table

On 12/6/05, Bobby Hartsfield <[EMAIL PROTECTED]> wrote:
>
> In cf
>
> Left(firstname, 1) & lastname
>
> What database are you using?
>
> ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.
> Bobby Hartsfield
> http://acoderslife.com
>
> -Original Message-
> From: Orlini, Robert [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, December 06, 2005 2:56 PM
> To: CF-Talk
> Subject: Employee name
>
> How do I trim the letters of an employee's first name (employee_fname) to
> the first letter and then add it to the letters of their last name
> (employee_lname)?
>
> For example, "John Smith" edited and then copied to a username field as
> "JSMITH". I'm assuming its a RTRIM.
>
> Here is the code I have to work with:
>
> 
> select employee_fname, employee_lname
> from employees
>
> Thanks.
>
> Robert at HWW
>
> --
> No virus found in this outgoing message.
> Checked by AVG Free Edition.
> Version: 7.1.371 / Virus Database: 267.13.12/192 - Release Date: 12/5/2005
>
>
>
>
>
> 

~|
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:226298
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: Flash cfform and recompilation

2005-10-19 Thread Chris Tilley
Mike,

Do you happen to have any sample code to use the cfform tag for login or
somewhere you can point me? I have an application that needs the login
security and not sure where to start.

Thanks in advance,
Chris

On 7/18/05, Mike Nimer <[EMAIL PROTECTED]> wrote:
>
> That would be ok. The data between the  tags
> is considered the value of the field so it does not force a recompile.
>
> Hth,
> ---nimer
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Monday, July 18, 2005 10:13 AM
> To: CF-Talk
> Subject: Flash cfform and recompilation
>
> In the ColdFusion documentation under "Best practices for Flash forms"
> it says:
>
> "Only data should be dynamic. Whenever a variable name changes, or a
> form characteristic, such as an element width or a label changes, the
> Flash output must be recompiled. If a data value changes, the output
> does not need to be recompiled."
>
> Does anyone know if the content between a  tag
> is considered data or a form characteristic?
>
> Basically I'm trying to figure out if a custom error message from the
> server can be inside the flash form, or if I should output it in the
> html outside the form.
>
> My actual code is this:
> #variables.errormessage#
>
> Normally variables.errormessage is empty, but would be populated if the
> user's login credentials were incorrect or the account was inactive.
>
> Thanks,
> Jonathan
> --
> Jonathan Mauney
> Web Application Developer
>
> 1110 WBT AM
> 107.9 the LINK [WLNK]
> PersonalityAC(r) Radio Network
> Jefferson-Pilot Communications Co.
> --
>
>
>
>
>
> 

~|
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:221487
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


cfgridupdate problem - Please Help!!

2005-10-04 Thread Chris Tilley
I get the following error when I change something in the grid and submit:

 Primary key not found for the "STEP_1" table.  The table you are attempting
to UPDATE (STEP_1) does not have a primary key (a field or set of fields
which uniquely identify each record).   The error occurred in
*C:\CFusionMX7\wwwroot\WCF_NOR_Admin\test2.cfm:
line 3*

1 :
2 : 
*3 :





select ACCOUNTING_FY,
SOURCE_COST_CENTER,
DESTINATION_COST_CENTER
from WCF.STEP_1



















I have a primary key on the table that consists of all 3 columns.

I figure that it's something rather simple but I can't get it working.
Thanks for your time and assistance in advance.

--
Chris Tilley


~|
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:220023
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


Re: Calendar

2005-06-07 Thread Chris Tilley
Larry,

I would like to join the "Me Too" club as well.  I have a javascript
calendar on my site but it is very limited and would like to review
your calendar for possible replacement.

Thanks
Chris


On 6/6/05, Larry Lyons <[EMAIL PROTECTED]> wrote:
> >Hi all,
> >
> >I'm sure it's been asked already but I'm looking for a calendar of events...
> >with an admin panel and pop up (or div over) for events that have a long
> >description...
> >
> >I would also like recurrence and multi-language but it's not priority.
> >
> >Any ideas?
> >
> >Thanks
> >
> >Patrick
> 
> Patrick,
> 
> I have one I've released under a creative commons license. If interested send 
> me an email and I'll send you a copy.
> 
> larry
> 
> 

~|
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:208777
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


Re: SOT - Ecommerce

2005-02-18 Thread Chris Tilley
Bryan or anyone else have any recommendations of a good company to
handle all this with minimal cost?  I want to do some comparisons.  We
selected Millenium only because of referral and I really don't know if
we are getting a deal (avg fees) or getting taken for a ride?

Chris


On Fri, 18 Feb 2005 10:58:55 -0800, Bryan Stevenson
<[EMAIL PROTECTED]> wrote:
> see below...
> 
> Bryan Stevenson B.Comm.
> VP & Director of E-Commerce Development
> Electric Edge Systems Group Inc.
> phone: 250.480.0642
> fax: 250.480.1264
> cell: 250.920.8830
> e-mail: [EMAIL PROTECTED]
> web: www.electricedgesystems.com
> ----- Original Message -
> From: "Chris Tilley" <[EMAIL PROTECTED]>
> To: "CF-Talk" 
> Sent: Friday, February 18, 2005 9:53 AM
> Subject: SOT - Ecommerce
> 
> > Hey all,
> >
> > Sorry if this doesn't belong here.
> >
> > I'm new to ecommerce and have helped my customer set it up.  We are using
> > the authorizeNet processing.  Is there someway to know all the fees
> > associated with ecommerce business?  We currently get invoiced by:
> > Millenium Bank Services, AuthorizeNet and Concord Payment Systems.  This
> > is a bit confusing.  Could someone that is knowledgeable in this area
> > assist me?  Why do you have to deal with so many companies to do online
> > ecommerce?
> 
> The bank takes some (usually a per Tx fee)the cardcompanies take some
> (usually a percentage of the Tx)...the card processing company takes some
> (can be  flat fee or percentage of Tx).  It does get fancier than that (like
> first x Txs cost x per Tx...then after that..less per Tx).
> 
> So there ya go...all companies involved in the Tx get a  piece of the
> action...and remember...if you buy something in the storethe store gets
> charged (by the cc company) a percentage of the Tx for the use of the card,
> and a fee to deposit the money (these are transparent to the customer).
> Online the only extra fee is the cc card processing company.
> 
> HTH
> 
> Cheers
> 
> >
> > Thanks in advance,
> > --
> > Chris Tilley
> >
> >
> 
> 

~|
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:195448
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


SOT - Ecommerce

2005-02-18 Thread Chris Tilley
Hey all,

Sorry if this doesn't belong here.

I'm new to ecommerce and have helped my customer set it up.  We are using the 
authorizeNet processing.  Is there someway to know all the fees associated with 
ecommerce business?  We currently get invoiced by:  Millenium Bank Services, 
AuthorizeNet and Concord Payment Systems.  This is a bit confusing.  Could 
someone that is knowledgeable in this area assist me?  Why do you have to deal 
with so many companies to do online ecommerce?

Thanks in advance,
-- 
Chris Tilley

~|
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:195438
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


SOT - Ecommerce

2005-02-18 Thread Chris Tilley
Hey all,

Sorry if this doesn't belong here.

I'm new to ecommerce and have helped my customer set it up.  We are
using the authorizeNet processing.  Is there someway to know all the
fees associated with ecommerce business?  We currently get invoiced
by:  Millenium Bank Services, AuthorizeNet and Concord Payment
Systems.  This is a bit confusing.  Could someone that is
knowledgeable in this area assist me?  Why do you have to deal with so
many companies to do online ecommerce?

Thanks in advance,
-- 
Chris Tilley

~|
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:195435
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: Time Entry code

2005-02-08 Thread Chris Tilley
Eric,

I'd love to see what you have?  I have no problems importing the
existing excel sheets into the database.

Chris



On Mon, 7 Feb 2005 13:25:38 -0600, Eric Creese <[EMAIL PROTECTED]> wrote:
> I wrote an application that do this all you would have to do is import the 
> existing excel sheet into the database. of course there will be a need for 
> modifying the excel to meet the database schema.
> 
> -Original Message-
> From: Troy Simpson [mailto:[EMAIL PROTECTED]
> Sent: Monday, February 07, 2005 1:24 PM
> To: CF-Talk
> Subject: Re: Time Entry code
> 
> Chris,
> 
> Was'up...
> Use ColdFusion Components and with a Flash MX front end.
> 
> Sorry, but I have no code to share though.
> 
> Troy
> 
> On Mon, 7 Feb 2005 13:06:17 -0500, Chris Tilley <[EMAIL PROTECTED]> wrote:
> > My client would like to take an existing Excel spreadsheet that is
> > used for employee timesheet entry and convert it to a web based
> > application.  Has anyone attempted this?  Any helpful pointers would
> > be greatly appreciated.  Also, if code is available (coldfusion) I'd
> > be interested.
> > --
> > Chris Tilley
> >
> >
> 
> 

~|
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:193691
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


Time Entry code

2005-02-07 Thread Chris Tilley
My client would like to take an existing Excel spreadsheet that is
used for employee timesheet entry and convert it to a web based
application.  Has anyone attempted this?  Any helpful pointers would
be greatly appreciated.  Also, if code is available (coldfusion) I'd
be interested.
-- 
Chris Tilley

~|
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:193428
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


Access to MySQL conversion

2005-01-20 Thread Chris Tilley
Could I get some advice on converting an MS Access database to a MySQL
database?  I have a app that is live and I need to convert the
database and all records over to MySQL.  Any pointers/experiences are
welcome.  This needs to be a free conversion.

Thanks 
-- 
Chris Tilley

~|
Logware: 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:191256
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: House of Fusion - Cannot Sign In - Me Too

2005-01-06 Thread Chris Tilley
me too


On Thu, 06 Jan 2005 10:33:03 -0500, David Fafard
<[EMAIL PROTECTED]> wrote:
> me too.
> 
> mayo wrote:
> 
> >I also can't retrieve my password.
> >
> >-- gil
> >
> >
> >
> >-Original Message-
> >From: Aaron DC [mailto:[EMAIL PROTECTED]
> >Sent: Thursday, January 06, 2005 5:04 AM
> >To: CF-Talk
> >Subject: Re: House of Fusion - Cannot Sign In
> >
> >
> >Now that you mention it, I too tried to retrieve my HoF password and
> >received no emails.
> >
> >Aaron
> >
> >- Original Message -
> >From: "Robertson-Ravo, Neil (RX)" <[EMAIL PROTECTED]>
> >To: "CF-Talk" 
> >Sent: Thursday, January 06, 2005 8:51 PM
> >Subject: House of Fusion - Cannot Sign In
> >
> >
> >
> >
> >>Hey Michael, is it just my link or is the functionality to sign in/request
> >>password down?  It just seems to submit and do nothing.
> >>
> >>Neil
> >>
> >>
> >
> >
> >
> >
> >
> >
> 
> 

~|
Protect your mail server with built in anti-virus protection. It's not only 
good for you, it's good for everybody.
http://www.houseoffusion.com/banners/view.cfm?bannerid=39

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:189559
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: Form Filling w/ activePDF Toolkit

2004-09-13 Thread Chris Tilley
When I try the link:  http://yexley.net/bob/code/cdrlreport.txt I get
the following error.

The XML page cannot be displayed 
Cannot view XML input using XSL style sheet. Please correct the error
and then click the Refresh button, or try again later.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Form Filling w/ activePDF Toolkit

2004-09-13 Thread Chris Tilley
Robert,

I am in the midst of doing this same thing for EPA.  Could you also
send me the sample code using Coldfusion?

Thanks much,
Chris

- Original Message -
From: Yexley Robert D Contr AFRL/PROE <[EMAIL PROTECTED]>
Date: Thu, 9 Sep 2004 15:09:52 -0400
Subject: RE: Form Filling w/ activePDF Toolkit
To: CF-Talk <[EMAIL PROTECTED]>

I have some samples of some code that I've used successfully with it.
I don't think I can include attachments to messages to the list, so
I'll send it to you directly.

<.YEX.> 

-Original Message-
From: Tim Do [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 09, 2004 2:53 PM
To: CF-Talk
Subject: Form Filling w/ activePDF Toolkit

Does anybody have some sample code on how to do form filling using cf & sql?
I tried to email them but they said the only had asp samples.

Thanks,
Tim 
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: GMAIL Invite - First request gets it

2004-06-30 Thread Chris Tilley
I'd like to get it

- Original Message -
From: Dan O'Keefe <[EMAIL PROTECTED]>
Date: Wed, 30 Jun 2004 13:40:03 -0400
Subject: GMAIL Invite - First request gets it
To: CF-Talk <[EMAIL PROTECTED]>

Since I was lucky enough to get my gmail account from this list, I
have one invite to the first responder.

Dan
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: inventory management

2004-06-25 Thread Chris Tilley
No SKU bar code.  Just a physical part no. 

- Original Message -
From: brobborb <[EMAIL PROTECTED]>
Date: Fri, 25 Jun 2004 09:16:54 -0500
Subject: Re: inventory management
To: CF-Talk <[EMAIL PROTECTED]>

Do they have an SKU bar code or something on the physical product?  On
my last project, they would just scan the bar code, and it jumps right
to the product info page, and they can do whatever theyw ant to it
(update inventory for that particlular item, change description, etc).
 All of this web based, with some _javascript_

  - Original Message ----- 
  From: Chris Tilley 
  To: CF-Talk 
  Sent: Friday, June 25, 2004 8:03 AM
  Subject: inventory management

  I'm using the Cartweaver e-commerce for a customer and would like to
  have an easier way to receive inventory into the database.  Currently,
  you must go to the item and then it's sku page and add your received
  quantity.  This will be tedious seeing as my customer currently has
  over 1500 items in the inventory table and may receive 10 different items or 
  100 items at any given time.  Has anyone written any
  software/tags that could be modified to allow the manager to key in
  all the parts rec'd and quantities and then the update to the
  database occurrs?  Thanks in advance

  -- 
  Chris Tilley
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




inventory management

2004-06-25 Thread Chris Tilley
I'm using the Cartweaver e-commerce for a customer and would like to
have an easier way to receive inventory into the database.  Currently,
you must go to the item and then it's sku page and add your received
quantity.  This will be tedious seeing as my customer currently has
over 1500 items in the inventory table and may receive 10 different items or 
100 items at any given time.  Has anyone written any
software/tags that could be modified to allow the manager to key in
all the parts rec'd and quantities and then the update to the
database occurrs?  Thanks in advance

-- 
Chris Tilley
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




inventory management

2004-06-24 Thread Chris Tilley
I'm using the Cartweaver e-commerce for a customer and would like to
have an easier way to receive inventory into the database.  Currently,
you must go to the item and then it's sku page and add your received
quantity.  This will be tedious seeing as my customer currently has
over 1500 items in the inventory table.  Has anyone written any
software/tags that could be modified to allow the manager to key in
all the parts rec'd and quantities and that perform an update to the
database?  Thanks in advance

-- 
Chris Tilley
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]