pv56 wrote:Can one eValid instance read another eValid instance's DOM values? I need to move DOM values from one context to another...any ideas?
As you may know, each eValid instance is a separate executable in Windows, so the simplest way for one eValid instance to send data to another is via the Windows file system.
You can do this with commands like
IndexSave "filename" and
ValueSave "filename" after you've used the
IndexFindElement command to set the internal
sourceIndex pointer to a particular value.
In effect you use
"filename" on the local machine to communicate between the two [or more] eValid instances.
The eValid Team