I finally got around to implementing a solution using the "@CS" command... so far, I have not been able to get it to work.
When I type "@CS" directly into HEO, it displays the cosign screen, as expected. But when it is submitted by VGR form, nothing happens.
Here is the offending portion of my code:
EDIT,IF,,btn_showcs,EQ,"OK",THEN
EDIT,SET,LOCAL,orderstring,CAT,"@CS"
EDIT,IF,,btn_iggy,EQ,"Ignore",THEN
EDIT,EXIT,ALL
#Load the order string
EDIT,LOAD_ORDER,,,,orderstring
EDIT,EXIT,ALL
Can anyone see what I'm doing wrong (assuming you actually can call the cosign screen from VGR)? I have tested the functionality of the button with a different order, which works fine.
Thanks!