rgates@ttcdas.com How do you display a form so that it displays as if you were editing a record from the standard EDIT funtionality within a query. I don't want a separate form/window to open. I'm currently doing a FIND in a process and then a EDIT.
rgates@ttcdas.com When I use the FIND and EDIT I get a new window popup. Also note that I'm missing some of the buttons in the grid. This is what the grid/form should look like.
rgates@ttcdas.com Images are backwards. The first image link is the way I would like the form presented.
rgates@ttcdas.com That is what I figured. I was just hopeful there was a different way of accomplishing the same thing. Also, why are my buttons not consistent on the modal versus the other? The add and select buttons are missing in the grid.
BobK If you use VIEW instead of EDIT, you do not get the pop-up form as long as the VIEW action is the last action in the process. I have no answer for you button problem.
aware_support BobK's suggestions is the correct one. This will also fix the buttons problem. The difference between VIEW and EDIT actions is that the former one finishes the process and does not expect the user to submit the form. The latter action keeps the process active and is waiting for the user to submit the form