Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Application.Lock question

Status
Not open for further replies.

Bastien

Programmer
May 29, 2000
1,683
CA
I am attempting to load some date into the application object in a page and am wondering if I can do this

Code:
If application.lock then
  exit function
else
  ...

end if



Bastien

I wish my computer would do what I want it to do,
instead of what I tell it to do...
 
Which Application ?

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Sorry, the ASP / IIS application object. Normally the locking is done in the global.asa.

HTH

Bastien

I wish my computer would do what I want it to do,
instead of what I tell it to do...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top