Hi,
can somebody help me to figure out this problem. I tried to implement the same idea in
workflowtable sample. But I always end-up missing one row on the displayed table in my browser.
I checked the server data in bmps-console and it seemed perfectly correct. I supposed to
see 2 rows but only 1 row is displayed. see attached screen and project zip file.
Thanks.
Message: currentCollectionNotifyRequestMsgPart: root
<notifyRequest xmlns="http://177.177.177.223/xforms/CurrentCollection/xform">
<CurrentCollection:metadata xmlns:CurrentCollection="http://177.177.177.223/xforms/CurrentCollection/xform">
<CurrentCollection:description>Current Collection</CurrentCollection:description>
<CurrentCollection:creationDate />
<CurrentCollection:userOwner>examples\cashier</CurrentCollection:userOwner>
<CurrentCollection:roleOwner />
<CurrentCollection:formUrl>oxf://AcceptClientPayment/xforms/CurrentCollection.xform</CurrentCollection:formUrl>
</CurrentCollection:metadata>
<CurrentCollection:input xmlns:CurrentCollection="http://177.177.177.223/xforms/CurrentCollection/xform">
<CurrentCollection:input>
<grd_Payments>
<grd_Payment>
<txt_Name>JAPA, HANNANIAH F.</txt_Name>
<txt_Project>EASTWIND HOMES</txt_Project>
<txt_Unit>EH PH 2 BK 2 LT 2</txt_Unit>
<txt_Type>CASH</txt_Type>
<txt_Part>RESERVATION</txt_Part>
<txt_Amount>5000.0000</txt_Amount>
<txt_Receipt>000014</txt_Receipt>
</grd_Payment>
<grd_Payment>
<txt_Name>ESTO, EMER E.</txt_Name>
<txt_Project>EASTWOOD RESIDENCES</txt_Project>
<txt_Unit>ER PH 5 BK 5 LT 5</txt_Unit>
<txt_Type>CASH</txt_Type>
<txt_Part>RESERVATION</txt_Part>
<txt_Amount>5000.0000</txt_Amount>
<txt_Receipt>000015</txt_Receipt>
</grd_Payment>
</grd_Payments>
</CurrentCollection:input>
</CurrentCollection:input>
</notifyRequest>