I have a little application I created for someone which is simplicity
itself. One screen, one table with two fields - a character field and
a memo field. The screen has 3 buttons:

Search
New
Exit

Problem is, although Print is enabled on the File menu when viewing
the memo field, executing the Print function does not activate the
printer! Is there a way I can fix this?

The application was originally created in FPW 2.6a and converted in
VFP 5.0a and otherwise seems to run OK.

Thanks for any help!

Dan

Re: Can't print from memo field in VFP 5.0a by Rick

Rick
Mon Dec 01 09:10:39 CST 2003

Dan,
The Print on the file menu, will normally "print" whatever text is in =
the current active window. Are you sure that the program is in the =
memo's Edit box?

Rick

"Dan Musicant" <musicant@pacbell.net> wrote in message =
news:c251ff26.0311270409.3cd72cf8@posting.google.com...
> I have a little application I created for someone which is simplicity
> itself. One screen, one table with two fields - a character field and
> a memo field. The screen has 3 buttons:
>=20
> Search
> New
> Exit
>=20
> Problem is, although Print is enabled on the File menu when viewing
> the memo field, executing the Print function does not activate the
> printer! Is there a way I can fix this?
>=20
> The application was originally created in FPW 2.6a and converted in
> VFP 5.0a and otherwise seems to run OK.
>=20
> Thanks for any help!
>=20
> Dan