Thread: Try Catch issue
View Single Post
  #3 (permalink)  
Old 12-14-2007, 12:04 AM
curtis_fraser curtis_fraser is offline
Member
 
Join Date: Dec 2007
Posts: 2
curtis_fraser is on a distinguished road
syntax of try{}catch {}
it is in this format. it is inserted into a document

code
try{}
catch{}
code

It is ok, I've already fixed it. Passed in the name of the form and changed to set focus to field that way if an error occured. Seems to work since focus actually happens.

Thanks anyway.
Reply With Quote