NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: kevin plummer on October 07, 2008, 02:15:18 AM
-
Hi All,
I have a vendor lookup and want to bring back a some additional information.
Here is a snipit of the code. My assignments are not being primed. Do I need to do my own access? Is there something on the lookup browse I'm supposed to do? I'm just not sure what FileToSessionQueue does. I thought it would save the selected record buffer. What am I missing?
if loc:LookupDone
p_web.FileToSessionQueue(VENDOR)
! Start of "Before More Assignments"
! [Priority 5000]
! End of "Before More Assignments"
p_web.setsessionvalue('L:VendorName',VEN:NAME)
p_web.setsessionvalue('PCT:TAXC',VEN:TaxCode)
! Start of "After More Assignments"
! [Priority 5000]
message('VEN:NAME=' & VEN:NAME)
! End of "After More Assignments"
End
-
You're on the right track - I'm not sure what you're missing.
I think example 31, updatelineitems procedure, has an example of this - but I'll need to check (and I haven't had a chance today...)
Cheers
Bruce