how to write function to validate the number of characters
entering into the text box?
Answers were Sorted based on User's Feedback
Answer / bfakruddin
dialog("text:=Login").winedit("attached text:=Agent Name:").set "Baba"
text=dialog("text:=Login").winedit("attached text:=Agent Name:").getroproperty("text")
Function length(text,le)
le=len(text)
End Function
Call length(text,le)
msgbox le
| Is This Answer Correct ? | 2 Yes | 1 No |
Am working with web application. i faced one senario. i.e, webpage having webtable having two coloumns, in that first coloumn is for serial no and second coloumn is for mac address link, now i want to get first row second coloumn value, that having macaddress as link. Please help me how to get that link?
did any one attended interview in applabs if you had gone through plz tell me the procedure
Have any one know about Test Complete 6, please let me know. If any one have good material regarding Test Complete 6, Please send to my mail id: cns.praveen@gmail.com
Write a Fucntion to close all Opened browser expect desired one?
Which operator can be used to do an xor operation in vbscript?
What are the 2 ways to pass a value to the function?
Hi Friends Rajendra this is bhavani prasad, iam working Hyderabad. i faced one problem with qtp recording mode i.e in my application there is 100 records first we click the first record that record will be jumped to next session and 99 records will there stop the recording and run the same script .Run this script qtp does not identify the records. So plz tell me what is the solution.
1. How do declare public variable in vb scripts?
What is wrong with the following code: <%afname="header.asp"%><!?#include file ="<%=afname%>"?>
Explain about arrays in vb script?
best training centre in bangalore
write a vb script to display the code "vbscripting" alphabet by alphabet(i e 1st v then b and up to g)