Search results

  1. C

    Onload error using Runtime

    Its ok Guys I found the missing link to this You need the Mscimct2.ocx file installed to make this work.. So now I got it all going.. I have my CD setup so it runs AccessRuntime2007 from CD, installs my Dbase and creates shortcut to Desktop and have the missing file "mscomct2.ocx" copied to...
  2. C

    Onload error using Runtime

    Cheers Bob Looks good and well built but don't think it would work for me I managed to get MSCAL.Calendar.7 working with Runtime but not the MonthView one.. The code I have is asking monthview to Highlight / Circle a date if there is an appointment been added, and the MSCAL.Calendar.7...
  3. C

    Onload error using Runtime

    Hiya Bob I did use another one before, the other one in Access but when I went to Windows 7 from XP that didn't work anymore so I changed it.. You got a fix? I've tried the DAO350.Dll and Reg'd it, but still same error or is there another one I can get working? ________ LOVE ADVICE FORUMS
  4. C

    Onload error using Runtime

    Hiya m8 Yip also got mscal.ocx in Windows\system32 I also done Regsrv32 to make sure and its registered The exact error message is - Object Not Found The LinkMasterFields property setting has procude this error "Object or Class does not support the set of events" The form will load but...
  5. C

    Onload error using Runtime

    Hiya I did a search and found it in C:\Program Files\MSECache\AccessRT\AccessRT.Cab ________ IMMVP REPLAY
  6. C

    Onload error using Runtime

    Hiya guys Just testing my DB now and noticed I had a problem in the Calendar I click on Calendar and get Onload error - Object not found DB was created with Access 2007 - I installed Access Runtime 2007 on the other pc and found that error? Its the CalendarControl but don't know what the...
  7. C

    Reset Autonumbers back to 1st use

    lol ok, Cheers guys, got it working :D Thanks for you help Bob in the other post, got the serial and trial thing working without a problem.. Merry Xmas ________ Suzuki raider 150 specifications
  8. C

    Reset Autonumbers back to 1st use

    Hiya guys Is there a way I can reset all my ID numbers back to the start (1) The Dbase is now finished and I'm up at 456 on AutonumberID? I read somewhere that if you delete all form data and do a compact and repair it resets them, but that didn't work access 2007 ________ Amura
  9. C

    #Error sign

    Hiya m8 Yeah the code works, but if no records have been created or its a new cmr, then it displays the #error untill data is added? ________ California Dispensary
  10. C

    #Error sign

    Hiya guys If I create a new customer on my DB, I get the #Error in one field.. Is there a way around this, Here is the code behind that field - =[Workorders by Customer Subform].[Form]![Text55] Bit rough like, but it works lol ________ Ipad Guides
  11. C

    Deisgn view not Available

    Hiya guys Just went to edit a form, but noticed that the Design View option is greyed out, same with Reports and Modules Everything else allows design view just not those ones Its Access 2007 and its ACCDB Any ideas? I've tried the Database Props, and made sure the Checkbox is ticked...
  12. C

    Code Errors

    Hiya m8 No idea what it is referring too Heres the full code Option Compare Database Option Explicit Public Sub SetExpiry(lMaxNumberOfTimes As Long, sCoName As String, sPresetReg As String, lNumOfDays As Long) Dim p As Property Dim db As DAO.Database Set db = CurrentDb() 'set the...
  13. C

    Code Errors

    Hiya guys Getting a few errors on a Dbase that was imported from 2002 to 2007 I get this Compile error p.Name = "LKExpiryDate" Error - Can't assign to Read-Only Property And Set pExpDate = .Properties("LKExpiryDate") Type Mismatch - I can get round this one if I delete the Database...
  14. C

    Delete Button

    Hiya Bob I've created the 3 modules now, so I got Temp, Serial and Reset.. I ran the temp module once, and now got no idea what I'm doing lol Sorry ________ Toyota Ipsum Specifications
  15. C

    Delete Button

    Ok thanks for that Bob Will give it a bash tomoz... So this is only the serial part? What do I need to set the trial period? ________ Half-Baked
  16. C

    Delete Button

    So, I Create a new module (tmp) and add this line Function Tmp() Dim DB As Database Set DB = DBEngine(0)(0) DB.properties.Append DB.CreateProperty("SerialNo", DB_LONG, 0) End Function And run it once from the immediate window. You then need one or two functions...
  17. C

    Delete Button

    HIya bob I assume its this code There have been quite a few people on the comp.databases.ms-access newsgroup asking if you can reset a counter to zero. Briefly, not really. If you need as serial number or usage count that persists after the database is closed, a good way is to use a...
  18. C

    Delete Button

    ok Bob I'll go with your idea, but can you explain exactly what I need to do? As I've said before, I'm not that advance with Dbase Or I can send you a copy of what I got just now for you too look at, but it would have to be sent private as its too big for here Cheers Harry ________ TOYOTA...
  19. C

    Delete Button

    lol Adam thanks man Cheers bob I'll have a read through it tonight Did you manage to have a look at the attachment I posted? Because its A Demo Dbase and able to reg into full, I have to hide the code other wise I may as well just do with the demo part I understand what you mean by...
  20. C

    Delete Button

    Hiya Bob Yip your right, I made the Accde last night but never had a chance to check it, and error for renaming The reason for it is because, The Dbase starts in Demo mode using TblDateFlagged and Module - basFirstRun (Counts the days etc) When you enter a serial number, the Dbase then...
Back
Top Bottom