Hello,I have a problem, I am using my databse offline…offline means i am changing location as File->Mobile->Locations
In which i have created a location as set with server local.
So whenver user is on local location means working offline he should get a message whenver doing validation of form.
plz tell me lotus script code which will help to access that location.
Like i want to track the location thru lotus script code.
Subject: database on local
are you actually trying to determine if the user is using a certain location, or whether they are using a local database, which they can do in any location, mobile or otherwise.
if the latter, then @dbame will return an empty string for the server name
i.e. @dbname[1] will be “”
Subject: RE: database on local
as you are saying for the server name then it shows for all the locations same server.you were right in case of location as mobile or anyone else.
as i created two locations one with my server and one with local. Now i m changing locations then wt should i write to track that location.
db.server=“” is giving me error in case of location local.