pervasive help -
07-22-2005
, 06:44 PM
I'm not sure whether this is the right group to be posting because I
can't seem to find any other newgroup containing pervasive postings.
If there is another one please point me to it.
Anyways here's my problem:
I'm trying to use the process designer and have set up a queue session
to pull files from a directory, I have that working successfully along
with passing the
Djmessage:///xxx to the map and executing the map.
1. My problem is that I'm unable to get the actual filename.
I tried :
Msgbox(Fileread("Djmessage:///a"))
But this only reads the contents of the file. I'm looking for the
actual filename.
2. Also, how do you get the PutMessage to output the originalfilename
+ the date?
I am only able to output some generic name.
Thanks in advance for any help.
Clem |