|
|
|
| HOW DO YOU PRINT TEXT CONTAINED IN "MEMO" FIELD
| |
| Marilyn Price 2006-11-03, 7:12 pm |
| In article <kRsHZZt$GHA.2124@news-server>, HRUTA1@JUNO.COM says...
> HOW DO YOU PRINT TEXT CONTAINED IN "MEMO" FIELD
>
One way is like this:
set print on
? memofield
set print off
where "memofield" is the name of the field you wish to print.
--
Marilyn Price
M. P. Data
| |
|
| Marilyn Price Wrote:
> In article <kRsHZZt$GHA.2124@news-server>, HRUTA1@JUNO.COM says...
>
> One way is like this:
>
> set print on
> ? memofield
> set print off
>
> where \"memofield\" is the name of the field you wish to print.
>
> --
> Marilyn Price
> M. P. Data
USING YOUR INSTRUCTIONS I SEE WHERE THE TEXT IN THE "MEMO" FIELD SCROLLS ON MY MONITOR, BUT IT DOES NOT PRINT OUT ON MY PRINTER. IS THERE A SPECIFIC INSTRUCTION TO GET THIS TEXT TO MY PRINTER?
| |
| Marilyn Price 2006-11-04, 7:13 pm |
| In article <bSlvY05$GHA.1140@news-server>, HRUTA1@JUNO.COM says...
> USING YOUR INSTRUCTIONS I SEE WHERE THE TEXT IN THE "MEMO"
> FIELD SCROLLS ON MY MONITOR, BUT IT DOES NOT PRINT OUT ON MY
> PRINTER. IS THERE A SPECIFIC INSTRUCTION TO GET THIS TEXT TO
> MY PRINTER?
>
How is your printer connected to the computer?
How are you currently printing _any_ fields to the printer?
There are many ways to get memo fields to print to the printer. Knowing
how you currently print normal fields will get you a more efficient
answer.
P.S. Please turn off the caps lock key. In messages like this, typing
something in all caps is interpreted as shouting. Thanks.
--
Marilyn Price
M. P. Data
| |
| john marshall 2006-11-04, 7:13 pm |
|
What is the operating system that you are using?
JM
Marilyn Price Wrote:
> In article <bSlvY05$GHA.1140@news-server>, HRUTA1@JUNO.COM says...
>
> How is your printer connected to the computer?
>
> How are you currently printing _any_ fields to the printer?
>
> There are many ways to get memo fields to print to the printer. Knowing
> how you currently print normal fields will get you a more efficient
> answer.
>
> P.S. Please turn off the caps lock key. In messages like this, typing
> something in all caps is interpreted as shouting. Thanks.
>
> --
> Marilyn Price
> M. P. Data
|
|
|
|