Re: Working on all computers but 1

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



You are missing an activeX control on that machine or it is on the machine
but not registered.

If you are missing one, copy it from one of the other machines and then
register it with RegSvr32.exe.

Kevin


"cvegas" <cvegas@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:D70FEFB1-83C1-4F4D-9CBB-17BA3B4B2093@xxxxxxxxxxxxxxxx
The customer had their people come in and reinstall everything on 1 system
after a virus. Operating system is XP Pro on all computers.

My code stopped working on this system. I checked all references and
everything appears to be there.

Using Access 2K Ver9.0.2720

The error happens when a check box is selected to filter the form for
orders
that require attention for todays date.

"You can't carry out the action at the present time" The expression may
not
result in the name of a macro, name of udf, or Event Procedure. There may
have been an error evaluating the function, event, or macro.

if me.ActiveControl = -1 then
Searchfor = Me.Text92
Me.Filter = "[Drop or Delivery Date]=" &_
format(searchfor, "mm/dd/yyyy")
& "#"
Me.FilterOn = True
Else
Me.filterOn = False
endif

Any direction would be helpful and appreciated



.



Relevant Pages

  • Re: Class not registered error
    ... A similar thing happened to me and it ended up being a missing file: ... > ssdggrid so I had a look at some other suspicious looking dll files. ... > I then proceeded to do a Google search on the CLSID, ... > find mfc32.dll so I tried registering that, ...
    (microsoft.public.vb.general.discussion)
  • Re: Evolution
    ... > If HLA cant handle mov eax, ebx in the correct direction, ... the u32expr macro actually works. ... // leaves this result sitting in the register specified ... use improving his *assembler*. ...
    (alt.lang.asm)
  • Re: Switchboard Command via Macro & Query to Email
    ... The macro is assigned on the Click event of a command button. ... The name of the report is EMailRptEE. ... The report sent should only relate to one Register Number. ... Sue, I know there is more to your question than this, but let's just ...
    (microsoft.public.access.macros)
  • Re: Switchboard Command via Macro & Query to Email
    ... The macro is assigned on the Click event of a command button. ... The name of the report is EMailRptEE. ... The report is based on a query. ... The report sent should only relate to one Register Number. ...
    (microsoft.public.access.macros)
  • Re: next mystery: 32 vs 64 bits...
    ... %macro bitwise_and 4 ... register names, ... this system is similar to that used internally in my assembler (aka: ... a lot more work is being involved in "generalizing" things ...
    (alt.lang.asm)