If you built it as a stand alone GUI app then you can wrap the main section of the code in a subroutine/return block and use it like any other subroutine call. I do that for search pop-up windows currently. Just make sure that bail-outs are handled correctly.
GlenB > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Brenda Price > Sent: Thursday, July 03, 2008 4:54 PM > To: [email protected] > Subject: [U2] Calling on AccuTerm users who are using the GUI designer > > > OK, I'm just starting out with this. > > > > I have an existing program that has over lots of options from it that > each call a subroutine. The record id is passed to the calling > subroutine. > > > > I need to add a new option and I want to create a AccuTerm GUI program > for it but I still need to pass in the record id. I went through the > AccuTerm Tutorial and built the screen the way I want it, then found > oops, it doesn't look like I can call that routine and pass in the > record id, actually I need to pass in 3 variables. I thought I'd ask > the list before I scrap this and go back to the normal green screen > application. > > > > Brenda Price > > Affiliated Acceptance Corporation > > Sunrise Beach, MO > ------- > u2-users mailing list > [email protected] > To unsubscribe please visit http://listserver.u2ug.org/ ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
