support.dcube.delphi

Started by webadmin@datadynamics.com at 05-20-2003 12:00 AM. Topic has 2 replies.

Print Search
Sort Posts:    
   05-20-2003, 12:00 AM
webadmin@datadynamics.com is not online. Last active: 12/13/2005 3:53:57 AM webadmin@datadynamics.com

Not Ranked
Joined on 12-12-2005
Posts 0
totalsfont
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



   Report 
   05-20-2003, 12:00 AM
webadmin@datadynamics.com is not online. Last active: 12/13/2005 3:53:57 AM webadmin@datadynamics.com

Not Ranked
Joined on 12-12-2005
Posts 0
Re: totalsfont
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
>
>



   Report 
   05-20-2003, 12:00 AM
webadmin@datadynamics.com is not online. Last active: 12/13/2005 3:53:57 AM webadmin@datadynamics.com

Not Ranked
Joined on 12-12-2005
Posts 0
Re: totalsfont
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
> >
> >
>
>



   Report 
GrapeCity » Forum Archives » support.dcube.d... » totalsfont

Privacy Policy | Copyright © 1997-2012 — GrapeCity, inc.
All trademarks mentioned are the property of their respective owners.