I have just recently upgraded from FWH 9.12 to 11.5
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.
Cheers
Colin
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.
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