Kbase P97112: Unexpected tooltip with a question mark (?) when it is blanked in the Classic Property Sheet
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  04/11/2004 |
|
Status: Unverified
FACT(s) (Environment):
Dynamics 2.1A
OpenEdge 10.0A
OpenEdge 10.0B
SYMPTOM(s):
Unexpected tooltip shows a question mark ("?")
The tooltip information is empty (not defined)
Widget is used in a dynamic SDV
CAUSE:
Known issue reported to development. When a tooltip is cleared in the classic property sheet, then it leaves a ryc_attribute_value record with ? (seen in the Dynamic Property Sheet), which leads to an unexpected tooltip with "?" at runtime.
This problem has been initially reported in 00012066-000 that is marked as a duplicate of 00012048-000 that is marked as fixed and verified in 2.1A. However, it seems that 00012066-000 was reported for multiple properties like tooltip and WindowTitleField, and only the WindowTitleField part was fixed in 00012048-000.
FIX:
A solution to get rid off this kind of unexpected tootip is to to the following:
1) In the Dynamic property sheet for the concerned widget, select the tooltip property defined with value of '?'.
2) Just undefine it by unchecking the first 'override' toggle-box cell, then the ryc_attribute_value record will be deleted so it will go back to default value for the entity field, which is blank.