Hello,
I've in a simple Form a Drop Down List on which I'd like to test the value. In fact, I'd like there is a value. So, on the OK Button, on Accepted embed, before Generated Code, I've put this :
So, I have the message, but It doesn't select. So I tried to jump it after Generated Code. But it was quite the same.
Thanks for your responses
I've in a simple Form a Drop Down List on which I'd like to test the value. In fact, I'd like there is a value. So, on the OK Button, on Accepted embed, before Generated Code, I've put this :
Code:
IF CLIP(DNR:TYPE_INFO) = '' THEN
message('The field is empty')
Select(DNR:TYPE_INFO)
CYCLE
END
Thanks for your responses