[U2] use of SETFILE

2012-09-21 Thread Trevor Fulton
Hi All, This is on Unidata 7.1 (Windows) I thought SETFILE could be used to set a pointer to anything that we have permissions on. I can access \\129.129.1.10\Pickup file:///\\129.129.1.10\Pickup via Windows, but I cannot SETFILE to it Is there something which needs licensing or is

Re: [U2] use of SETFILE

2012-09-21 Thread Bill Haskett
Trevor: I think you have to use the editor to create what you want. According to the SETFILE documentation: SETFILE Syntax SETFILE [[path][pointer] [OVERWRITING]] Description The ECL SETFILE command creates a file pointer in the VOC for a UniData file. SETFILE does not work on

Re: [U2] use of SETFILE

2012-09-21 Thread Wjhonson
If you mean this location exists off the server, I'm not sure you can point at it, at all from Unidata. -Original Message- From: Bill Haskett wphask...@advantos.net To: U2 Users List u2-users@listserver.u2ug.org Sent: Fri, Sep 21, 2012 9:25 am Subject: Re: [U2] use of SETFILE

Re: [U2] use of SETFILE

2012-09-21 Thread Daniel McGrath
Trevor, you might want to look at the OFS/NFA manual. I don't have the 7.1 manuals handy, but here is a link to the 7.3 manual for it: http://www.rocketsoftware.com/u2/products/unidata/resources/manuals/unidata-7.3-documentation/developing-ofs-nfa-applications/view I know for sure it is in

Re: [U2] Barcode PCL Commands

2012-09-21 Thread Robert Frailey
ted at figler.com writes: This will print Code 39 / Code 128 with a PCL printer in GL/2 mode. I can supply the files if you need them. Also forces the required quiet zones flanking the bar code. HPBARS39 001 SUBROUTINE HPBARS39(X,Y,HEIGHT,STRING,WIDTH,RATIO) 002 OPEN BARS39 TO BARS39

[U2] Bar codes, unidata and hp4250 laser printers

2012-09-21 Thread Robert Frailey
The issue, in the past we print shippers on pre-printed forms and we have coded a bar code to print. We are converting to laser and the shipper prints out fine with no bar code. I bought the 3and9 card for the printer, my programmer is have trouble formatting code to print the bar code. Does

Re: [U2] Barcode PCL Commands

2012-09-21 Thread Tony Gravagno
I don't sell PrintWizard but I highly recommend it for tasks like this. See a BASIC demo I wrote with full source: http://Nebula-RnD.com/products/PW/demo2.htm If you know anything about HTML you can use PrintWizard - and that includes doing barcodes. For an example of Code 128 done the hard way,

Re: [U2] Barcode PCL Commands

2012-09-21 Thread Robert Frailey
thank you, ill look at it - Original Message - From: Tony Gravagno 3xk547...@sneakemail.com To: u2-users@listserver.u2ug.org Sent: Friday, September 21, 2012 5:16 PM Subject: Re: [U2] Barcode PCL Commands I don't sell PrintWizard but I highly recommend it for tasks like this. See a

[U2] How to create Entity Data Model using U2 Toolkit .net

2012-09-21 Thread Adrian Halid
I am trying to create an Entity Data Model using the new U2 Toolkit .net U2.Data.Client. I have gone through the EntityFrameWork example that already has a Customer.edmx file created which works fine. I now want to create my own Entity Data Model but am unsure where to start. I have tried