Forum Post: AW: Bug With Unqualified Class Reference?

  • Thread starter Thread starter Mike Fechner
  • Start date Start date
Status
Not open for further replies.
M

Mike Fechner

Guest
Since a very long time the compiler prefers abbreviated table names where you want to refer to a class name with the help of using. It was discussed a couple of times in this form as well. It's is truly annoying and a time bomb. Code that compiles in our framework may fail to compile when used at one of our clients with their databases connected. Von meinem Windows Phone gesendet Von: Jeff Ledbetter Gesendet: ‎15.‎03.‎2015 17:57 An: TU.OE.Development@community.progress.com Betreff: [Technical Users - OE Development] Bug With Unqualified Class Reference? Bug With Unqualified Class Reference? Thread created by Jeff Ledbetter Hi. This fails: USING System.IO.*. message Path:GetRandomFileName() view-as alert-box. with the error " ** Path is ambiguous with rtb_path.path-guid and rtb_pname.path-guid (72)" The following works: message System.IO.Path:GetRandomFileName() view-as alert-box. This behavior was observed on OE 11.3.2. This seems like a bug to me. Stop receiving emails on this subject. Flag this post as spam/abuse.

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