Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / ActiveX Controls / August 2004

Tip: Looking for answers? Try searching our database.

How to reference a control

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Bill - 12 Aug 2004 14:54 GMT
I am using solution schedule 7.0
In a form I have a tab control with 3 schedules (one on each tab)
representing different views.
when I reference a conrtol of type ctschedule ( the activex reference),
intellsense does not work.
If I set a variable of type ctschedule then intellisense works.
Can I set a variable of type ctschedule and point it to the control? how?
how do I get intellisense to work with the controls?
Alex Dybenko - 12 Aug 2004 17:35 GMT
you can declare variable as ctschedule,

dim oSchedule1 as ctschedule

then set it to control instance:

set oSchedule1=me.MyScheduleControl1.Object

then you get intellsense working on oSchedule1

Signature

Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com

>I am using solution schedule 7.0
> In a form I have a tab control with 3 schedules (one on each tab)
[quoted text clipped - 4 lines]
> Can I set a variable of type ctschedule and point it to the control? how?
> how do I get intellisense to work with the controls?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.