psd file import

Robert Edis robeconsult@sbcglobal.net
Tue, 20 Jul 2004 10:25:58 -0700 (PDT)


--0-403583871-1090344358=:99527
Content-Type: text/plain; charset=us-ascii

Viet
 
Make sure the fields in the file are delimited with something like a '|' or tab.  Rename the file with a .csv extension and use File,Open in Excel.
 
Blue

Viet Nguyen <VNguyen@wsboces.org> wrote:
Hello - could someone please show me how to import a portable subfile
into Excell? 
Thank you.
Viet.

-----Original Message-----
From: powerh-l-admin@lists.sowder.com
[mailto:powerh-l-admin@lists.sowder.com] On Behalf Of
Daniel.Miller@nightfreight.co.uk
Sent: Friday, July 02, 2004 10:23 AM
To: powerh-l@sowder.com
Subject: RE: phweb question specific to vms

hi,

yes i do have close statements in both screens, just checked!

-----Original Message-----
From: Bruin, J.M. de [mailto:Bruin@WT.TNO.NL]
Sent: Friday, July 02, 2004 3:16 PM
To: Miller, Daniel
Cc: 'powerh-l@sowder.com '
Subject: RE: phweb question specific to vms



Hi Daniel,

are you sure the file is closed after usage?
Maybe an additional CLOSE statement might do the the trick.

Good luck,

Mark

-----Original Message-----
From: Daniel.Miller@nightfreight.co.uk
To: powerh-l@sowder.com
Sent: 2-7-04 15:55
Subject: phweb question specific to vms

hello all,

my situation is as follows:

Phweb screen A creates a unique physical rms indexed file with
"run command" and then sets a process level logical with
"setsystemval" that points the open name of a file in the dictionary to
it. The screen is then able to put data into that file and pass the
file name to screen B as a parameter, its a hidden field on the page.
This is all in one procedure, which deassigns the logical with
deletesystemval before finishing.

Phweb screen B then sets a logical to the passed filename and
then reads the data from this file.
It then does a deletesytemval before finishing.

The idea is each person who uses the website gets a unique temporary
file with only their data which are cleared off the system after a
couple of days. Id prefer this to one big indexed file which all
website users would have to access which i guess would need to be
cleared daily or some such.

However this technique only works the first time, in subsequent uses of
the page it keeps picking up data from previous uses. It appears that
with all the subprocesses with the dispatcher and phwebservers the
logical is still assigned somewhere. Similiar to with dcl subprocesses
for run commands etc in normal ph.

My current thinking is that its not going to be possible to do this and
im assuming to much about how phweb works, unless anyone has any ideas?
Or perhaps another technique to get the same result.


tia
Daniel Miller
Nightfreight

= = = = = = = = = = = = = = = = = = = = = = = = = = = =
Mailing list: powerh-l@lists.sowder.com
Subscribe: "subscribe" in message body to
powerh-l-request@lists.sowder.com
Unsubscribe: "unsubscribe 
" in message body to
powerh-l-request@lists.sowder.com
http://lists.sowder.com/mailman/listinfo/powerh-l
This list is closed, thus to post to the list you must be a subscriber.



= = = = = = = = = = = = = = = = = = = = = = = = = = = =
Mailing list: powerh-l@lists.sowder.com
Subscribe: "subscribe" in message body to
powerh-l-request@lists.sowder.com
Unsubscribe: "unsubscribe 
" in message body to
powerh-l-request@lists.sowder.com
http://lists.sowder.com/mailman/listinfo/powerh-l
This list is closed, thus to post to the list you must be a subscriber.

= = = = = = = = = = = = = = = = = = = = = = = = = = = =
Mailing list: powerh-l@lists.sowder.com
Subscribe: "subscribe" in message body to powerh-l-request@lists.sowder.com
Unsubscribe: "unsubscribe 
" in message body to powerh-l-request@lists.sowder.com
http://lists.sowder.com/mailman/listinfo/powerh-l
This list is closed, thus to post to the list you must be a subscriber.

--0-403583871-1090344358=:99527
Content-Type: text/html; charset=us-ascii

<DIV>Viet</DIV>
<DIV>&nbsp;</DIV>
<DIV>Make sure the fields in the file are delimited with something like a '|' or tab.&nbsp; Rename the file with a .csv extension and use File,Open in Excel.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Blue<BR><BR><B><I>Viet Nguyen &lt;VNguyen@wsboces.org&gt;</I></B> wrote:</DIV>
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">Hello - could someone please show me how to import a portable subfile<BR>into Excell? <BR>Thank you.<BR>Viet.<BR><BR>-----Original Message-----<BR>From: powerh-l-admin@lists.sowder.com<BR>[mailto:powerh-l-admin@lists.sowder.com] On Behalf Of<BR>Daniel.Miller@nightfreight.co.uk<BR>Sent: Friday, July 02, 2004 10:23 AM<BR>To: powerh-l@sowder.com<BR>Subject: RE: phweb question specific to vms<BR><BR>hi,<BR><BR>yes i do have close statements in both screens, just checked!<BR><BR>-----Original Message-----<BR>From: Bruin, J.M. de [mailto:Bruin@WT.TNO.NL]<BR>Sent: Friday, July 02, 2004 3:16 PM<BR>To: Miller, Daniel<BR>Cc: 'powerh-l@sowder.com '<BR>Subject: RE: phweb question specific to vms<BR><BR><BR><BR>Hi Daniel,<BR><BR>are you sure the file is closed after usage?<BR>Maybe an additional CLOSE statement might do the the trick.<BR><BR>Good luck,<BR><BR>Mark<BR><BR>-----Original
 Message-----<BR>From: Daniel.Miller@nightfreight.co.uk<BR>To: powerh-l@sowder.com<BR>Sent: 2-7-04 15:55<BR>Subject: phweb question specific to vms<BR><BR>hello all,<BR><BR>my situation is as follows:<BR><BR>Phweb screen A creates a unique physical rms indexed file with<BR>"run command" and then sets a process level logical with<BR>"setsystemval" that points the open name of a file in the dictionary to<BR>it. The screen is then able to put data into that file and pass the<BR>file name to screen B as a parameter, its a hidden field on the page.<BR>This is all in one procedure, which deassigns the logical with<BR>deletesystemval before finishing.<BR><BR>Phweb screen B then sets a logical to the passed filename and<BR>then reads the data from this file.<BR>It then does a deletesytemval before finishing.<BR><BR>The idea is each person who uses the website gets a unique temporary<BR>file with only their data which are cleared off the system after a<BR>couple of days. Id prefer this to one
 big indexed file which all<BR>website users would have to access which i guess would need to be<BR>cleared daily or some such.<BR><BR>However this technique only works the first time, in subsequent uses of<BR>the page it keeps picking up data from previous uses. It appears that<BR>with all the subprocesses with the dispatcher and phwebservers the<BR>logical is still assigned somewhere. Similiar to with dcl subprocesses<BR>for run commands etc in normal ph.<BR><BR>My current thinking is that its not going to be possible to do this and<BR>im assuming to much about how phweb works, unless anyone has any ideas?<BR>Or perhaps another technique to get the same result.<BR><BR><BR>tia<BR>Daniel Miller<BR>Nightfreight<BR><BR>= = = = = = = = = = = = = = = = = = = = = = = = = = = =<BR>Mailing list: powerh-l@lists.sowder.com<BR>Subscribe: "subscribe" in message body to<BR>powerh-l-request@lists.sowder.com<BR>Unsubscribe: "unsubscribe <PASSWORD>" in message body
 to<BR>powerh-l-request@lists.sowder.com<BR>http://lists.sowder.com/mailman/listinfo/powerh-l<BR>This list is closed, thus to post to the list you must be a subscriber.<BR><BR><BR><BR>= = = = = = = = = = = = = = = = = = = = = = = = = = = =<BR>Mailing list: powerh-l@lists.sowder.com<BR>Subscribe: "subscribe" in message body to<BR>powerh-l-request@lists.sowder.com<BR>Unsubscribe: "unsubscribe <PASSWORD>" in message body to<BR>powerh-l-request@lists.sowder.com<BR>http://lists.sowder.com/mailman/listinfo/powerh-l<BR>This list is closed, thus to post to the list you must be a subscriber.<BR><BR>= = = = = = = = = = = = = = = = = = = = = = = = = = = =<BR>Mailing list: powerh-l@lists.sowder.com<BR>Subscribe: "subscribe" in message body to powerh-l-request@lists.sowder.com<BR>Unsubscribe: "unsubscribe <PASSWORD>" in message body to powerh-l-request@lists.sowder.com<BR>http://lists.sowder.com/mailman/listinfo/powerh-l<BR>This list is closed, thus to post to the list you must be a
 subscriber.<BR></BLOCKQUOTE>
--0-403583871-1090344358=:99527--