hi all,
i had a question, that how to find out hiding a coloumn in
a table
i had a table having the following column names
NAME DESCRIPTION CREATED TIME CREATED USER
if i right clicked on a NAME column it will displays a
menu having the same column names in a list like
NAME
DESCRIPTION
CREATED TIME
CREATED USER
with check boxes.if i unched any check box, that column
name should not be appear in the main table column names
could anyone please solve this problem?
No Answer is Posted For this Question
Be the First to Post Answer
we executed QTP scripts in one browser(i.e IN)same scripts is working on another browsers or not (i.e mean netscap,m azol..like )
can anybody tell vb script code for alphanumeric and special character .which is used in qtp the name text field.
find the length of the string without using length function?
I wrote the vbscript code on notepad i was geeting run time error "object required line 1" my code is set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signin("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Setsec ure.Crypt.Encrypt("entr password") browser("gmail").page("gmail").WebButton("siginobj").click pls tell me whats wrong
Mention what is the main difference between function and sub-procedure?
How can I access an object in another frame?
write a vb script to display the reverse of vbs
How will you compare two strings in vbscript?
Which operator can be used to change the value of the operand or change the state of the condition?
what is diff between static and dynaic arrys?
By default in vbscript the arguments passed to functions and subroutines are by reference or by value?
What is parametrization ?