BUG: SaveFileDialog.showDialog() Fails at Head of Empty if Block (194772)
The information in this article applies to:
- Microsoft virtual machine
This article was previously published under Q194772 SYMPTOMS
The Save File dialog box does not appear when a SaveFileDialog.showDialog()
call is placed in the conditional expression of an if statement that is
followed by an empty if code block.
RESOLUTION
Place a line of code in the if block or following the if statement such as
the following:
if(...)
int localint = 0;
if(...) {
int localint = 0;
}
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article. This bug was corrected in Virtual Machines 3165 and later. REFERENCES
For additional information regarding Visual J++ 6.0,
visit the following Web site:
Modification Type: | Major | Last Reviewed: | 10/16/2002 |
---|
Keywords: | kbBug kbWFC KB194772 |
---|
|