Forum Post: RE: How to use the CREATE ALIAS command to access system tables from within an OE...

  • Thread starter Thread starter hdaniels
  • Start date Start date
Status
Not open for further replies.
H

hdaniels

Guest
You can use ALIAS with classes the same way you do with procedures. The ALIAS must be defined before you NEW the class. There was a bug that was fixed in 11.3 that could cause the class to not pick up the next ALIAS. I do not remember the exact details, but I think it happened in cases where the r-code was still in memory when it was NEWed again.

Continue reading...
 
Status
Not open for further replies.
Back
Top