(Msg. 9) Posted: Fri Jul 04, 2008 11:23 pm
Post subject: Re: slow application Add to elertz [Login to view extended thread Info.] Archived from groups: microsoft>public>access>setupconfig (more info?)
looks it was some spyware/virus that slowed things down...
did some scanning an cleaning... problem solved
Thanks
JP
Tony Toews [MVP] wrote:
> Jean-Paul <jp.dewinter.DeleteThis@telenet.be> wrote:
>
>> I added your code into mine and got a "type mismatch" (I have to
>> translate the errormessage from my Dutch Access version) errormessage...
>
> Interesting. Try the following code then.
>
> Sub DebugPrintReferences()
>
> Dim ref As Reference
>
> For Each ref In Access.References
> Debug.Print ref.Name & " " & _
> IIf(ref.IsBroken, "Broken", _
> ref.Major & "." & ref.Minor & " " & _
> ref.FullPath)
> Next ref
>
> End Sub
>
> Tony
>looks it was some spyware/virus that slowed things down...
>did some scanning an cleaning... problem solved
Fabulous. Thanks for posting back.
Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
All times are: Eastern Time (US & Canada) (change) Goto page Previous1, 2
Page 2 of 2
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum