I find the best way to debug these live on the web problems is to add a
TextArea component somewhere on your app or make the app a bit bigger for
the time being to hold the TextArea and use that as a tracing window.
Instead of tracing you can my_ta.text += "The next trace message" + newline.
You might find error messages from your database access something like a
different password here versus on the server to different access rights here
or on the server to several possible kinks.
--
Lon Hosford
www.lonhosford.com May many happy bits flow your way!
[quoted text, click to view] "AutumnFire" <webforumsuser@macromedia.com> wrote in message
news:dn32ot$bos$1@forums.macromedia.com...
Hi
I have a flash app that viewed on my local computer links to an access data
base through a cfc on the server that populates a datagrid and it works
fine.
http://slhunter.ca/canadianTire/members.cfc?wsdl When I upload the files html and swf to the server I can see the app but
the
datagrid does not populate.
Any ideas ?
Thanks