Forum Discussion
VasanthVijay
Contributor
Create text file and rename to (.udl)
And that udl file to Project ---->Stores--->Files.
function sa()
{
var fileName = Files.FileNameByName("DatabaseConnection_udl");
var udl = new ActiveXObject("WScript.Shell");
udl.Run(fileName);
}
This is for opening the .udl file via testcomplete.
scsvel
10 years agoFrequent Contributor
I believe you are looking for uploading file to Stores from script. If so, you can do like below.
Related Content
- 11 years ago
- 12 years ago
- 9 years ago
- 12 years ago
- 9 years ago