NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Rene Simons on May 01, 2016, 11:57:00 AM

Title: NTWS APPS 9.08 ReallyTheSame
Post by: Rene Simons on May 01, 2016, 11:57:00 AM
Hi,

In my generated source this happens:

ReallyTheSame:account  routine
  ! Start of "Start of ReallyTheSame: Routine"
  ! [Priority 5000]
 
  ! End of "Start of ReallyTheSame: Routine"
    ReallyTheSame = false
    do QueueToFile:account
    err = p_web.GetFile(account,acc:Key_account_recordid)
    if err = 0
      q:account.acc_ = acc:
      q:account.acc_ = acc:
      q:account.acc_ = acc:
      if q:account = acc:Record
        ReallyTheSame = true
      END
    end

In the red colored lines, the fieldnames are incompleet.
This happens for all files that have to be synced.

Something wrong or anything I missed?

Cheers,
Rene
Title: Re: NTWS APPS 9.08 ReallyTheSame
Post by: Rene Simons on May 01, 2016, 12:22:51 PM
Sorry, Missed a lot, actually.
Title: Re: NTWS APPS 9.08 ReallyTheSame
Post by: Bruce on May 03, 2016, 01:53:48 AM
Hi Rene,

I'm not seeing the problem here, so maybe you can send me your dct and app?
Or perhaps just the dct.
I'm thinking it has something to do with the file declarations.

cheers
Bruce