Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Clear input field before entering text
#1
Solved: 10 Years, 8 Months, 3 Weeks ago
Hi all

I have a text field in my application that i need to clear before entering text. How can i do that using descriptive programming ?

I've search for a .clear command but i doesnt exist.

A little extra info. my app is a vb6 application
Reply
#2
Solved: 10 Years, 8 Months, 3 Weeks ago
Isint the Object VBedit ?? Havent worked with much VB based application, if it is, then try this,

Code:
VBedit().Set ""
VBedit().Set "Whatever text you want"
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Question how to identify non-editable text field rashkv 5 12,056 10-10-2014, 04:03 PM
Last Post: nivedita
  Keyboard input in script Anurag Tygai 1 2,604 12-24-2013, 06:03 PM
Last Post: sshukla12
  Read text from text file and save it into a variable in qtp arpan 3 12,088 06-19-2013, 08:34 PM
Last Post: arpan
  Need to compare two text files - ignoring some text nelly27281 2 4,373 09-09-2012, 12:09 PM
Last Post: freeboynil
  Alternate ways to input data Silpa 7 5,046 03-09-2012, 09:28 AM
Last Post: Silpa

Forum Jump:


Users browsing this thread: 1 Guest(s)