How do i determine if an inputed value has a Null value?! Cause I have a program that will as for you to input a number and it is possible for the user not to input at all so how do i determine it?!
You must first find out if your MDT is on or off by default. If it is on the field will automaticly take the deufault for te field (zero if numeric and space if alpha), if mdt is off You can check te length field and the attribute bite. If the attribute byte has a value of hex 80 then te eof key has been pressed (lenght wil be zero) else the length field wil have a value higher than zero. After these testst You can preform tests for nummeric if nessecerry.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.