Runningdeer
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 8 articles for 0.302 sec
I got it! I changed: If Err.Number = 1004 And Mid(Err.Description, 2, 3) = "N:\" Then GoTo CreateFile to: If Err.Number = 1004 And Mid(Err.Description, 2, 3) = "N:\" Then Resume CreateFile it seems it wasn't clearing the error information. Just in case anyone has the same prob David "David" wrote: > Thanks for that. > I have removed the step of creating the query. That was an     

Group: microsoft.public.access.modulesdaovba · Group Profile · Search for Runningdeer in microsoft.public.access.modulesdaovba
Author: David
Date: Nov 6, 2007 18:44

Thanks for that. I have removed the step of creating the query. That was an unecesary step. I have tried stepping through the code line by line. It works really well and it the excel application closes completely each time its just that the second time the code runs through the loop the error doesn't run through my error handling it comes up in a normal VBA error window as if my On Error
Show full article (6.13Kb) · Show article thread
You need to step through your code and determine why errors are occurring - look at the value of variables after each step. 2 pointers for you: - you dont need a query deff object to open a recordset - just use your sql statement - your code is full of goto's! These should be avoided at all cats in VBA - if you want to do something then do it in another sub. "David" wrote: > I have     

Group: microsoft.public.access.modulesdaovba · Group Profile · Search for Runningdeer in microsoft.public.access.modulesdaovba
Author: David
Date: Nov 6, 2007 16:52

I have a button uses the below code to create a report by - creating a query - copying the query via DAO recordset to Excel The Excel end is a workbook per month and a worksheet per day named accordingly. To set up a new workbook per month I have the code try to open the current month and if it doesn't exist it goes through the error handling to creating a new file. This code works well
Show full article (5.49Kb) · Show article thread
Chris Rolliston wrote: > > Works fine for me (or at least, as fine as these Interwise things ever > do): in order, I click on 'Playback', 'Participant Application > (Recommended)', 'Play the Event Recording', 'Open' (in the browser's > download dialog), it saves to the temp directory, the Interwise client > opens and copies the downloaded to its own directory, and plays. At > what point     

Group: microsoft.public.access.modulesdaovba · Group Profile · Search for Runningdeer in microsoft.public.access.modulesdaovba
Author: DomThePom
Date: Nov 6, 2007 04:05

> I downloaded the ' Delphi.NET Generics by Tim Jarvis' video by following the links from http://borland.interwise.com/borland/iClass/PX7778/ However when i tried to run it through interwise it asks for a connection. Is is possible to run this with out any connection?Alternatively what connection details should I input? Venkatesh Works fine for me (or at least, as fine as these
Show full article (4.72Kb) · Show article thread
    

Group: microsoft.public.access.modulesdaovba · Group Profile · Search for Runningdeer in microsoft.public.access.modulesdaovba
Author: David
Date: Nov 5, 2007 17:22

Show full article (4.06Kb)
    

Group: borland.public.delphi.nontechnical · Group Profile · Search for Runningdeer in borland.public.delphi.nontechnical
Author: VT Venkatesh
Date: Sep 26, 2007 17:53

Show full article (0.49Kb) · Show article thread
    

Group: borland.public.delphi.nontechnical · Group Profile · Search for Runningdeer in borland.public.delphi.nontechnical
Author: Chris Rolliston
Date: Sep 26, 2007 06:29

Show full article (0.73Kb) · Show article thread
    

Group: borland.public.delphi.nontechnical · Group Profile · Search for Runningdeer in borland.public.delphi.nontechnical
Author: VT Venkatesh
Date: Sep 25, 2007 23:26

Show full article (0.20Kb) · Show article thread
    

Group: borland.public.delphi.nontechnical · Group Profile · Search for Runningdeer in borland.public.delphi.nontechnical
Author: VT Venkatesh
Date: Sep 25, 2007 22:02

Show full article (0.33Kb)