NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: CaseyR on May 13, 2020, 09:27:19 PM

Title: SessionValue truncated
Post by: CaseyR on May 13, 2020, 09:27:19 PM
Same situation as my last question: parent form with a pop up child form with three text fields. Putting the three text fields in a txt file for downloading.  On the pop up form I put text of a field in a session value which is then processed into the txt file in a source procedure on pressing the Start button.  In the source procedure the session value is truncated quite dramatically.  I TRACED the session value before and after calling the source procedure. Before calling the session value was fine, but once in the source procedure the session value is truncated.   Two other fields don't have the problem, probably because they are quite short already.
Thanks
Title: Re: SessionValue truncated
Post by: Bruce on May 16, 2020, 10:08:51 PM
I need an example Casey