crewchiefpro5
Programmer
I am distributing a calender control with may exe file and to my horror the fonts are all screwed up. The font size on my machine is 9.75 arial, and it works fine. I take the file move it to another machine without foxpro on it and the font size is 1.5?? This is VFP 7.0.
So I tried this in the INIT
with this
.Olecontrol1.DayFont=9.75
.Olecontrol1.GridFont=9.75
.Olecontrol1.TitleFont=12
endwith
and an error 0x80020005 type mismatch comes up on each line.
Thanks.
Don Higgins
Crew Chief Pro Racing Analysis Software
So I tried this in the INIT
with this
.Olecontrol1.DayFont=9.75
.Olecontrol1.GridFont=9.75
.Olecontrol1.TitleFont=12
endwith
and an error 0x80020005 type mismatch comes up on each line.
Thanks.
Don Higgins
Crew Chief Pro Racing Analysis Software