02-06-2011 03:15 AM
Yes, i used numeric textboxes but i don't know why if i type alphabets then its taking those alphabets. Can you help me in that case i want to display like( Alphabets are not allowed). Is that possible.
02-06-2011 06:39 AM
LV 9 version attached.
I could enter letters in the numeric controls, but as fast as you exit the field they'll get cut away. If you want it to happen more directly you'll need to use "Update while typing" and a value change event to change it on the fly.
/Y
02-07-2011 12:21 PM
Can you explain clearly about what tab control in labview and how it is useful. if possible give me any example.
Thanks for your help.
02-07-2011 01:07 PM
I don't mean any disrepsect but you really need to spend some time with a good LabVIEW book (LabVIEW For Everyone would be a good choice), looking through the LabVIEW examples (it ships with LOTS of examples) or take a LabVIEW training course. People on this forum are very helpful. The majority of us are volunteers and not NI employees. However, we are not here to hand hold you through the learning process. You have started several threads and have been given advice. Now you need to do some work on your end and take some time to learn the basics. Many of your questions have been about the most basic features of LabVIEW.
02-07-2011 02:25 PM
I definitely second the reccomendation of "LabVIEW for Everyone" Even just reading the first 9 chapters will answer most basic questions, and its a great way to learn.
Alan
02-07-2011 03:12 PM
Check my attached file above. I've put your controls on 2 pages of a Tab Control. Changing pages automatically show/hide the others as needed.
/Y
02-07-2011 03:20 PM
I third the book recommendation. But you can learn most stuff right here on the NI site.
Check out this link. Study the free tutorials and take advantage of the nice multimedia presentations. Bookmark that link! Pay particular attention to items #9 and #10.