![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | How to create an object for WebEdit box? I am using Createobject method but dont know which object to provide for webedit? |
My System Specs![]() |
| | #2 (permalink) |
| | Re: How to create an object for WebEdit box? > I am using Createobject method but dont know which object to provide Quote: > for webedit? |
My System Specs![]() |
| | #3 (permalink) |
| | Re: How to create an object for WebEdit box? On Oct 1, 9:55*pm, "mayayana" <mayaXXy...@xxxxxx> wrote: Quote: Quote: > > I am using Createobject method but dont know which object to provide > > for webedit? > * Maybe you should explain more. What's webedit? global object. It might be related to QTP. It is basically a TextBox. So the code with textbox will work with QTP. |
My System Specs![]() |
| | #4 (permalink) |
| | Re: How to create an object for WebEdit box? > Quote: > Maybe you should explain more. What's webedit? global object. It might be related to QTP. It is basically a TextBox. So the code with textbox will work with QTP. And what's QTP? Why do you assume people know these things? Judging from the lack of responses it looks like nobody here knows what you're talking about. Whatever webedit and QTP are, they're not among the basic objects that most people can access via VBScript. |
My System Specs![]() |
| | #5 (permalink) |
| | RE: How to create an object for WebEdit box? "Mru" wrote: Quote: > I am using Createobject method but dont know which object to provide > for webedit? > Set objWebEdit=description.Create() objWebEdit("micclass").value="WebEdit" objWebEdit("html tag").value="Input" objWebEdit("name").value="NameOfEditBox" 'Get All Edit Boxes on the Page Set EditBoxes = Browser().Page().ChildObjects(objWebEdit) For i = 0 to EditBoxes.Count-1 EditBoxes(i).Set "value"&i Next |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Can I Create an empty MetaFile Object in C#? | .NET General | |||
| Error=429: ActiveX component can't create object | Vista General | |||
| Error=429 : ActiveX component can't create object | Vista General | |||
| Error 429 : ActiveX component can't create object | Vista General | |||
| How to Create Collection Generic Class using new-object | PowerShell | |||