﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2320	_IENavigate return values	BrewManNH	guinness	"It appears from looking at the _IENavigate function that the return values from it don't match with the description in the help file. The function is supposed to return a value of -1 if it was successful, and 0 if there was a problem.

This section returns -1 with @error set if any errors are encountered in the _IELoadWait function and are passed from _IENavigate as a success, but with the @error value set to the error.
{{{
If $f_wait Then
	_IELoadWait($o_object)
	Return SetError(@error, 0, -1)
EndIf
}}}
"	Bug	closed	3.3.9.9	Standard UDFs	3.3.9.4	None	Fixed		
