cthulhugeek
New Member
Hi,
So I am doing a GUI version of our CHUI system so that we can implment some graphic ocx's and images into our system. But one thing the president of the company is adament about is that the screens work very similair to the chui screens. So far so good. But one thing is that in CHUI screens when you hit return it goes to the next field and when you hit return on the last field it does a "GO" function. I cant seem to get my gui input fields to work like this. I tried using:
ON RETURN ANYWHERE APPLY "TAB"
But this only seems to work on character fields, number fields it just tabs to the last position in the field and does not go to the next field. And of course in the last field it does not apply a "GO".
Any thoughts? Thanks so much to those that have helped me with previous questions. Much appreciated.
Don
So I am doing a GUI version of our CHUI system so that we can implment some graphic ocx's and images into our system. But one thing the president of the company is adament about is that the screens work very similair to the chui screens. So far so good. But one thing is that in CHUI screens when you hit return it goes to the next field and when you hit return on the last field it does a "GO" function. I cant seem to get my gui input fields to work like this. I tried using:
ON RETURN ANYWHERE APPLY "TAB"
But this only seems to work on character fields, number fields it just tabs to the last position in the field and does not go to the next field. And of course in the last field it does not apply a "GO".
Any thoughts? Thanks so much to those that have helped me with previous questions. Much appreciated.
Don