sburday Posted January 14, 2012 Report Share Posted January 14, 2012 When copying a variable to a web form field the last letter is entered as lowercase when it should be uppercase. See attached for Macro Express Pro and web form pictures that go along with the following explanation> 1. The macro that takes a line from an array and creates a new variable with a substring within the array: 2. The variables after they have been extracted from the array and put into their own variable: 3. Copying the variables into a field on a web form. The last letter gets lowercased. This also occurs with other fields ending in an alpha character. Here are the macro commands to enter the variables into the web form: Macro Express Lowercase Issue.doc Quote Link to comment Share on other sites More sharing options...
amonaghan Posted January 14, 2012 Report Share Posted January 14, 2012 You could try puting the following line before the Text Type commands - <KEYSTROKE SPEED Delay="10"/> Quote Link to comment Share on other sites More sharing options...
Cory Posted January 15, 2012 Report Share Posted January 15, 2012 It has to be some active script in the web form. MEP would not arbitrarily change the case of one letter. Have you tried pasting the value in instead of simulating keystrokes? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.