![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, I am using VFP 6.0 - service pack 5. I am looking for a way to format specific text that has been stored in or will be stored in character or memo fields. For Example; I want to store "This is a line of text in which <this> word is in bold and this> word is underlined" into a character or memo field in my database. I would then like to take the text from the database field and print it out using a report, with the appropriate text in bold or underlined etc. Any ideas? Thanks in advance Mark Nixon |
#3
| |||
| |||
|
|
Hello, I am using VFP 6.0 - service pack 5. I am looking for a way to format specific text that has been stored in or will be stored in character or memo fields. For Example; I want to store "This is a line of text in which <this> word is in bold and <this> word is underlined" into a character or memo field in my database. I would then like to take the text from the database field and print it out using a report, with the appropriate text in bold or underlined etc. Any ideas? Thanks in advance Mark Nixon |
#4
| |||
| |||
|
|
One way would be to use the Microsoft RTF control. You place this on a form and bind it to a memo field, then formatted RTF text can be stored in the memo field. In order for this to work on reports, you would need a report tool that can interpret RTF, such as Crystal reports. hth wayne "Jack Jones" <ajack100nospam (AT) hotmail (DOT) com> wrote in message news:126ilrf7nmvor88 (AT) corp (DOT) supernews.com... Hello, I am using VFP 6.0 - service pack 5. I am looking for a way to format specific text that has been stored in or will be stored in character or memo fields. For Example; I want to store "This is a line of text in which <this> word is in bold and <this> word is underlined" into a character or memo field in my database. I would then like to take the text from the database field and print it out using a report, with the appropriate text in bold or underlined etc. Any ideas? Thanks in advance Mark Nixon |
#5
| |||
| |||
|
|
Thanks for your replies, Wayne & Josh I will look into the RTF option. I have not come across Crystal reports before (I am only a very much part-time programmer) Would you (or anybody else) reccommend it over and above the report generator that comes with VFP6? It has always seemed to me that the standard report generator is somewhat "clunky" to use and rather limited and I would like to investigate other report writers if they offer better features and integrate easily with VFP6 Any further comments would be greatly appreciated. Mark (Jack) "wayne dooley" <spammers (AT) must (DOT) die> wrote in message news:8N-dnUXnx48dDffZnZ2dneKdnZydnZ2d (AT) comcast (DOT) com... One way would be to use the Microsoft RTF control. You place this on a form and bind it to a memo field, then formatted RTF text can be stored in the memo field. In order for this to work on reports, you would need a report tool that can interpret RTF, such as Crystal reports. hth wayne "Jack Jones" <ajack100nospam (AT) hotmail (DOT) com> wrote in message news:126ilrf7nmvor88 (AT) corp (DOT) supernews.com... Hello, I am using VFP 6.0 - service pack 5. I am looking for a way to format specific text that has been stored in or will be stored in character or memo fields. For Example; I want to store "This is a line of text in which <this> word is in bold and <this> word is underlined" into a character or memo field in my database. I would then like to take the text from the database field and print it out using a report, with the appropriate text in bold or underlined etc. Any ideas? Thanks in advance Mark Nixon |
#6
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |