Join The Works program to have access to the most current content, and to be able to ask questions and get answers from Revelation staff and the Revelation community

At 06 MAY 2021 07:29:25PM Gerry Van Niekerk wrote:

I have a system in OI10 that also have the AREV basic files attached.

All the basic programs are in the Sysobj as $bas:…

I need to remove those and the references as when calling a procedure with the same name it calls the $bas one iso the new compiled one..

Do I use Repository('REMOVEMODULE', entID, module_name)?

Thanks …

Gerry


At 08 MAY 2021 06:43AM Carl Pates wrote:

Hi Gerry,

Is this OI or Arev64?

The search order for programs in OI is:

MD

SYSOBJ

VOC

In ARev it's:

MD

VOC

SYSOBJ

Are the "bas" programs in SYSOBJ actually repository entities? If not you can use a simple record delete against the program object-code record in SYSOBJ, if they are repository entities then you use the repository( "DESTROY" ) method against them.

Regards

Carl

Carl Pates


At 10 MAY 2021 12:45AM Gerry Van Niekerk wrote:

Hi Carl,

Sorted,

Line 1 of the procedure was incorrect

BUT I will delete or the bas references to see if my typeahead works when opening a procedure..

Thanks

Gerry

View this thread on the Works forum...

  • third_party_content/community/commentary/forums_works/78849f7e4f7dcd47834f86edb69a6468.txt
  • Last modified: 2023/12/30 11:57
  • by 127.0.0.1