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 ?

Recommended Answers

All 2 Replies

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

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..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.