I have a table Table1.C.txt.1 which contains the file name that I wish to copy. (the table row changes by the user selecting from a
radio button object, changing the file name)
I have a Run object that calls a .bat file that will to the ftp connection & then copy the file name that it is passed to the local hard drive
directory.
How do I pass the file name from the table element to the run command?
Also, I want to perform the Run object when the user has selected from the radio button.
Selecting from the radio button will select the file name (from the file) and then I want to
perform the Run object. (not as the radio is selected but after it has been selected and
I can grab the new file name)
Do I need to put a pause or wait between the time that the radio button is selected and
the time that the run object is performed to ensure that the new file name is taken from
the table?
Frank