remove from sysobj (OpenInsight 64-bit)
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
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