I have a netwebbrowse which uses the following view.
ThisView View(placement)
Project(pla:contractid)
Project(pla:startdate_DATE)
Project(pla:enddate_DATE)
Project(pla:noticeperiod)
Project(pla:internalind)
Project(pla:statusflag)
Project(pla:benifits)
Project(pla:flags)
Project(pla:contfixed)
! Start of "View Section"
! [Priority 5000]
! End of "View Section"
Join(contacts,'con20:contactcode = pla:contactcode')
Project(con20:contactname)
Join(com4:pk_companys,con20:companycode)
Project(com4:companyname)
END
END
Join(applicantsnew,'app1:appid = pla:appid')
Project(app1:names)
Project(app1:surname)
END
END ! of ThisView
When I use the 'send value to server side code' on a button that I have placed in the browse list
the values for the placement file is correct , but the values of the other files company, contact and applicant are not set
There is also no session values ?
Do I have to re read these files to get the correct values inside this embed point ?