simon_marklar
Registered User.
- Local time
- Today, 20:16
- Joined
- Apr 6, 2005
- Messages
- 19
Hi All,
I've been bashing my head on a wall for the last two hours. I am auto generating a report and its great until i get up to displaying a label with a caption of "Ω".
you cant put the omega character into VB, it just comes out as a "?", so ctl.caption="Ω" doesnt work.
I've tried :
ctl.FontName = "Arial Greek"
ctl.Caption = Chr(217)
Debug.Print "Chr(217)=" & Chr(217)
in the debug output it prints "chr(217)=Ω", but in the report, it comes out as "Ù"
ARRRRRGGGGHHHH!!!!
can anyone sugest another way to do this. unfortunatly i have to use the omega symbol. i've already tried asking if it can be changed. they want the omega.
I've been bashing my head on a wall for the last two hours. I am auto generating a report and its great until i get up to displaying a label with a caption of "Ω".
you cant put the omega character into VB, it just comes out as a "?", so ctl.caption="Ω" doesnt work.
I've tried :
ctl.FontName = "Arial Greek"
ctl.Caption = Chr(217)
Debug.Print "Chr(217)=" & Chr(217)
in the debug output it prints "chr(217)=Ω", but in the report, it comes out as "Ù"
ARRRRRGGGGHHHH!!!!
can anyone sugest another way to do this. unfortunatly i have to use the omega symbol. i've already tried asking if it can be changed. they want the omega.
