954,499 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to Print a Memo field ?

Hi
I want to use a File->Print choise in an application with the index written in a memo.
how can i print the memo field as a text ?

dav83
Newbie Poster
6 posts since Oct 2005
Reputation Points: 10
Solved Threads: 0
 
Hi I want to use a File->Print choise in an application with the index written in a memo. how can i print the memo field as a text ?


Just ask this vague question to yourself...can you figure out what it is about.....show us ur code if you want people to help you...or atleast explain the problem properly

SpS
Posting Pro
599 posts since Aug 2005
Reputation Points: 70
Solved Threads: 32
 

i use borland c++ 6,
i already made an application with a text editor which is a memo field, and some buttons,
the problem is that when a write something in the editor(think it seems like a notepad,workpad) i cannot print the words i inserted there,
i want to write a code for:
void __fastcall TForm1::FilePrintBtnClick(TObject *Sender)
{
if PrintDialog->Execute();
{//CODE
}
}

i want to print the words as text, this is the problem
if someone can help me..

dav83
Newbie Poster
6 posts since Oct 2005
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You