BUG: Field aliases options in Expression Builder dialog box are disabled (174404)



The information in this article applies to:

  • Microsoft Visual FoxPro for Windows 5.0
  • Microsoft Visual FoxPro for Windows 5.0a
  • Microsoft Visual FoxPro for Windows 6.0
  • Microsoft Visual FoxPro for Windows 7.0
  • Microsoft Visual FoxPro 8.0

This article was previously published under Q174404

SYMPTOMS

In the Report Writer, all the options in the Field Aliases section of the Expression Builder Options dialog box are disabled. Therefore, the Report Writer always adds alias names to the report field objects. This is not a problem in the Visual FoxPro 3.0x.

RESOLUTION

There are two workarounds for this problem. First, issue a CREATE REPORT command and select Quick Report from the Report menu bar. In the Quick Report dialog box, clear the Add Alias option. Second, use the Report Wizard to create the report. The Report Wizard does not place alias names on the field objects.

STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article.

MORE INFORMATION

Steps to Reproduce Behavior

  1. Type the following in the Command window:
          CREATE REPORT Zjunk
  2. Add a field from the Report Controls toolbar to the Report.
  3. In the Report Expression dialog box, click Expression.
  4. In the Expression Builder, click Options.
  5. All the options within the Field Aliases section of the Expression Builder Options dialog box are disabled.

Modification Type:MajorLast Reviewed:2/11/2005
Keywords:kbnofix kbprb KB174404 kbAudDeveloper