Advertisement

1 - 10 of 160 containing alltags:("raise") (0 seconds)
Hi, I am getting my head wrapped around errors, unsuccessfully. I have never used err.raise, I normally just use the err.number. And playing with code examples is not helping. If i cause error 11 ...
Zones: Visual BasicDate Answered: 04/24/2001 Grade: A Views: 0
var cds:TClientDataSet;  ....  try    cds.Post;  except    HERE      (***)  end;  ....    If Post has a error then the flow cotrol arrives in module DBTables.pas and explicitely call this...
Zones: Delphi ProgrammingDate Answered: 12/19/2003 Grade: A Views: 0
hi !! x and y are both double how do i calculate x raised to y ?? i searched a lot, but couldn't find any function .. thanks :) muskad202
Zones: Visual BasicDate Answered: 03/08/2005 Grade: A Views: 0
I am getting the below error in my application before it crashes - "Project Project1.exe raised exception class EDatabaseError with message 'QueryInsertProductsDesc: Parameter '<' not found' Pr...
Zones: Delphi ProgrammingDate Answered: 12/14/2005 Grade: B Views: 0
I want to raise my own blue screen. I have found out that there is a function that calls the blue screen. This is the function KeBugCheckEx() that is used in programming Device drivers (DDK) I need...
Zones: C++Date Answered: 12/17/1999 Grade: A Views: 0
I have a try catch block and don't know the kind of exception raised. I catch the exception with catch(...) and would like to have informations about this exception (source, reason ...) Could yo...
Zones: C++Date Answered: 11/30/2000 Grade: A Views: 0
Hi, Can any one assist with example for the following question pretty urgent...... I'm after the function for a popup window which doesn't get minimised...something likewindows Task Manager w...
Zones: JavaScriptDate Answered: 12/07/2002 Grade: A Views: 0
Hi I have a JSP error page like <html> <body text="red"> <%@ page isErrorPage="true" %> Error: <% exception.getMessage() %> </body> </html> I declare it in a JSP page like <...
Zones: JavaDate Answered: 02/17/2002 Grade: A Views: 5
I want to take an image, say it's 200 x 400 pixels.  Then I want to type on it, and have the image "show through" the text.  Then bevel and emboss the text so it shows the text "raised" on the back...
Zones: Adobe PhotoshopDate Answered: 08/06/2002 Grade: A Views: 0
Hi, I have written an app using D6 and SQL Server 2000, appears to run OK. Occasionally I get an ERROR similar to "Project APP.EXE raised exception class EAccessViolation with Message 'Access...
Zones: Delphi ProgrammingDate Answered: 10/27/2002 Grade: A Views: 0