Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • 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
Joined
Jan 14, 2015
Messages
134
Location
PT
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
 
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

Back
Top