PxPlus User Forum

Twitter Twitter Twitter

Author Topic: Inomads Error  (Read 1132 times)

HendersonS

  • Gold Member
  • ****
  • Posts: 58
    • View Profile
Inomads Error
« on: August 20, 2021, 09:52:47 AM »
Hi,

we have a routine to make quick queries where we send a file and the format of the columns to show, this works normally in nomads, but when it is executed in inomads it gives us an error 13 (see attached).

the error occurs in a protected program so we cannot see the possible reason.

what could be happening?



PxPlus

  • Administrator
  • Diamond Member
  • *****
  • Posts: 1091
    • View Profile
Re: Inomads Error
« Reply #1 on: August 20, 2021, 10:20:48 AM »
Well the error is being reported by in_xeq which itself doesn't do anything except perform the logic defined in your panel.  In this case its a PERFORM "VIEW_M;Init".

We would suggest you put a trace in your program VIEW_M at the label Init to see what could be happening.

HendersonS

  • Gold Member
  • ****
  • Posts: 58
    • View Profile
Re: Inomads Error
« Reply #2 on: August 21, 2021, 01:33:59 PM »
Thanks for reply, We put a trace and it only shows the bug report, we even went through the whole program but found nothing wrong.  the weird thing is that it only happens in inomads.