Question How can I use .cls file from different folder into my procedure?

andre42

Member
If your class is located in the relative path x/y/z/xyzABC.cls you have to reference it by x.y.z.xyzABC.cls.
The Type-name syntax entry in the OpenEdge Help describes this in more detail.
 
Top