Page 1 of 1

Does eValid have a way to send text info into a page

PostPosted: Thu Nov 24, 2022 1:16 pm
by PDouglas
Hi.

Does eValid have any simple way to simply send text into a page?

Thanks

Re: Does eValid have a way to send text info into a page

PostPosted: Fri Nov 25, 2022 12:27 pm
by eValid
PDouglas wrote:Hi.

Does eValid have any simple way to simply send text into a page?

Thanks


Thanks for asking about that PDouglas.

Indeed, there is the command: KeyText wid "text", which sends the quoted text string (with the usual escapes for the quote character) as if it had been typed on the keyboard.

In addition, there is this command: InputValue wid idx "type" "id" "name" "extra-1" "extra-2" "frame_path", which will perform the same basic function but with a little more
sophistication, as described here:

http://e-valid.com/Products/Documentati ... value.html

Please contact us if you like more assistance.


-- eValid Support