Consultor Eletrônico



Kbase P183922: Content Assist does not show complete list of methods and properties for Microsoft.Office.Interop.Ex
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/17/2011
Status: Unverified

SYMPTOM(s):

Content Assist does not show complete list of methods and properties for Microsoft.Office.Interop.Excel

Content Assist shows incorrect members for Microsoft.Office.Interop.Excel.WorkBook object

Example steps/o reproduce the problem:

- Add the following assembly to your assembly references using Architect or the standalone Assembly References tool:
Microsoft.Office.Interop.Excel
- Create a form and, at the top of the class, type in the following variable definition, then, at the last period, hit CTRL-Space:
DEFINE PRIVATE VARIABLE oExcel AS Microsoft.Office.Interop.Excel.
- Note that the list of members only goes up to the letter C

FACT(s) (Environment):

Problem occurs using both Office2007 and Office2003
Windows
OpenEdge 10.2x

CAUSE:

This is expected behavior. If there are a large number of entries, for performance reasons, they are not all shown at once.

FIX:

Press CTRL-Space a second time, as indicated at the bottom of the content assist dialog, to show the full list