Hello All

I generate a TXT file by using
Text_IO.put_Line(infile,linebuf);
and then print the txt file on the printer by using the
HOST ('TYPE C:\RECEIPT.LST> lpt2',NO_SCREEN);

Now, I want to use the Hindi Font in some lines, of the output file,
so when the output is printed thru the HOST command, some lines
print in English and some line in Hindi Font.

I have stored the equivalent of the english words in the table in Hindi Font.

English Data Hindi Data
-------------------------------------------------
SIXTY lkB
-------------------------------------------------


In the bitmap report, i can change the font of the particular field and get the ouput, as required. But, How do i get this in the CHARACTER Report.

Sincerely

Bhuvan.