Hi bosman
I have done it in this way:
created a column with following text in view
"[<input type=\"checkbox\" name=\"Tool\" value=\""+ToolID+"\" onClick='AddTool()'>]"
Inserted below js script in the form that has embedded view
function AddTool()
{
var len=window.document.forms[
window.document.forms[0].R
for(var a=0;a<=len-1;a++)
{
if(window.document.forms[0
{
window.document.forms[0].R
}
}
}
Main Topics
Browse All Topics





by: sjef_bosmanPosted on 2006-11-08 at 03:21:35ID: 17897036
Can it be done the other way round: you open a new Request form and you select tools from a list?
Hope this might help you:
http:Q_21926085.html "How can I improve the ability to select a value from a dialog list (Domino R5 web)"
http:Q_21131995.html "Embedded view on Web popup window"