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

2008-07-08 Thread Louie Gouws
document will then (with unique key) be written to the UV Server. That's about it Louie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony G Sent: 07 July 2008 22:02 To: u2-users@listserver.u2ug.org Subject: RE: [U2] UniObjects - read .rtf doc from UV

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
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Behr Sent: 07 July 2008 10:42 To: u2-users@listserver.u2ug.org Subject: RE: [U2] UniObjects - read .rtf doc from UV server Hello Mr Gouws. I trust life is treating you well :D Why do you not just read

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

2008-07-07 Thread Mac Bhyat
Rtf is normally just text that is formatted a special way that rtf readers and writers understand - the rtf specification http://msdn.microsoft.com/en-us/library/aa140277.aspx, so you can write a uv pgm that read's/or writes that type of file using simple openseq/readseq - Mac -Original

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
2008 11:31 To: u2-users@listserver.u2ug.org Subject: RE: [U2] UniObjects - read .rtf doc from UV server 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

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

2008-07-07 Thread Anthony Youngman
doc from UV server 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

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

2008-07-07 Thread Louie Gouws
. Louie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony Youngman Sent: 07 July 2008 12:38 To: 'u2-users@listserver.u2ug.org' Subject: RE: [U2] UniObjects - read .rtf doc from UV server Just be warned - rtf isn't as portable as it's supposed

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