Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by petecass

  1. petecass

    ActiveX component can't create object

    Ha got the bugger!!!!!!!!!! File69=@ScaSystem.dll,$(WinSysPath),$(DLLSelfRegister),,4/7/05 11:07:57 AM,303104,1.1.0.8 File15=@ScaSystem.dll,$(WinSysPath),$(DLLSelfRegister),$(Shared),4/8/05 2:55:04 PM,303104,1.1.0.8
  2. petecass

    ActiveX component can't create object

    All the file listed above are already used in two other applications that are working fine on the computer I am trying to to install to. The only diffrence between this application is the MAPI32 controls. i.e. here's a setup from another app that is working. (I have two applications sharing the...
  3. petecass

    ActiveX component can't create object

    The following is taken from the setup.lst and these are in the support directory and in the system directory. As stated there is nothing here that I haven't used in previous appliactions (both work on the system(s) I am having problems with). Only the development system is working? [Setup1...
  4. petecass

    ActiveX component can't create object

    The mapicontrol is in the setup.lst and has been copied over to the system directory-> File6=@MSMAPI32.OCX,$(WinSysPath),$(DLLSelfRegister),$(Shared),6/24/98 1:00:00 AM,137000,6.0.81.69 How do I find which activex is the problem. do I have to use messagebox before each dim The startup main...
  5. petecass

    ActiveX component can't create object

    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...
  6. petecass

    Binary Compatibility!

    See your point! Oncce started with binary compatability it will keep id's, whereas i went straight from project to binary. Cheers
  7. petecass

    Binary Compatibility!

    There seems to be a slight misunderstanding here. Let me recap. 1) Dll's currently using only project compatibilty. 2) Therefore made a copy of these current dll's to a subfolder called binary. 3) Recomplied all dll's using binary compatibilty. 4) Recompiled applications. Ran applications. No...
  8. petecass

    Binary Compatibility!

    Yeah. Did that. After doing major changes on dll's compiled as project compatibility. copied those into a sub-directory called binary. recompiled all with binary compatibility. Then made a change on one dll to test (this was within a sub no interface change) then recompiled this dll. Expecting...
  9. petecass

    Binary Compatibility!

    I have now recompiled all dll's with binary compatibility. Running on the development system. No problems. Then I made a change on one of the dll's (not braking compatibility or changing the interface in any way) and after compiling this dll (but not the application) and then run the application...
  10. petecass

    Binary Compatibility!

    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...
  11. petecass

    email and rtf

    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...
  12. petecass

    Access Reports - Grouping Problem

    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...
  13. petecass

    Creating a unique index for linked table

    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
  14. petecass

    Linking Tables by Code

    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...
  15. petecass

    Foxpro same sql different data

    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...

Part and Inventory Search

Back
Top