Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm programming a Unitech HT630 terminal with JobGen Plus. It's possible to write C code that will execute on certain events.

Users have 4 fields to fill in. Users are suppose to either scan, use the keyboard or just press (ENT). That's where the tricky part comes. When the user just presses (ENT) without entering any data the field must be set to string value "0".

Is there anyone with some experience of JobGen that can help me?

Best regards, Dennis

share|improve this question

1 Answer

Let's say your collect node is named "collect1". If user just presses ENT, then on the next program node state _collect1 = 0;

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.