Thanks yaar,
 i got the soluton

    A = Window("").WinTreeView("SysTreeView32").GetItemProperty("folder",
"FirstChild")
    window("").WinTreeView("SysTreeView32").Select A
    While A <> ""
        window("").WinTreeView("SysTreeView32").Select A
        Window("").WinTreeView("SysTreeView32").Select A, micRightBtn
        Window("").WinMenu("ContextMenu").Select "Check-out"
        A = Window("").WinTreeView("SysTreeView32").GetItemProperty(A,
"NextSibling")
      Wend

Regards,
koteshwar .P


On Wed, Jun 9, 2010 at 11:36 AM, ram mohan <[email protected]> wrote:

> use getitemproperty ....for selecting the text files under the folder.
>
>
> On Tue, Jun 8, 2010 at 8:00 PM, koti <[email protected]> wrote:
>
>> Ohh sorry,
>>
>> here is my scenario,
>>
>> in my application under one folder , have two text files.
>> wintree view structure   +folder
>>                                    |-text1
>>                                    |-text2
>>
>> i have to right clk on those text files[text1,text2], so those text files
>> will appear in my local system[C: drive], have to find the file sizes and
>> paste those sizes  in one excl sheet.
>> give me some idea by using functions.
>>
>>
>>
>>
>>
>> Regards,
>> koteshwar .P
>>
>>
>>
>> On Tue, Jun 8, 2010 at 7:47 PM, Roman Zilber <[email protected]> wrote:
>>
>>> Man,
>>>
>>> Be serious, what are you talking about? What are those documents, what
>>> is the application, you are asking about?
>>>
>>> Roman
>>>
>>> On Tue, Jun 8, 2010 at 12:08 AM, koti <[email protected]> wrote:
>>> > Hi all,
>>> >
>>> > Can anyone give me some code for importing multiple docs from the
>>> > local system[from one folder] to application..
>>> >
>>> >
>>> > Thanks
>>> >
>>> > --
>>> > You received this message because you are subscribed to the Google
>>> > "QTP - HP Quick Test Professional - Automated Software Testing"
>>> > group.
>>> > To post to this group, send email to [email protected]
>>> > To unsubscribe from this group, send email to
>>> > [email protected]<mercuryqtp%[email protected]>
>>> > For more options, visit this group at
>>> > http://groups.google.com/group/MercuryQTP?hl=en
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> "QTP - HP Quick Test Professional - Automated Software Testing"
>>> group.
>>> To post to this group, send email to [email protected]
>>> To unsubscribe from this group, send email to
>>> [email protected]<mercuryqtp%[email protected]>
>>> For more options, visit this group at
>>> http://groups.google.com/group/MercuryQTP?hl=en
>>
>>
>>  --
>> You received this message because you are subscribed to the Google
>> "QTP - HP Quick Test Professional - Automated Software Testing"
>> group.
>> To post to this group, send email to [email protected]
>> To unsubscribe from this group, send email to
>> [email protected]<mercuryqtp%[email protected]>
>> For more options, visit this group at
>> http://groups.google.com/group/MercuryQTP?hl=en
>>
>
>
>
> --
> Thanks,
> Mohan.
>
>  --
> You received this message because you are subscribed to the Google
> "QTP - HP Quick Test Professional - Automated Software Testing"
> group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]<mercuryqtp%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/MercuryQTP?hl=en
>

-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

Reply via email to