Hi,
I'm trying to read data from a form to a secondary file. It seems that is reading the second file but
when displaying data from the second file, it is just blank. Using NTWS 7.26.
Here is the code I'm using:
DO OPENFILES
INS1:NumSoc= PEN:NumSoc
Get(INFSOCW,INS1:KeyNumSoc)
message(PEN:NumSoc) !Correct number is displayed
p_web._LoadRecord(Infsocw,INS1:KeyNumSoc)
message(INS1:Dir1) ! Data is displayed
p_web.FileToSessionQueue(INFSOCW)
p_web.SSV('dir1',INS1:Dir1)
message(p_web.GSV('Dir1')) ! Blanks are displayed
DO CLOSEFILES
Thanks for any help.