[U2] Test mail - getting bounced mail from this address?

2008-07-07 Thread Dennis Bartlett
Test... Gettting bounces.. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] UniObjects - read .rtf doc from UV server

2008-07-07 Thread Louie Gouws
Hi All, How would one read a .rtf doc from the UniVerse server via UniObjects? As well as write it back to the server? Any directions will help Louie --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] UniObjects - read .rtf doc from UV server

2008-07-07 Thread Bjorn Behr
Hello Mr Gouws. I trust life is treating you well :D Why do you not just read it into a word document? And to wite it back, just save it as a record. It is pure text and you should have no hassels. Bjorn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [U2] UniObjects - read .rtf doc from UV server

2008-07-07 Thread Hona, David S
Same as U2 BASIC via sequential read/write. Check out the UniObjects for .NET documentation for the UniSequentialFile Class. If it is a large complex .RTF then, you may be far better processing it server-side - if feasible. As the round robin impact of sending the data to the client and back to

RE: [U2] UniObjects - read .rtf doc from UV server

2008-07-07 Thread Louie Gouws
Sorry - correction to my post. Using VB.Net and UO.Net Louie --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] UniObjects - read .rtf doc from UV server

2008-07-07 Thread Louie Gouws
Hi Bjorn Life is great, thanx. VB Application, using UniObjects to UV. The .rtf template is on the UV Server. Must read it into rtf text box in VB. Replace tags and display it for user to print. Each .rtf doc (user might not have Word) document needs to be saved on UV Server. Louie

RE: [U2] UniObjects - read .rtf doc from UV server

2008-07-07 Thread Mac Bhyat
://linux.bitdefender.com/ __ NOD32 3245 (20080707) Information __ This message was checked by NOD32 antivirus system. http://www.eset.com -- This message was scanned for spam and viruses by BitDefender. For more information please visit http://linux.bitdefender.com/ --- u2-users mailing

RE: [U2] UniObjects - read .rtf doc from UV server

2008-07-07 Thread Louie Gouws
Thanks David, Just what I was looking for Louie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hona, David S Sent: 07 July 2008 11:17 To: u2-users@listserver.u2ug.org Subject: RE: [U2] UniObjects - read .rtf doc from UV server Same as U2 BASIC via

RE: [U2] UniObjects - read .rtf doc from UV server

2008-07-07 Thread Louie Gouws
Hi Mac, Thanks for that link - very helpful Louie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mac Bhyat Sent: 07 July 2008 11:46 To: u2-users@listserver.u2ug.org Subject: RE: [U2] UniObjects - read .rtf doc from UV server Rtf is normally just text

RE: [U2] UniObjects - read .rtf doc from UV server

2008-07-07 Thread Mac Bhyat
visit http://listserver.u2ug.org/ -- This message was scanned for spam and viruses by BitDefender. For more information please visit http://linux.bitdefender.com/ __ NOD32 3245 (20080707) Information __ This message was checked by NOD32 antivirus system. http://www.eset.com

RE: [U2] UniObjects - read .rtf doc from UV server

2008-07-07 Thread Anthony Youngman
Just be warned - rtf isn't as portable as it's supposed to be. I wrote rtf files from UV and they would read perfectly okay in some word processors and not in others. Oh - and just doing a read, save in Word of a file created in UV increased the file size horrendously ... There might be some

RE: [U2] UniObjects - read .rtf doc from UV server

2008-07-07 Thread Louie Gouws
Thanks Wol I'm actually creating the template .rtf in VB.Net. then I will write it to the UV Server. Then later read it into VB.Net again, manipulate it and print it. I will test it on all word processors I can lay my hands on. Thanks for the warning. Not going to use Word like Bjorn suggested.

[U2] charset uv database

2008-07-07 Thread pam
hi, I would like to know the default charset use by an UV database Thanks Pamela --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] UniObjects - read .rtf doc from UV server

2008-07-07 Thread Tony G
I understand you aren't going to use Word and that you have your solution. Just so that we understand how you're using the environment, I'm curious about exactly what the application for a Rich Text document is. It looks like you're allowing users to create templates which are used to populate

Re: [U2] charset uv database

2008-07-07 Thread Anthony W. Youngman
In message [EMAIL PROTECTED], pam [EMAIL PROTECTED] writes hi, I would like to know the default charset use by an UV database Thanks Pamela Ascii (7-bit) plus a few extended characters? Certainly IME (and I've not knowingly used it with NLS switched on) using 8-bit ascii can cause grief