I have a get on a button bar with a valid clause and when I hit the enter key the valid in not processed but if I exit the
screen the valid is processed. I went back to 9.12 and tested and it worked as expected.
- Code: Select all Expand view
DEFINE BUTTON oBtn6 of oBar RESOURCE "EYE" ;
FLAT;
PROMPT 'Find' ;
ACTION(cFindItem := space(len(oStock:code)),oStock:SetOrder('CODE'),oFindItem:SetPos(0),oFindItem:Show(),oFindItem:SetFocus());
TOOLTIP('Find Item')
@ 12,300 GET oFindItem VAR cFindItem picture '@!'of oBar;
UPDATE;
SIZE 75,20 ;
FONT oFont ;
VALID(MSgInfo('here'),TRUE) ; // VALID NOT PROCESSED
PIXEL
oFindItem:Set3DLook()
Cheers
Colin