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