Need an Applescript Expert

Bob Sneidar bobsneidar at iotecdigital.com
Tue Oct 24 10:37:53 EDT 2017


> On Oct 24, 2017, at 03:03 , Pi Digital via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> Or then you could do this:
> 
>> window.getField("technotes").value = "This is only a test.";
> 
Can't find variable window.


> That should make sense. If getField works that is. If not I would try
> 
>> window.document.getElementById(“technotes”).value = “Test value”;
> 
can't find variable window. 


> 
> This should steer you along the right path though. 
> 
> Sean Cole
> Pi Digital
> 
> 



More information about the use-livecode mailing list