[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 creating an empty model and manually add my entities but am unsure 
how to link them to a table.

I have also tried to connect to a Univese database but unsure on how to connect 
to the database.

Any help please.



Regards

Adrian Halid


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


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: 
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 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", but free, see this:
http://www.pickwiki.com/cgi-bin/wiki.pl?BarCode128
Note that if you need a different format you're going to need a lot
more code. 


With PrintWizard, here's your barcode:

Done.

HTH
T


From: Robert Frailey 
> 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 ELSE RETURN


Could I possible get a copy of your bar code files, in perticular

the

BARS39.

We were printing bar codes fine on an oki printer but switched to

the hp

4250 laser jet to create our forms. I bought a bar code chip for the
printer but my unidata programmer is having trouble converting the
code from the oki to the laserjet using 3and9 coding.

I would really appreciate help.

Robert



___
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


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", but free, see this:
http://www.pickwiki.com/cgi-bin/wiki.pl?BarCode128
Note that if you need a different format you're going to need a lot
more code. 

With PrintWizard, here's your barcode:

Done.

HTH
T


> From: Robert Frailey 
> > 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 ELSE RETURN
> 
> 
> Could I possible get a copy of your bar code files, in perticular
the
> BARS39.
> 
> We were printing bar codes fine on an oki printer but switched to
the hp
> 4250 laser jet to create our forms. I bought a bar code chip for the
> printer but my unidata programmer is having trouble converting the
> code from the oki to the laserjet using 3and9 coding.
> 
> I would really appreciate help.
> 
> Robert


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


[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 anyone 
have sample code for unidata to print 3and9 bar codes to a network attached 
laser printer.

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


Re: [U2] Barcode PCL Commands

2012-09-21 Thread Robert Frailey
  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 ELSE RETURN


Could I possible get a copy of your bar code files, in perticular the BARS39.

We were printing bar codes fine on an oki printer but switched to the hp 4250 
laser jet to create our forms. I bought a bar code chip for the printer but my 
unidata programmer is having trouble converting the code from the oki to the 
laserjet using 3and9 coding.

I would really appreciate help.

Robert





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


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 7.2, not certain on 7.1

Regards,

Dan McGrath
Product Manager
Rocket Software
4600 S. Ulster Street **Suite 1100 **Denver, CO 80237 * USA
t: +1.720.475.8098 * m: +1.617.630.7392 * e:dmcgr...@rocketsoftware.com w: 
rocketsoftware.com/u2



-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Trevor Fulton
Sent: Friday, September 21, 2012 10:04 AM
To: U2 Users List
Subject: [U2] use of SETFILE

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 
  via Windows, but I cannot SETFILE to it

 

Is there something which needs licensing or is there a "Gotcha" I'm falling 
foul of.

 

Thanks,

 

Trevor.

 

Trevor Fulton BSc(Hons)
Senior Technical Consultant/Epicor Manufacturing Division, EMEA

http://epicor.com/
Cell: +44 (0) 7799 348519
Fax: +44 (0) 1246 855671
E-Mail: tful...@epicor.com

195 Technology Drive, Irvine CA 92618 USA


Epicor Software (UK) is a limited company registered in England & Wales.  
Registration Number: 2338274.   Registered Office:  6th Floor, One London Wall, 
London EC2Y 5EB 
This e-mail is for the use of the intended recipient(s) only. If you have 
received this e-mail in error, please notify the sender immediately and then 
delete it. If you are not the intended recipient, you must not use, disclose or 
distribute this e-mail without the author's prior permission. We have taken 
precautions to minimize the risk of transmitting software viruses, but we 
advise you to carry out your own virus checks on any attachment to this 
message. We cannot accept liability for any loss or damage caused by software 
viruses. Any views and/or opinions expressed in this e-mail are of the author 
only and do not represent the views of Epicor Software (UK) Limited or any 
other company within its group.


This message has been scanned for malware by Websense. www.websense.com 
___
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


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 
To: U2 Users List 
Sent: Fri, Sep 21, 2012 9:25 am
Subject: Re: [U2] use of SETFILE


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 dictionaries, multilevel subfiles,
or subdirectories. SETFILE assigns the correct file type to the file
pointer.

HTH,

Untitled Page

Bill Haskett
*/Fav Icon Advantos Systems, Inc./*
P.O. Box 3545  |  Lacey, WA  98509
? Tel: 760-944-5570 x7002 (CA)  | ? Fax: 760-655-1583
"The Property Management Advantage."

- Original Message -
*From:* tful...@epicor.com
*To:* U2 Users List 
*Date:* 9/21/2012 9:04 AM
*Subject:* [U2] use of SETFILE
> 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
>   via Windows, but I cannot SETFILE to it
>
>   
>
> Is there something which needs licensing or is there a "Gotcha" I'm
> falling foul of.
>
>   
>
> Thanks,
>
>   
>
> Trevor.
>
>   
>
> Trevor Fulton BSc(Hons)
> Senior Technical Consultant/Epicor Manufacturing Division, EMEA
>
> http://epicor.com/
> Cell: +44 (0) 7799 348519
> Fax: +44 (0) 1246 855671
> E-Mail: tful...@epicor.com
>
> 195 Technology Drive, Irvine CA 92618 USA
> 
>
> Epicor Software (UK) is a limited company registered in England & Wales.
> Registration Number: 2338274.   Registered Office:  6th Floor, One London 
Wall, London EC2Y 5EB
> This e-mail is for the use of the intended recipient(s) only. If you have 
received this e-mail in error, please notify the sender immediately and then 
delete it. If you are not the intended recipient, you must not use, disclose or 
distribute this e-mail without the author's prior permission. We have taken 
precautions to minimize the risk of transmitting software viruses, but we 
advise 
you to carry out your own virus checks on any attachment to this message. We 
cannot accept liability for any loss or damage caused by software viruses. Any 
views and/or opinions expressed in this e-mail are of the author only and do 
not 
represent the views of Epicor Software (UK) Limited or any other company within 
its group.
>
>
> This message has been scanned for malware by Websense. www.websense.com
> ___
> 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


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 dictionaries, multilevel subfiles,
or subdirectories. SETFILE assigns the correct file type to the file
pointer.

HTH,

Untitled Page

Bill Haskett
*/Fav Icon Advantos Systems, Inc./*
P.O. Box 3545  |  Lacey, WA  98509
? Tel: 760-944-5570 x7002 (CA)  | ? Fax: 760-655-1583
"The Property Management Advantage."

- Original Message -
*From:* tful...@epicor.com
*To:* U2 Users List 
*Date:* 9/21/2012 9:04 AM
*Subject:* [U2] use of SETFILE

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
  via Windows, but I cannot SETFILE to it

  


Is there something which needs licensing or is there a "Gotcha" I'm
falling foul of.

  


Thanks,

  


Trevor.

  


Trevor Fulton BSc(Hons)
Senior Technical Consultant/Epicor Manufacturing Division, EMEA

http://epicor.com/
Cell: +44 (0) 7799 348519
Fax: +44 (0) 1246 855671
E-Mail: tful...@epicor.com

195 Technology Drive, Irvine CA 92618 USA


Epicor Software (UK) is a limited company registered in England & Wales.
Registration Number: 2338274.   Registered Office:  6th Floor, One London Wall, 
London EC2Y 5EB
This e-mail is for the use of the intended recipient(s) only. If you have 
received this e-mail in error, please notify the sender immediately and then 
delete it. If you are not the intended recipient, you must not use, disclose or 
distribute this e-mail without the author's prior permission. We have taken 
precautions to minimize the risk of transmitting software viruses, but we 
advise you to carry out your own virus checks on any attachment to this 
message. We cannot accept liability for any loss or damage caused by software 
viruses. Any views and/or opinions expressed in this e-mail are of the author 
only and do not represent the views of Epicor Software (UK) Limited or any 
other company within its group.


This message has been scanned for malware by Websense. www.websense.com
___
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] 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
  via Windows, but I cannot SETFILE to it

 

Is there something which needs licensing or is there a "Gotcha" I'm
falling foul of.

 

Thanks,

 

Trevor.

 

Trevor Fulton BSc(Hons)
Senior Technical Consultant/Epicor Manufacturing Division, EMEA

http://epicor.com/
Cell: +44 (0) 7799 348519
Fax: +44 (0) 1246 855671
E-Mail: tful...@epicor.com

195 Technology Drive, Irvine CA 92618 USA


Epicor Software (UK) is a limited company registered in England & Wales.  
Registration Number: 2338274.   Registered Office:  6th Floor, One London Wall, 
London EC2Y 5EB 
This e-mail is for the use of the intended recipient(s) only. If you have 
received this e-mail in error, please notify the sender immediately and then 
delete it. If you are not the intended recipient, you must not use, disclose or 
distribute this e-mail without the author's prior permission. We have taken 
precautions to minimize the risk of transmitting software viruses, but we 
advise you to carry out your own virus checks on any attachment to this 
message. We cannot accept liability for any loss or damage caused by software 
viruses. Any views and/or opinions expressed in this e-mail are of the author 
only and do not represent the views of Epicor Software (UK) Limited or any 
other company within its group.


This message has been scanned for malware by Websense. www.websense.com
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users