Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
drkshih #1
Single item Array Problem
Hi,
I have a XML file like this:
...
<pdpCategory name="Acute Illness">
<pdpMeasure name = "First Line Antibiotics">
<targetData>75</targetData>
<specialtyavg>69</specialtyavg>
<clinicavg>83</clinicavg>
</pdpMeasure>
</pdpCategory>
<pdpCategory name="Chronic Disease Care">
<pdpMeasure name = "Diabetic patients on ACE-I (90/120)">
<targetData>55</targetData>
<specialtyavg>59</specialtyavg>
<clinicavg>59</clinicavg>
</pdpMeasure>
<pdpMeasure name = "Diabetic patients on Statins (90/120)">
<targetData>50</targetData>
<specialtyavg>53</specialtyavg>
<clinicavg>53</clinicavg>
</pdpMeasure>
</pdpCategory>
...
when I access the node by using:
var dd: Object = pdpm.pdpCategory[event.m].pdpMeasure[event.s];
var name: String = dd.name;
But if there is only one 'pdpMeasure' inside 'pdpCategory' node, I cannot get
the dd.name and the String variable 'name' is 'undefined'.
How to solve this problem?
Thanks,
Derek
drkshih Guest
-
Datagrid remove item and update array
I have a datagrid that I am removing an item from and I need it to update the array after the item is removed. I have data that displays in other... -
What kind of item Array is this?
Hi there, What kind of item Array is this {label:data, .....} ? How can I create this one dynamically from a database result or other ? var... -
Change style of a single row of the item list of datagrid, based on a field value of current item...
Sorry for the long subject guys, but I don't know how better I can resume the matter... Anyway, I have my datagrid showing items of an order. I... -
multiline thingy in hash makes it single line item ?
On 30 Jun 2003 18:58:27 -0700, Asim Suter <asimsuter@hotmail.com> wrote: Why? Why join it first and then split it? I have no idea what... -
Add single item to number of files in one step
Several FAX/DOCUMENT managing programs make multi-page TIFFs. Even the Windows Imaging proggie that shipped with Windows 9x does. Mac -
ntsiii #2
Re: Single item Array Problem
I suspect it is this issue:
[url]http://www.cflex.net/showfaq.cfm?Object=faq&channelID=1&faqtype=&defaul tfields=&defaultValues=#Question373[/url]
Tracy
ntsiii Guest



Reply With Quote

