Hi Rennur,
That did not fix.
I have spent hours and tried many variants.....
As you suggested....no go
<td><a href="#" onclick="AwareApp.startProcessFromForm ('<<EditSolution>>', 'main', this, false)"><img src="images/edit.png" alt=""> Edit</a></td>
from other posts on the forum.....such as...
<td><a href="javascript:AwareApp.editObject('Solution',<<Solution.ID>>,'main');"><img src="images/edit.png" alt=""> Edit</a></td>
<td><a href="javascript:AwareApp.editObject('Solution',<<Solution.ID>>,'main');">Edit</a></td>
<td><a href="javascript:AwareApp.editObject('Solution',1234,'main');"><img src="images/edit.png" alt=""> Edit</a></td>
<td><a href="javascript:AwareApp.editObject('Solution',1234,'main');">Edit</a></td>
plus a bundle more....
Every time the code gets truncated after the first argument of the AwareApp call as soon as I save it.
The only one that saves ok is <td><a href="#"><img src="images/edit.png" alt=""> Edit</a></td>
As soon as I modify the href is bombs.
Have tried reconstructing from every level....form cell, form section and the form.
no go.
Doing my head in! ๐