Re: [U2] OCONV Extraction Question

2007-11-16 Thread MAJ Programming
This is real smart, making things harder than they should be. Just use . Mark Johnson - Original Message - From: [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Wednesday, November 14, 2007 5:23 PM Subject: RE: [U2] OCONV Extraction Question Didn't work for me either. It may

RE: [U2] U2U Tarrytown [not-secure]

2007-11-16 Thread Hennessey, Mark F.
Chuck - I agree, it was great! I'm afraid it's going to be quite some time before I can line up funding to go to any other training. I just wish I had taken some of the .Net developers! The ADO.NET provider looks very, very cool! Mark Hennessey -Original Message- From: [EMAIL

RE: [U2] WebService

2007-11-16 Thread Symeon Breen
Hi Rudy This is actually more of a asp.net question than anything else - if you already have your vb.net code that connects using uniobjects.net then it is a simple addition to turn this into a web service. I will send on to you an example - you may also want to read a few articles on the net

[U2] Haydon Bishop is out of the office.

2007-11-16 Thread haydon . bishop
I will be out of the office starting 16/11/2007 and will not return until 20/11/2007. I will respond to your message when I return. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] OT: Email encryption

2007-11-16 Thread Clifton Oliver
If the csv files are being generated by UniBasic, the language has encryption functions. Outside of basic, check out GPG. (http:// www.gnupg.org/) -- Regards, Clif ~~~ W. Clifton Oliver, CCP CLIFTON OLIVER ASSOCIATES Tel: +1 619 460 5678Web:

RE: [U2] OCONV Extraction Question

2007-11-16 Thread Brutzman, Bill
Speaking of mis-used commands and side-stepping some of the given code craziness... It is better practice to atomize the code into discrete elements such as... Var1.F = oconv(Var1, 'MD0') crt Var1.F 'R#11' rather than to try to kill two birds with one stone by including an oconv statement

[U2] OT: Email encryption

2007-11-16 Thread Brenda Price
We sometimes have to email csv files with sensitive information to our clients. Right now we are just setting a password to the zipped files. We really need to encrypt either the whole email or just the attached files. We are using Microsoft Outlook. Any ideas? Brenda L Price Senior

Re: [U2] OT: Email encryption

2007-11-16 Thread Jeffrey Butera
quote who='Brenda Price' date='Friday 16 November 2007' We sometimes have to email csv files with sensitive information to our clients. Right now we are just setting a password to the zipped files. We really need to encrypt either the whole email or just the attached files. We are using

RE: [U2] OT: Email encryption

2007-11-16 Thread Glen Batchelor
A Spectrum tech article would be nice. :) nudges Cliff I'd be interested in seeing your GPG mail implementation guidelines and perhaps a generic sample. I never got into GPG, but I've briefly thought about integrating it before. Glen Batchelor IT

Re: [U2] OT: Email encryption

2007-11-16 Thread Scott Ballinger
I have a client that uses Tumbleweed to send secure emails. It works at the email server level (these folks use Exchange), intercepting any email message with the string ##SECURE in the subject. It then sends an email to the recipient telling them they have a secure email waiting for them at the

RE: [U2] OT: Email encryption

2007-11-16 Thread Brenda Price
What we need is something that the email recipient does not have to do anything with except for use a key or password to open. Some (probably 80%) of the recipients are not very technical (we're talking about health clubs, tanning salons, etc) and they have to be able to import the file(s) into

RE: [U2] OT: Email encryption

2007-11-16 Thread Eric Armstrong
We also use gpg (alias pgp). Eric Armstrong Programmer/Analyst Lobel Financial -Original Message- From: Jeffrey Butera [mailto:[EMAIL PROTECTED] Sent: Friday, November 16, 2007 10:41 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] OT: Email encryption quote who='Brenda Price'

Re: [U2] OT: Email encryption

2007-11-16 Thread Clifton Oliver
Would work if you can guarantee that all of your clients use Outlook. But a lot of folks won't go near the thing. ;-) -- Regards, Clif On Nov 16, 2007, at 1:30 PM, Jerry Banker wrote: Brenda, If I'm not mistaken Outlook has an encryption feature built into it. Jerry --- u2-users

RE: [U2] OT: Email encryption

2007-11-16 Thread Tom Dodds
u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/ --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/ __ NOD32 2664 (20071116) Information __ This message was checked by NOD32 antivirus

RE: [U2] WebService

2007-11-16 Thread Tony G
Rudy, you haven't been clicking the links I sent you. Here's a video showing step by step how to create web services to U2 in under 20 minutes. This demo uses mv.NET but it could have easily used the UO.NET code that you have. removepleaseNebula-RnD.com/products/gallery.htm I also have

Re: [U2] OT: Email encryption

2007-11-16 Thread Jeff Butera
On Fri, 16 Nov 2007, Clifton Oliver wrote: Would work if you can guarantee that all of your clients use Outlook. But a lot of folks won't go near the thing. ;-) Amen to that. Jeff Butera, Ph.D. Administrative Systems Hampshire College [EMAIL PROTECTED] 413-559-5556 But Dad - I need most of

Re: [U2] OCONV Extraction Question

2007-11-16 Thread MAJ Programming
According to who? I know there are some pluses and minuses but where is this decided or is it just a preference. Thanks Mark Johnson - Original Message - From: Brutzman, Bill [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Friday, November 16, 2007 11:30 AM Subject: RE: [U2]