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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

if/else statement using <cond>

Status
Not open for further replies.

progGuy999

Programmer
Dec 12, 2011
1
0
0
US
so im using the idm plugin for netbeans and when i drag the if input to the screen it gives me a format like this:

<cond>
<!-- if -->
<!-- then -->
<!-- else -->
</cond>

but this doesn't work when i fill it out like that. in the if statement, i need to reference a field i have declared before, so i do that like this:

<if>
<notnull>
<ref>variable</ref>
</notnull>
</if>

but it gives me errors that <if> isnt filled out correctly. what do i do?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top