I want to pull a browse up. Seems pretty simple. But.... if I just issue a browse command, my screen is messed up when I come back out of the browse screen. So..., I tried the following thinking that if I browsed in a seperate window, all would be ok. This is in a click event.
DEFINE WINDOW browsewindow CLOSE FLOAT GROW ZOOM FROM 2,1 TO 30,75
ACTIVATE WINDOW browsewindow IN SCREEN TOP
BROW FIELDS login_id, confidential, create, maintain, admin, modify WINDOW BROWSEWINDOW
RELEASE WINDOW browsewindow
Now, the cmdButton indicates that it was clicked, but nothing happens. What am I doing wrong? Note that I have tried this without the "RELEASE WINDOW browsewindow" command with no difference in operation.
DEFINE WINDOW browsewindow CLOSE FLOAT GROW ZOOM FROM 2,1 TO 30,75
ACTIVATE WINDOW browsewindow IN SCREEN TOP
BROW FIELDS login_id, confidential, create, maintain, admin, modify WINDOW BROWSEWINDOW
RELEASE WINDOW browsewindow
Now, the cmdButton indicates that it was clicked, but nothing happens. What am I doing wrong? Note that I have tried this without the "RELEASE WINDOW browsewindow" command with no difference in operation.