Hi...
here is my thingy... i find this script somewhere in this forum posted by pmonett...
dim session as new notessession
dim db as notesdatabase
dim doc as notesdocument
set db = session.currentdatabase
set doc = db.createdocument
'set various fields here
'
'now set the form to be used
doc.form = "Component Pulp"
'finally, save the document
call doc.save(true,false,true)
it works perfectly... but i want to know if theres is a way to get the values for the field from a view... for example... look in a view in a certain Column, in a certain Row and set
doc.field = row,column,view (specifiin what view and what row and column is the value)
tnx for ur time
here is my thingy... i find this script somewhere in this forum posted by pmonett...
dim session as new notessession
dim db as notesdatabase
dim doc as notesdocument
set db = session.currentdatabase
set doc = db.createdocument
'set various fields here
'
'now set the form to be used
doc.form = "Component Pulp"
'finally, save the document
call doc.save(true,false,true)
it works perfectly... but i want to know if theres is a way to get the values for the field from a view... for example... look in a view in a certain Column, in a certain Row and set
doc.field = row,column,view (specifiin what view and what row and column is the value)
tnx for ur time