> -----Original Message-----
> From: [email protected] 
> [mailto:[email protected]] On Behalf Of 
> Brutzman, Bill
> Sent: Tuesday, July 21, 2009 11:52 AM
> 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.

The best way to access a file in another account is to create a
Q-pointer to it in the local account's VOC:

001: Q
002: UPS
003: UPS

-John
_______________________________________________
U2-Users mailing list
[email protected]
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to