Learn about known issues and apply workarounds for IntelliSense in PowerBuilder .NET.
CR# | Description |
---|---|
622690 |
IntelliSense does not work for objects with namespaces.
If you type the compound name of an object with a namespace (namespaceName.objectName), followed by a dot, the IntelliSense list is empty. Workaround: Add the namespace to a using directive, then type the simple name for the object, followed by a dot. |
621575 |
IntelliSense does not list all items in a DataWindow object.
The list of items in IntelliSense after you type a DataWindow control name, followed by "object" and a dot, is incomplete. However, IntelliSense does show the complete list of items for a DataWindow control when you select the DataWindow control from the top left drop-down list of the Script Editor, then type "this", followed by a dot, in the scripting area of the editor. |
606929 |
IntelliSense incorrectly lists "event" for variables that have no events.
When you type a dot after a variable name in a Script view, IntelliSense shows a list of valid items to complete the entry. However, if you declare a variable as a basic datatype, such as an integer or a string, it also shows the invalid event item when you next type the variable name followed by a dot. |
579796 |
Protected variables and functions visible in parent window.
When you insert a visual object in a window, the parent window should not be able to access the object's protected variables and functions. However, the IntelliSense list in the Window painter's Script Editor incorrectly lists the visual object's protected variables and functions. |
564019 |
IntelliSense list does not show items for declared cursor or procedure.
Declared cursors and procedures are unavailable in the IntelliSense list after a Fetch statement. |