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