Re: totalsfont
support.dcube.delphi
totalsfont
05-20-2003, 12:00 AM
Originally Posted By: paolo angeretti<angerp@libero.it>
Hi,
in manual there is a reference to totoalsfont property:
dynamicube1.totalsfont.Name :='sans serif';
dynamicube1.totalsfont.Bold
Delphi compiler sayd tha this propery is not valid
where I found it ???
best regards
paolo angeretti
Re: totalsfont
05-20-2003, 12:00 AM
Originally Posted By: Jennifer-DD<dynamicube.support@datadynamics.com>
Hi,
We used the Delphi help file and got the following which was tested and
works correctly:
procedure TForm1.Button1Click(Sender: TObject);
begin
dcube1.TotalsFont.Name := 'Sans Serif';
dcube1.TotalsFont.Style := [fsBold];
dcube1.Refresh;
end;
If you have further questions Ill be happy to help.
"paolo angeretti"
wrote in message
news:vQTMwdtHDHA.1736@dynaweb.datadynamics.com...
> Hi,
> in manual there is a reference to totoalsfont property:
>
> dynamicube1.totalsfont.Name :='sans serif';
> dynamicube1.totalsfont.Bold
>
> Delphi compiler sayd tha this propery is not valid
>
> where I found it ???
>
> best regards
> paolo angeretti
>
>
Re: totalsfont
05-20-2003, 12:00 AM
Originally Posted By: paolo angeretti<paolo.angeretti@elaborasvilupposoftware.it>
Developer guide is only for vb not for delphi
it's very hard to work with component without help and manual !!!!!
"Jennifer-DD"
wrote in message
news:AGFxJztHDHA.1736@dynaweb.datadynamics.com...
> Hi,
>
> We used the Delphi help file and got the following which was tested and
> works correctly:
>
> procedure TForm1.Button1Click(Sender: TObject);
>
> begin
>
> dcube1.TotalsFont.Name := 'Sans Serif';
>
> dcube1.TotalsFont.Style := [fsBold];
>
> dcube1.Refresh;
>
> end;
>
>
>
> If you have further questions Ill be happy to help.
>
> "paolo angeretti"
wrote in message
> news:vQTMwdtHDHA.1736@dynaweb.datadynamics.com...
> > Hi,
> > in manual there is a reference to totoalsfont property:
> >
> > dynamicube1.totalsfont.Name :='sans serif';
> > dynamicube1.totalsfont.Bold
> >
> > Delphi compiler sayd tha this propery is not valid
> >
> > where I found it ???
> >
> > best regards
> > paolo angeretti
> >
> >
>
>