[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Issue Calling .NET inherited class (method not found)

  • Thread starter Thread starter bharold41
  • Start date Start date
Status
Not open for further replies.
B

bharold41

Guest
I am very close. Thanks for helping me out. tType is not as not valid object when I perform GET-TYPE on my class. Also, 3rd parameter in the ReflectionHelper is Character. Should I use tType:Name as a 3rd parameter? DEFINE VAR TType as System.Type. TType = System.Type:GetType( "Microsoft.SharePoint.Client.Runtime"). message VALID-OBJECT(TType) view-as alert-box. // <- Displays NO Web1 = clientContextVar:Web. ReflectionHelper:InvokeGenericMethod (clientContextVar,"Load":U,String(tType),web1,"web").

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