Hello,
I have a data entry screen and I would like it to highlight the text in a textbox when it moves onto it.
Any suggestions on how I am able to do this?
Thanks in advance
M
Sure,
I have a solution for a customer that calls on business rules for validations. Dates being within a certain range, dollar values being under a certain amount.........that sort of thing. Rather than coding every field Iwanted to store the rules in a table and then build my If statement and...
Is WScript.Echo a line break? Would my script look like this?
strIfStatement = "If strIfStatement Then WScript.Echo MsgBox "Worked" WScript.Echo This.Value = "12345" WScript.Echo This.Flagged = False WScript.Echo This.ReadOnly = True WScript.Echo End If"
Execute(strIfStatement)
Or even...
Hi DM4Ever,
This works well. Thanks for the input.
Next challenge...........
My sample was a humble one line Message Box. What if I wanted an action that was 10-15 lines? Example is as below
If strIfStatement Then
MsgBox "Worked"
This.Value = "12345"
This.Flagged = False
This.ReadOnly =...
Hello All,
I am trying to run a script that build some script dynamically. My problem is that I am writing values to variables and when the If statement is built I am getting errors. An example would be as follows:
strIfStatement = This.Blank
If strIfStatement Then
MsgBox "Worked"
End If...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.