Book a Demo

Author Topic: Assign Custom Tagged Values to Enum  (Read 3848 times)

priyakubher

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Assign Custom Tagged Values to Enum
« on: August 03, 2005, 02:58:40 pm »


Hi,

I have created a Custom Tagged Values With a mask and template and I want to use this value as part of a value list in the Enum. How can I do this?

Thanks in Advance.

Priya

thomaskilian

  • Guest
Re: Assign Custom Tagged Values to Enum
« Reply #1 on: August 04, 2005, 03:40:06 am »
Not sure what you actually want to do. Tagged values with drop down: RTFM. Else: what Enum are you talking about?

priyakubher

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Re: Assign Custom Tagged Values to Enum
« Reply #2 on: August 04, 2005, 08:13:05 am »

Yes, I am talking about the drop down list. I have defined an drop down list with about 10 values that I have entered by I want one of them to be a custom variable that I will then type in. Is this possible?

This is the format I used
Type=Enum;
Values=val1,val2,val3...val10,val11;

I want val11 to be a variable such that it refers to the following tagged item

Type=custom;
Mask=  d.d.d;
Template:   . . ;

Any ideas??

Thanks
Priya

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Assign Custom Tagged Values to Enum
« Reply #3 on: August 04, 2005, 03:24:19 pm »
I don't think you can mix those tagged value types in the way you're describing.

I'd have a separate custom tagged value for the last case.  So, set tag value 1 to "val11" and then add your second tag.

Simon

priyakubher

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Re: Assign Custom Tagged Values to Enum
« Reply #4 on: August 09, 2005, 08:47:47 am »

Thanks Simon,

Thats exactly what I shall do.

Priya