Date:  06/06/2006 08:38:21 AM Msg ID:  002965
From:  Larry Zhang Thread:  002965
Subject:  How to remember a data path?
I put clients' data in different folders. When a user logs on, we ask him to log onto a specific client. That will use a datapath variable to remember the folder's path. But when he switches to other pages, the datapath variable got lost. You run into an error such as "unable to open the table."
 
In the client selection screen (.fwx file), I did define datapath as:
 

Public DataPath

 

DataPath ="....."

 

 
How can I remember the variable, like we do with the built-in object Auth.UserID? 
 
Thank you.