NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: MikeR on June 10, 2012, 07:28:14 AM

Title: NetWebBrowse SValues and File contents when server side code button embed is use
Post by: MikeR on June 10, 2012, 07:28:14 AM
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 ?
Title: Re: NetWebBrowse SValues and File contents when server side code button embed is use
Post by: Bruce on June 11, 2012, 11:23:07 PM
yes.
the only thing you have at this point is the id fields, of the parent record, in the session queue.

cheers
Bruce