January 13th, 2004 01:01 AM
Hello,
is your report printed on paper or on screen?
When it is on screen: maybe vb maps your font to a different one.
Eventually you could use a rich text control.
:wave:
January 12th, 2004 03:15 AM
Hello everyone,
I'm using a blob field in a crystal report (v 8.5) to display an image stored in an access 2000 database (embedded bitmap in an ole field). This image was created by visual basic...
April 17th, 2003 01:57 AM
Hi Rajmv,
I have the same problem showing cyrillic chars on Win2000 system.
There is maybe a solution:
Try to change the Win2000 default font to your font:
Contro panel -> regional settings...
April 17th, 2003 01:20 AM
Hi everybody,
I have the problem to display the correct charset on some controls. The following code is used to change the character set of each control in a form:
Public Sub...
April 14th, 2003 01:08 AM
Hi everybody.
I have to convert strings in an Access 2000 database into Unicode strings. I tried the following code:
Set daoCursorDB = CurrentDb
Set daoCursorRS =...