NetTalk Central

Author Topic: NTWS APPS 9.08 ReallyTheSame  (Read 3337 times)

Rene Simons

  • Hero Member
  • *****
  • Posts: 650
    • View Profile
NTWS APPS 9.08 ReallyTheSame
« 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
Rene Simons
NT14.14

Rene Simons

  • Hero Member
  • *****
  • Posts: 650
    • View Profile
Re: NTWS APPS 9.08 ReallyTheSame
« Reply #1 on: May 01, 2016, 12:22:51 PM »
Sorry, Missed a lot, actually.
Rene Simons
NT14.14

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: NTWS APPS 9.08 ReallyTheSame
« Reply #2 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