Hello Paul,
Thanks for your help. A further question on this.
Does the "Do a tab" dialog box enable the 'tab' action? Thus if I want
for example the 'Enter' key instead, would the command then be
iWsh.SendKeys("{Enter}");
in the Do a tab box? I tried this but it does not work. Is the "Do a
tab" function a specific VEE function. Can I have any other keys other
than 'tab' key?
Thanks again
Warm Regards,
Eng Chye, Neo (Rongcai, Liang)
Measurement Application Engineer
Asia Measurement Response Center
Measurement Application Services
Agilent Technologies, Inc.
www.agilent.com
-----Original Message-----
From: Paul Carnell [mailto:lucia.paul@virgin.net]
Sent: Wednesday, June 30, 2004 3:00 AM
To: PDL-LISTS,VRF (A-Lists,unix1)
Subject: [vrf] Re: Jumping from one input to another
Hi Neo
You could use the 'SendKeys' method to generate a 'tab'. See attached
example.
Regards,
Paul
At 11:21 AM 6/29/04 +0800, you wrote:
>Dear all,
>
>Attached is a program. If you run, and ignoring the errors(by closing
the
>error dialog box), you will get see the main panel. It has two columns.
>Five 'entry' boxes in each column. Thus total ten boxes.
>
>Can I include the function such that after I input in the first box,
and
>by pressing 'enter' or any other key I so choose, to move to another
>'entry' box, either to the right first or downwards.
>
>Please advise.
>
>Currently I know it is possible to move around using 'tab' to move
forward
>from right first then down. And 'shift+tab' to move backwards.
>
>Just want to find an alternative.
>
>Thanks.
>
>Warm Regards,
>
>Eng Chye, Neo (Rongcai, Liang)
>
>Measurement Application Engineer
>Asia Measurement Response Center
>Measurement Application Services
>Agilent Technologies, Inc.
>
>www.agilent.com
>
>---
>You are currently subscribed to vrf as: lucia.paul@virgin.net
>To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
>To unsubscribe send a blank email to
"leave-vrf@it.lists.it.agilent.com".
>To send messages to this mailing list, email "vrf@agilent.com".
>If you need help with the mailing list send a message to
>"owner-vrf@it.lists.it.agilent.com".
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Thanks for your help. A further question on this.
Does the "Do a tab" dialog box enable the 'tab' action? Thus if I want
for example the 'Enter' key instead, would the command then be
iWsh.SendKeys("{Enter}");
in the Do a tab box? I tried this but it does not work. Is the "Do a
tab" function a specific VEE function. Can I have any other keys other
than 'tab' key?
Thanks again
Warm Regards,
Eng Chye, Neo (Rongcai, Liang)
Measurement Application Engineer
Asia Measurement Response Center
Measurement Application Services
Agilent Technologies, Inc.
www.agilent.com
-----Original Message-----
From: Paul Carnell [mailto:lucia.paul@virgin.net]
Sent: Wednesday, June 30, 2004 3:00 AM
To: PDL-LISTS,VRF (A-Lists,unix1)
Subject: [vrf] Re: Jumping from one input to another
Hi Neo
You could use the 'SendKeys' method to generate a 'tab'. See attached
example.
Regards,
Paul
At 11:21 AM 6/29/04 +0800, you wrote:
>Dear all,
>
>Attached is a program. If you run, and ignoring the errors(by closing
the
>error dialog box), you will get see the main panel. It has two columns.
>Five 'entry' boxes in each column. Thus total ten boxes.
>
>Can I include the function such that after I input in the first box,
and
>by pressing 'enter' or any other key I so choose, to move to another
>'entry' box, either to the right first or downwards.
>
>Please advise.
>
>Currently I know it is possible to move around using 'tab' to move
forward
>from right first then down. And 'shift+tab' to move backwards.
>
>Just want to find an alternative.
>
>Thanks.
>
>Warm Regards,
>
>Eng Chye, Neo (Rongcai, Liang)
>
>Measurement Application Engineer
>Asia Measurement Response Center
>Measurement Application Services
>Agilent Technologies, Inc.
>
>www.agilent.com
>
>---
>You are currently subscribed to vrf as: lucia.paul@virgin.net
>To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
>To unsubscribe send a blank email to
"leave-vrf@it.lists.it.agilent.com".
>To send messages to this mailing list, email "vrf@agilent.com".
>If you need help with the mailing list send a message to
>"owner-vrf@it.lists.it.agilent.com".
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Our VEE program needs to execute certain files upon finding certain
conditions that we measure...the problem we have been encountering is that
in some OS such as win98 you could create a batch file that contain all your
executables, once we find the condition we execute the batch file, and then
the batch file executes the files contain in it without a problem just as
expected.
When we use the same batch program in a Win2K environment the batch file
executes the first line of the batch file and then it waits until that
program is closed....you can try it by creating a batch file that opens lets
say an excel file and then a word file...if you try this in win98 both
programs open inmediately one after the other...in win2k the second file
open only after a manual close of the first file...does anybody know how to
solve this problem??? I have looked at the win2k documentation and there are
some switches, I have tried them all without success?? Any suggestions???
Rgds
Gonzalo
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".