[flexcoders] Re: ColdFusion CFCs Not Returning Data

2007-10-16 Thread Randy Martin
I solved this problem by rearranging some of the code -- moving the 
call to remoteObject to a function that is called later in the app.

~randy


--- In flexcoders@yahoogroups.com, Randy Martin [EMAIL PROTECTED] wrote:

 
 I never got any response to this email. If no one knows anything 
about
 this problem, can anyone suggest where I might look?
 
 TIA,
 ~randy
 
 
 --- In flexcoders@yahoogroups.com, Randy Martin randy@ wrote:
 
  OK. I've been pulling my hair out over this for about two weeks. I
  generated a master page and a detail page using the ColdFusion
  Application Wizard in FB2.01.
 
  The detail page has nine comboboxes, five date fields, one 
textarea,
  and one checkbox. When I select a record from the master datagrid 
and
  click the edit button (or just double-click the record in the 
master
  grid), a little more than half the time only the information in 
the
  comboboxes shows up. All other fields are the default fields for a
  new record.
 
  I know it's reading the data because the comboboxes are set to the
  correct selections for the record chosen. It seems to happen more
  often when there is a lot of text in the textarea.
 
  This is driving me nuts! And, it's very frustrating for the 
endusers
  who are testing the app. Has anyone seen this behavior before?
 
  I'm running CF 8 Standard with cumulative hotfix 1. The database 
is
  on SQL 2005.
 
  TIA,
  Randy
 
 
  No virus found in this outgoing message.
  Checked by AVG.
  Version: 7.5.488 / Virus Database: 269.14.7/1062 - Release Date:
 10/10/2007
  5:11 PM
 





[flexcoders] Re: ColdFusion CFCs Not Returning Data

2007-10-15 Thread Randy Martin

I never got any response to this email. If no one knows anything about
this problem, can anyone suggest where I might look?

TIA,
~randy


--- In flexcoders@yahoogroups.com, Randy Martin [EMAIL PROTECTED] wrote:

 OK. I've been pulling my hair out over this for about two weeks. I
 generated a master page and a detail page using the ColdFusion
 Application Wizard in FB2.01.

 The detail page has nine comboboxes, five date fields, one textarea,
 and one checkbox. When I select a record from the master datagrid and
 click the edit button (or just double-click the record in the master
 grid), a little more than half the time only the information in the
 comboboxes shows up. All other fields are the default fields for a
 new record.

 I know it's reading the data because the comboboxes are set to the
 correct selections for the record chosen. It seems to happen more
 often when there is a lot of text in the textarea.

 This is driving me nuts! And, it's very frustrating for the endusers
 who are testing the app. Has anyone seen this behavior before?

 I'm running CF 8 Standard with cumulative hotfix 1. The database is
 on SQL 2005.

 TIA,
 Randy


 No virus found in this outgoing message.
 Checked by AVG.
 Version: 7.5.488 / Virus Database: 269.14.7/1062 - Release Date:
10/10/2007
 5:11 PM






[flexcoders] Re: ColdFusion CFCs Not Returning Data

2007-10-15 Thread Mike Collins
Sounds like a job for Charles.  http://www.xk72.com/charles/ a great
debugging tool when trying to see what's crossing the wire between
Flex and CF.