How can I using VFE save a custom field and be able to have another form be able to retrieve it into an edit field for additional information?
In the Options tab of the variable definition, in the Connection section, click on "Make availale to other forms".
To call it in the other form, do I just call it from the same variable?
Save the form translation to a "variable" then declare that "variable" as a global variable in the form that you want to display the infomation.
See Screen Shots:
Hope this Helps!
Or you can do the first part:
In the Options tab of the variable definition, in the Connection section, click on "Make available to other forms".
And then in the second form, just reference it by DOCUMENT.variable.
@ jjordet You are correct, this only works though if you're using "variables", the method I describe above is useful for both Obs and Variables.
Thank you for the input.