[U2] Not a U2 question - Graphics on a dot matrix

2013-06-18 Thread Jonathan Leckie
Sorry  guys,
 
Does anyone have any  example code of sending graphics to dot matrix printers 
using ESC/P commands in  Unibasic or similar ?
 
Regards
Jonathan Leckie




Blairs Windows Limited is a company registered in Scotland.
Company No: SC393935. Registered office: 9 Baker Street,
Greenock, PA15 4TU. V.A.T. registration No: 108729111

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


Re: [U2] Not a U2 question - Graphics on a dot matrix

2013-06-18 Thread Wjhonson
1980s!
And they said there would be no work for dinosaurs!

 

 

 

-Original Message-
From: Jonathan Leckie jonathan.lec...@blairswindows.co.uk
To: 'U2 Users List' u2-users@listserver.u2ug.org
Sent: Tue, Jun 18, 2013 2:35 am
Subject: [U2] Not a U2 question - Graphics on a dot matrix


Sorry  guys,
 
Does anyone have any  example code of sending graphics to dot matrix printers 
using ESC/P commands in  Unibasic or similar ?
 
Regards
Jonathan Leckie




Blairs Windows Limited is a company registered in Scotland.
Company No: SC393935. Registered office: 9 Baker Street,
Greenock, PA15 4TU. V.A.T. registration No: 108729111

___
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


[U2] ActiveDirectory with Your MultiValue Application

2013-06-18 Thread Wjhonson
I see this webinar


ActiveDirectory with Your MultiValue Application

Interesting.  Does this mean perhaps, when I go to write a file to a Windows 
location, I can pre-read the permissions and ensure that this logged in used 
has the permission to write?

If so that might be useful to integrate into some of our application code.

Anyone comment on that?
The only thing I see on this webinar is rather brief.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] How to copy only @ID from one file to anothers

2013-06-18 Thread Greg Coelho
George,

We are using a proprietary version of Unidata and it appears that I can 
setup a Secondary Pointer.  Once setup this works like a charm.  Thanks 
for steering me in the right direction.

Greg 



From:   George Gallen ggal...@wyanokegroup.com
To: U2 Users List u2-users@listserver.u2ug.org, 
Date:   06/17/2013 01:04 PM
Subject:Re: [U2] How to copy only @ID from one file to anothers
Sent by:u2-users-boun...@listserver.u2ug.org



I didn't think you could set up a foreign key dependency in UV?

The only thing I can think of would be to setup a trigger on the parent 
file,
That computes the ID that will be used in the child file and if it doesn't 
exist
Create in the child file.

This way, the parent file will push the @ID into the child file, whereas 
if you
Want to pull the @ID from the parent file, maybe setup a PHANTOM that runs 
every
Minute or so, but that won't guarantee that a record could be added to the 
parent
File while the PHANTOM is sleeping between runs.

George

-Original Message-
From: u2-users-boun...@listserver.u2ug.org [
mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Greg Coelho
Sent: Monday, June 17, 2013 12:43 PM
To: U2 Users List
Subject: Re: [U2] How to copy only @ID from one file to anothers

Guys,

I am attempting to create a store computed column data from a 'co' file. 
How do I set this up so the stored computed column file see a new record 

from the parent file?  and how do I initially load the ID's?

Thanks,

Greg
___
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

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