On Jun 24, 2006, at 6:46 PM, Kevin Toppenberg wrote:

I finally figured out the answer for this:


The value of the last file entered is stored in ^DISV(DUZ,"^DIC(")

To ask the user for the name of a file to output from, and provide a

default value, I see Fileman calling ^DICRW.  I don't think this is a

standard entry point, however.  The result comes back in Y


^DISV doesn't seem to be a standard Fileman file.  But it seems to

store all sorts of things on a per-user basis.  It's like someone is

tracking me!  (LOL)


Kevin



You're right that the ^DISV global, used internally by Fileman to store responses so that they can be offered as a default the next time, is not structured as a file. Application programs should not reference it, either. I've seen code that reads from ^DISV, but this is not a good practice (and definitely requires an integration agreement). If you need to store data on a per user basis, I still recommend using Kernel parameters.

Gregory Woodhouse

"Judge a man by his questions not 
his answers."   --Voltaire



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members

Reply via email to