I've never liked a system that has to LOGTO a bunch of different accts. I prefer running it out of one acct with remote file references.
You're on UV, so you can use q-ptrs if you want instead of f-ptrs, which means you can easily create them on the fly. Once you know what acct (plant) they need: EXECUTE 'SET-FILE ':PLANT:' ':FILENAME:' ':PLANT:'.':FILENAME or the like for each filename you need to address, then OPEN PLANT:'.':FILENAME TO FILE.filename in your apps. -Keith ----Original Message---- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason K. Szemborski Sent: Tuesday, November 08, 2005 9:04 AM To: [email protected] Subject: RE: [U2] Plant hopping help > Thanks for your quick response. The way I have to look at this is as > follows... > > I have a user at the customer master screen, they must enter search > criteria and based on that, the system will log the user to > the correct > plant (account) and put them into the proper screen, prepopulating the > screen with that customer's information. It looks like this EXECUTE > would do what I am looking for, however that's the concern that I have > is executing this and then changing screens and preloading that screen > with the customer's account information... During this process, my > subroutine might lose control after the execute and the user > will resume > control. I was thinking about PV.SENDKEYS, would this help in this > matter? > > Thanks again, > > Jason ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
