i have a similar combobox
for example, table=mytable and field=myfield
combobox properties:
controlsource=mytable.myfield
rowsourcetype=6
rowsource=mytable.myfield
boundto=.t.
hope this helps
To change all text on chart to a single font size, set the ChartArea object's font:
with oChartObject.ChartArea.Font
.Name = "Arial"
.Size = 8
endwith
If you need different objects to have different fonts, you will have to access the objects individually (example here is chart...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.