How to show intellisense in MS Access?

TeeChart for ActiveX, COM and ASP
Post Reply
Kaprice
Newbie
Newbie
Posts: 11
Joined: Wed Aug 14, 2013 12:00 am

How to show intellisense in MS Access?

Post by Kaprice » Wed Oct 09, 2013 10:05 pm

I'm running TeeChart in MS Access. The charts work just fine.

But, I can't figure out how to get Intellisense to work in my code. I tried

Code: Select all

    
  Dim cht As TeeChart
    
  Set cht = New TeeChart
But, that doesn't give it to me when I type "cht.".

Any help?

Kaprice
Newbie
Newbie
Posts: 11
Joined: Wed Aug 14, 2013 12:00 am

Re: How to show intellisense in MS Access?

Post by Kaprice » Wed Oct 09, 2013 10:09 pm

This works:

Code: Select all

Dim cht As TeeChart[b].TChart[/b]
    
  Set cht = New TeeChart

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: How to show intellisense in MS Access?

Post by Sandra » Thu Oct 10, 2013 2:58 pm

Hello Kaprice,

You can initialize chart using next line of code:

Code: Select all

   Dim chart1 As TChart
Could you tell us if previous suggestion works for you?

I hope will helps.

Thanks,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply