Hello
Probably there is already an answer for this and i'm searching for it in a wrong way.
But hopefully someone wants to help me out.
I created a screen and there are several input fields on them. But there are only a few variables alowed.
for example i have a field PPAP Status: ______
They want to put the cursor in the field and then press F4. Then there should appear a window with the possible answers and if possible the possibility to select an answer.
I think this isn't that difficult but i just cant find an example or some explanation.
greetings
stijn
Software/Hardware used:
ASKED:
June 30, 2009 7:48 AM
UPDATED:
June 30, 2009 12:20 PM
Moderator Note: Hello Stino24 and welcome to IT Knowledge Exchange. Some additional information would be helpful. Please click the “Add to Discussion” button and leave a comment letting other members know what language and platform you’re using. A sample of your code and any error messages would also be good. Thanks.
on my screen i have in this case 3 fields (which are for this case important). The users need to typ in a status, these states are predefinied. They want to see an overview of the different answers available. So when they set there cursor in such a field and press F4 they want to see an overview. And also the possibility to select an answer to fill in the field.
Now i have created a second program which fetches the answers out of an physical file and also gives the possibility to select a answer.
BUt now my problem is to see in which position my cursor is. Because these three fields have different states. I need to know in which field the cursor is at.
Could you explain that to me?