RE: [U2] Universe/UniObjects and Visual Studio

2007-03-20 Thread Mike Pflugfelder
] Sent: Monday, March 12, 2007 4:42 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Universe/UniObjects and Visual Studio Anthony there is a tutorial on using UniObjects with VB Express on the U2UG Knowledge Base. Check out : www.mvopen.org/cms and click the Knowledge Base link. Regards

RE: [U2] Universe/UniObjects and Visual Studio

2007-03-15 Thread leslie chamberlin
March 2007 19:12 To: u2-users@listserver.u2ug.org Subject: RE: Spam:RE: [U2] Universe/UniObjects and Visual Studio Hello all, I worked through Brian's tutorial he mentions below and found it MUCH more helpful than anything else I have found so far. I am having one issue that I will work

RE: [U2] Universe/UniObjects and Visual Studio

2007-03-13 Thread Anthony Dzikiewicz
program to get me going. Thanks Anthony -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, March 12, 2007 4:42 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Universe/UniObjects and Visual Studio Anthony

RE: [U2] Universe/UniObjects and Visual Studio

2007-03-12 Thread brian
Anthony there is a tutorial on using UniObjects with VB Express on the U2UG Knowledge Base. Check out : www.mvopen.org/cms and click the Knowledge Base link. Regards, Brian Hi guys, I am messing with Visual Basic Express edition. I was hoping to use UniObjects against my Universe Database.

RE: [U2] Universe/UniObjects and Visual Studio

2007-03-11 Thread David Jordan
Hi Anthony Whilst UniObjects works with .Net, it is a COM assembly and needs to be loads as a Comm Component. IBM does provide a .Net assembly for U2, and it would be better to use that. You can add the Com or .Net attributes through the Add references in the Solution Explorer. Regards David

Re: [U2] Universe/UniObjects and Visual Studio

2007-03-11 Thread Jeff Powell
Anthony, Here is a class I created for VB6 to retrieve line item information for a given order. I don't know about using any toolbox items but I do add the resources to the project then create the object. This class is actually used at my company to create a label that is affixed to a product.

RE: [U2] Universe/UniObjects and Visual Studio

2007-03-11 Thread Anthony Dzikiewicz
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Jordan Sent: Sunday, March 11, 2007 8:53 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Universe/UniObjects and Visual Studio Hi Anthony Whilst UniObjects works with .Net, it is a COM assembly and needs to be loads

RE: [U2] Universe/UniObjects and Visual Studio

2007-03-11 Thread Victor St Clair
:[EMAIL PROTECTED] On Behalf Of Anthony Dzikiewicz Sent: Sunday, March 11, 2007 6:34 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Universe/UniObjects and Visual Studio Dave, I was able to get the COM assembly in the solution explorer. I am now looking at the .Net. How do I go about