Is it possible in Labview the disable a Control is the statement or condition is false at runtime? For example, if field are empty, then disable the 'next button'
Yes you can do that ... first you would have to evaluate your condition ... and depending on the outcome you would want to use the Property Node for Disabling or enabling the control in Labview. Alternatively you could use the Visible Property through the property node to do the make the control disappear completely. In Labview PDA(which does not support Property nodes), you would have to use the "Show or Hide Control" vi found in the Application Control palette under the functions palette to accomplish this..