Consultor Eletrônico



Kbase P21054: How to add a value with a comma to a COMBO-BOX, RADIO-SET, o
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/25/2003
Status: Unverified

GOAL:

How to add a value with a comma to a COMBO-BOX, RADIO-SET, or SELECTION-LIST

FIX:

By using the DELIMITER Attribute of the widget we can change the delimiter from a comma to any other ASCII value from 1 - 127,

Syntax Sample;

DEFINE VARIABLE SAMPCOMBO as CHARACTER VIEW-AS COMBO-BOX.
SAMPCOMBO:DELIMITER = "*".
SAMPCOMBO:ADD-FIRST("BOND, JAMES").