Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Conditions on Blocks

Status
Not open for further replies.

vegetagaru

Computer
Jan 14, 2015
134
Hello

i have a string block with "PresentationStyle" Combo:

Code:
<Property id="ListItems" mask="256" name="ListItems" type="utfstrings" group="Block Specific::" sname="ListItems" source="1" ClassID="UGS::UICOMP_string" hierarchy="UGS::UICOMP_string">
                                      <Strings value="A"/>
                                      <Strings value="B"/>
                                    </Property>

and i got a second string block with "PresentationStyle" Combo:


Code:
<Property id="ListItems" mask="256" name="ListItems" type="utfstrings" group="Block Specific::" sname="ListItems" source="1" ClassID="UGS::UICOMP_string" hierarchy="UGS::UICOMP_string">
                                      <Strings value="100"/>
                                      <Strings value="200"/>
                                    </Property>

but i wanted that the value on the second block CAN be automatic like:

IF BLOCK1 == A then BLOCK2="100" is it possible ?


NX8.5 - NX9 User
 
Replies continue below

Recommended for you

Solved i managed to put a "Select Cas"e on the " update_cb()" on the VB File


NX8.5 - NX9 User
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor