fiogf49gjkf0d sounds like your form validate is still firing, might need to add code to skip these. Also look at the calling loop to see if thats looping you back in. I think there is a look there to block exiting improperly too.
application.basicfunctions.closecurrentview true should be working, unless something is blocking it in the validation code, and that could get you a crash ...
Also, you can't call the same form twice anyway, so unless you write some sort of data pushtostack, popfromstack function into the form, your plan isn't going to work. You could create a second ticket table and manage drafts separately, with a button that pushes the record into a ticket on save too. Probably way more trouble than its worth ...
|