March 31, 200322 yr Newbies Hi everybody=), The problem that I'm having now is....when i edit the 2nd record & the so on in the portal(web),it can be edited but...it turns to the combination of old and edited (new)record in the new row of portal.For example,lets say the original hours is 5,i wanted to edit it to 10.The result is 510.It turns to be a new record.But the original records still remain the same.: Can anyone tell me how to solve this problem?Thanks a lot;) From:beginner
March 31, 200322 yr Make sure you have the row number appended to each row for editing. For example: <input type="text" name="myportal::myfield.[FMP-CurrentPortalRowNumber]" value="[FMP-Field:myportal::myfield]"> All the best. Garry
Create an account or sign in to comment