Jump to content

Recommended Posts

Posted

Hello, ive had a look around the forum and can't find the answer, (my example files don't seem to open never have i think it might be to do with the firewall my work uses blocks them from downloading properly)

How can i use

_IEFormElementSetValue($o_login, "123")

To set a whole paragraph, For example it needs to be layed out lke this

   Software
Issue:
Diagnostics:
Application Affected:
Error Message:
Number of Users Affected:
Employee Number:

 

However if it use

_IEFormElementSetValue($o_login, "Software")

send({Enter})

_IEFormElementSetValue($o_login, "Issue")

It just edits the "Software" with "Issue", i need it to add "issue" on the next line, is this possible?

Thanks

Ant

 

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...