ds_OpenMethod


ds_OpenMethod (methodName {; lineNum}) <- errorCode
Parameter Type Description
-> methodName String Name of the project method to open
-> lineNum Integer Line number to select
<- errorCode Long Integer Error Code (0 = no error)


Opens the method in the Design Mode. If the line number is valid, the line number lineNum is selected. If the current user doesn't have access to the Design mode or if the method is protected (component) an error is returned.

You can only open project methods with this routine. To open other kinds of method, use ds_OpenMethodByID.