Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
warning vnav missed
Detach_Volume( DetachPath , status)
In the OI10 editor "Status" is being picked up as a vnav warning
In Srp editor v3.4.5 (OI9 & OI10) it is not.
"DetachPath" is, but not "Status", any reason for this?
In the OI10 editor "Status" is being picked up as a vnav warning
In Srp editor v3.4.5 (OI9 & OI10) it is not.
"DetachPath" is, but not "Status", any reason for this?
Comments
Did test proc with just this:
call Detach_Volume( DetachPath , status)
vnav comp for DetachPath
Edited:
DetachPath =''
call Detach_Volume( DetachPath , status)
Clean compile.
What do you get?
DetachPath =''
call Detach_Volume( DetachPath , statusx)
and yes, vnav for statusx
equ fm$ to @fm
origins =''
convert fm$ to pipe$ in origins
Can you give me one for OI9 please.
Obj = OleCreateInstance("SRPEDITOR.ControlInfo") OcxVersion = OleCallMethod(Obj, "GetProVersionNumber")