Hello,
I have a report with a chart on it. I would like to change the legend strings or anything about the chart through code? Any ideas on how to access the properties of the chart through code in a report would be great?
Thanks,
Jason
Hello,
I have a unbound chart called "OLEUnbound0" on my report, which contains the following properties
OLE CLass: Microsoft Graph 97 Chart
Class: MSGraph.Chart.8
I need to set through code the legend property of the report. How can I access this property from code?
Thanks
Jason
I am writing a backup program that has timed backup procedures. I want it to stay in memory at all times to allow the timer control to execute at specific times. Furthermore I need an icon displayed on task bar left of the system clock. I want the same basic functionality as norton antivirus...
Private Sub form_load()
Dim cbr As CommandBar
Dim cbrCtl As CommandBarControl
' Set a reference to the Access menu bar
Set cbr = CommandBars("menubar")
Set cbrCtl = cbr.Controls("menucaption").Controls("submenucaption")
' Set the Enabled Property to False...
Vb Package & Deployment
Isn't the Package & Deployment wizard bad or what? May be I just dont understand it, but I can never get my database objects to package up and installed without errors. Can some one give me some highlevel thoughts on the process or a link to some quality third party...
Public Sub backup()
On Error GoTo jason2
Dim date1 As Variant
Dim fil
Dim fso
Dim fill2
Dim fso2
date1 = Format(Date, "MM-DD-YYYY")
Set fso = CreateObject("scripting.filesystemobject")
Set fso2 = CreateObject("scripting.filesystemobject")
Set fill =...
Format the date before you display it with the format function -> format([fieldname], "dd/mm/yy") before you put it on the ASP page, or format it in the table field property settings. I dont think its ADO, I would say its your DB changing the format.
Jason
From my experience autonumbers are a quick way to create primary keys that uniquely distingush each record. So for example if I select a student from a data grid or web page I could not use sql with the students name to get to the right student because I have multiple students with the same...
VB 6
I have vb code here to create a copy of an exsisting DB, and put it on the A Drive. I hope this leads you in the right direction: You will like the sripting.filesystemobject, but be ethical when using it.
Public Sub backup()
On Error GoTo jason2
Dim date1 As Variant
Dim fil
Dim fso
Dim...
It is a single form, and the current record property does not stop the pageup / pagedown. Thanks for the scroll info. I think microsoft needs notified.
Jason
I have a course form where I need to add students. I have an add studetn form but I need the course code to automatically be filled in the student add form from the course form. They will go to the course for then add student to a particalar course. Can I relate the form in a parent child...
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.