Advertisement

1 - 10 of 389 containing alltags:("traps") (0.001 seconds)
Hi, Pleae look into this code i am cut-pasting this code from Java tutorial.  my question doesnt relates tothis code.  Lot of examples of swing ihave seen is that they are attaching a commonlisten...
Zones: Java, AWT / Swing, New To JavaDate Answered: 03/22/1999 Grade: A Views: 0
I have a little routine to do an export from a database which runs a succesion of insert and append queries into a temporary table, and then exports out a text file. I want to trap any errors in th...
Zones: MS AccessDate Answered: 01/29/2002 Grade: A Views: 0
Heyas people, I'm having quite some functions and subs, but I want them all to have error handling (log it into a text file and then resume next). because of the size of the project it would be ...
Zones: Visual BasicDate Answered: 09/13/2003 Grade: A Views: 0
I believe the problem I am having is the actual reading of the data, although I CAN get it to print out what it reads, but the code is incorrect.  If I change "j" to 4, I get a "Trace/BPT trap" err...
Zones: PascalDate Answered: 11/05/2003 Grade: A Views: 0
I use the following to do action queries in Access: On Error Goto Proc_Error . . . DoCmd.SetWarnings False DoCmd.RunSQL strSQL DoCmd.SetWarnings True If strSQL has an invalid table or...
Zones: MS AccessDate Answered: 01/19/2004 Grade: B Views: 0
help!! i just rebooted my windows 2000 server pc and i get a black screen  saying TRAP OOOOOOOE ========PAGE FAULT======= **AT LINEAR ADDRESS OOOOOOOO tr=0028  cr0=80000011  cr2=00000000  cr3=...
Zones: Windows 2000Date Answered: 04/20/2004 Grade: C Views: 0
My code to open the table is if strDatabaseType = "Access" Then   objConn.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _                "Data Source=C:\Inetpub\wwwroot\Comrep\Sales.mdb;" & _   ...
Zones: Web DevelopmentDate Answered: 07/09/2004 Grade: A Views: 0
Hi, Im trapping an error with the usall Try       '//Code Catch EX As Exception       '// Code End Try but when running my app, the first time I get an exception there is a long pause...
Zones: MS Visual BasicDate Answered: 08/11/2004 Grade: A Views: 0
I've run snmp on my routers before, and extracted the info from them with a windows based freeware program. Where would traps come into play?  How would I set up a "trap" on my router?  And more ...
Zones: RoutersDate Answered: 04/15/2005 Grade: A Views: 0
Greetings Experts I found examples of code to trap a single key, but I haven't been able to make it work when two keys are pressed at the same time, for example the Ctrl key and the N key. Your ...
Zones: MS Visual BasicDate Answered: 04/29/2005 Grade: A Views: 0