baanprog
17th July 2002, 23:15
Hi,

I have installed and Font and everything is done.I have also changed the registry entry.When I right Click on the preview mode , I dont see the new Font in the Change font screen for the preview of Report?So it is still printing the old Font.

Please Help!! VEry Urgent

Thanks

~Vamsi
17th July 2002, 23:22
The first three fonts are set for only monospaced fonts. So if you select one of them in your report your custom font will not show up. In your report make sure you use a "user defined" font - say something like font 16. Recompile and try.

baanprog
17th July 2002, 23:36
I have used font 24 , i.e User Font 16.

Thanks

~Vamsi
17th July 2002, 23:47
Can you switch any of the fonts? In some versions of Windows 2000, the registry entries are read-only. Can you get to the custom font that you have created in M$ Word or M$ Wordpad?

baanprog
17th July 2002, 23:49
Yes I Cant get it in Ms-word and iam using Windows 98.

Thanks

baanprog
18th July 2002, 00:13
Sorry Pal Iam in Spain.

Please answer these questions
1.Should I declare a report input field for this variable on the header i Have used(new header with User font 16) , Iam doing this in report script

domain tcmcs.str1 logo

before.program:

logo = "A" (bcos I have modified this character for the font I
have created)

Is this enough?


2.Should I use this variable only oin column 1 of the layout?




Thanks For your Help

~Vamsi
18th July 2002, 00:23
Follow these steps if you have not already:[list=1]
Create a Print expression on your report with contents "A" (you will not need either program script or report script changes)
Choose a single character domain for this (tcmcs.str1 perhaps)
There is nothing to declare in the input field
Choose a user font for this expression (User 16 is a good choice)
Print to BWPRINT with Preview option checked. You should see your "A" (without the quotes)
Right click on this character (I have had to right click a few pixels away to get the correct menu a few time :(). Go to fonts...change font and change it to the user defined font. I know you are having a problem at this stage. You mentioned something about having made changes to the registry. You do *not* have to manually make any registry changes. When you follow the step of changing the font using Bwprint, it will automatically change the registry for you.
I hope you have seen the ppt file by dbclark79 elsewhere on this site.
If this does not help, I will have to give up :).
[/list=1]Should I use this variable only oin column 1 of the layout? It should not matter.

rochus
26th July 2004, 10:41
i have a small problem with logo on report,
i placed it at the righthandside of my header,
on lefthandside i want to printout company name in big letters
(normal courier or arial).

but the logo is shifted from the first line to third line in
the output. is there a hint to prevent this ?

thanks for any help.