NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: rjolda on April 21, 2024, 03:28:50 AM

Title: Using MEmform
Post by: rjolda on April 21, 2024, 03:28:50 AM
Hi, Using NT 14.18 and c11.0.13630. 
I am calling a MemForm in Change Mode.

Question 1: I am capturing a local field with a alphanumeric field on Tab1.  I want to display this field which is saved as a Session Variable on Tab2 - 'thisVIN'. I save it as p_web.SSV('thisVIN', thisVIN).  I have tried various Display field methods such as displaying the TEXT  of p_web.GSV('thisVIN').  I have tried displaying it as a Session Variable using p_web.GSV('thisVIN').  No luck.  What is the trick?

Thanks,
Ron
Title: Re: Using MEmform
Post by: Alberto on April 21, 2024, 08:00:30 AM
HI rjolda,
You have to give Tab2 an equate, and then refresh the tab from the field on tab1.
Hope this helps.
Title: Re: Using MEmform
Post by: rjolda on April 21, 2024, 10:53:44 AM
Alberto,
I had a field equate. 
The Field RESET was the key.  Got it working.
Thanks,
Ron