I haven't been following this thread so excuse me if 'm off in left field,
but, wouldn't it be better just to set up a file pointer in the VOC that
points to where you want to write rather than setting up an entire account
and logging to it before you write?

Jerry Banker

-----Original Message-----
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Brutzman, Bill
Sent: Tuesday, July 21, 2009 1:52 PM
To: U2 Users List
Subject: [U2] UniBasic - Multiple Accounts

 
Does it make any sense to
        .
                execute "LOGTO UPS"

                        open 'UPS' to F.UPS  else  null
                        .
                        write R.UPS to F.UPS...
        .
        .
                execute "LOGTO METAL"

                        open 'PACK.SLIPS' to F.PS  else  null
                        .
                        write R.PackSlip to F.PS...
        
Our visiting UPS tech support rep (Ralph Sorrano) suggested creating a
new account with a single file in it.  
Thus, the UPS WorldShip desktop software would not be overwhelmed with
hundred of files upon launch.

I have not tried it yet.  Perhaps there is a better way.  Suggestions
would be appreciated.

--Bill

_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to