Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Hotstepper9369

    Highlighting text in a text box

    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
  2. Hotstepper9369

    Removing Quotes from Variables

    Thanks Again DM4Ever. This worked very well, and I am now cooking with gas. It was much appreciated.
  3. Hotstepper9369

    Removing Quotes from Variables

    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...
  4. Hotstepper9369

    Removing Quotes from Variables

    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...
  5. Hotstepper9369

    Removing Quotes from Variables

    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 =...
  6. Hotstepper9369

    Removing Quotes from Variables

    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...

Part and Inventory Search

Back
Top