> Date: Thu, 14 Oct 2004 09:49:24 +1000
> From: Craig Bennett <[EMAIL PROTECTED]>
>
> > Cant it be read ONCE and put into one (or more) named common
> > variables?
>
> I could do that, but I am trying to have the data cached by
> a process (object loaded) without having to read the data.

I don't remember if you've said what O/S you're using, but I have a font
load coded with a "PCPERFORM" to have our AIX system send the font
definitions to the printer before starting printing from BASIC.

The file contains the exact data stream needed to set up the font.  I use
the following BASIC statement in UniData to send it:

* QUEUE = AIX Print Queue
* FONTFILE = Full Path Name of Font File, e.g. "/usr/local/myfont"
*
      PCPERFORM "lp -d ":QUEUE:" ":FONTFILE CAPTURING MSG

Hope this might help...

--Tom Pellitieri
  Century Equipment
  Toledo, Ohio
-------
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to