Re: [flexcoders] Eeeeek! Development grinds to a halt due to stupid syntax problem

2007-09-22 Thread Stephen Allison
Are you able to use the square brackets syntax for accessing properties ? This should work if your data objects are type object or are dynamic (?) var selectedGrowerAddress2:String = StringUtil.trim(String (event.currentTarget.growerSearchGrid.selectedItem["ADDRESS_LINE#2"])); > My client's d

Re: [flexcoders] Eeeeek! Development grinds to a halt due to stupid syntax problem

2007-09-22 Thread Paul Andrews
Why do you have to use the database field names inside the flex application? - Original Message - From: "candysmate" <[EMAIL PROTECTED]> To: Sent: Saturday, September 22, 2007 3:58 PM Subject: [flexcoders] Eeeeek! Development grinds to a halt due to stupid synta