This is my third application (two other applications out) using same dll's.
This is a small crms system. The only difference between this application and the two previous is that it uses MAPImessages and MAPIsession controls.
On the development system works fine but after packaging and deploying...
I have used three dll's in my applications for years. I currently have two working appllications that use the same three dll's, using only project compatibility.
If I changed any of the dll's I would just recompile both applications and send out.
This has been ok so far as the two applications...
Using a richtext box control (Note) to enter formatted text.
However when i compose an email message:
With mapMessage
.Compose
.RecipAddress = rsContacts("Email")
.MsgSubject = Subject
.MsgNoteText = Note
.Send
End With...
Hi,
I have a system in place where one visual basic form is used for all reports and allows selection and sort criteria to be established. Problem I am getting is that I have these groupings Customer,Area,District,Site, Position.
But am trying to use the same report to group as above or...
Hi,
Try with another question. When i refresh a link via code the unique index is deleted. Can anyone show me how to recreate the index on a linked table preferably with ado.
cheers
Hi,
I already have code that when it finds either a front/backend database update it will refresh all links etc. The problem is it loses an index on a linked foxpro table. What I mean is the link is there but an update query no longer works because there is no index/primary key on the linked...
My problem is linking to foxpro tables using ODBC. Started doing some financial reports, and problem is each time the report is run I get different figures.
I am using a combination of access/vb6 to generate the reports.
Just by doing a simple select sum([customer_share]) on table even this...
I wish to set a database password. No problem so far.
I can open etc
My problem is that I do all the reports from access using the following code:
Public Sub Access_Report(ReportID As String)
On Error Resume Next
access.OpenCurrentDatabase Login.DatabaseLocation & Login.DatabaseDSN &...
I have a query which every time I run it brings back a different number of records. How?
I have updated access and jet to latest versions. Am using Office 2000 Proffessional.
The query links to FoxPro DBF files as well as using acces tables.
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.