cancel
Showing results for 
Search instead for 
Did you mean: 

Open Value Help(SVS) List

Former Member
0 Kudos

Hi,Expert

There is a question about SVS.

After making InputField SVS......

-


(Code)

IWDAttributeInfo info = wdContext.getNodeInfo().getAttribute(IPrivateResultDataPreview.IContextElement.TEST_VH);

ISimpleTypeModifiable modi = info.getModifiableSimpleType();

IModifiableSimpleValueSet valueset = modi.getSVServices().getModifiableSimpleValueSet();

valueset.put("01","TEST-No1");

valueset.put("02","TEST-No2");

valueset.put("03","TEST-No3");

-


Can the list be displayed without pushing the button of ValueHelp?

There is a demand that it wants to do from the customer by initial processing of the screen, and it questions.

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You mean a drop down type?

Regards

Ayyapparaj

Former Member
0 Kudos

Hi Ayyapparaj,

>You mean a drop down type?

No.

It is EVS.

Reagards,