NetTalk Central

Author Topic: FileToSessionQueue  (Read 2512 times)

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
FileToSessionQueue
« 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: FileToSessionQueue
« Reply #1 on: October 07, 2008, 07:40:48 AM »
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