valdhor-3 wrote:
>
> Could you post some sample data arrays. It's not too easy to try out your
> code without it.
>
Sure here's some for the first two httpServices I'm running. The third isn't
necesary since that code isn't called untill after this problem presents
itself.
*****************************************************
getPHPvars:
<?xml version="1.0" encoding="UTF-8" ?>
<rows>
<row>
<userID>11001</userID>
<enterpriseID>1</enterpriseID>
<communityID>1</communityID>
<clinicID>15</clinicID>
<isSuperUser>0</isSuperUser>
</row>
</rows>
******************************************
getTemplates:
<?xml version="1.0" encoding="UTF-8" ?>
<rows>
<row>
<name>breast lump</name>
<insertDate>05/03/2004</insertDate>
<templateID>33</templateID>
<abbreviation>breast lmp</abbreviation>
<templateTypeID>1</templateTypeID>
<templateType>New Problem</templateType>
</row>
<row>
<name>upper respiratory symptoms</name>
<insertDate>05/03/2004</insertDate>
<templateID>3</templateID>
<abbreviation>uri</abbreviation>
<templateTypeID>1</templateTypeID>
<templateType>New Problem</templateType>
</row>
<row>
<name>change in bowel habits</name>
<insertDate>05/03/2004</insertDate>
<templateID>35</templateID>
<abbreviation>chang-bowels</abbreviation>
<templateTypeID>1</templateTypeID>
<templateType>New Problem</templateType>
</row>
</rows>
*******************************************
Thanks again
--
View this message in context:
http://old.nabble.com/Problem-sorting-advancedDataGrid-after-dataprovider-updated-tp26326531p26375403.html
Sent from the FlexCoders mailing list archive at Nabble.com.