|
[x]
Posted via EE Mobile
|
||
Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
||
| Question |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: 67: 68: 69: 70: 71: 72: 73: 74: 75: 76: 77: 78: 79: 80: 81: 82: |
<HTML>
<BODY bgcolor="sandybrown">
<H1>Clinical Applications For Coded Terms</H1>
<P>This application was created for the sole purpose of allowing the user the ability to create
Coded terms in a easy and timely manner. The user can create the selected zip file and run
the the appropriate SAS programs to produce and validate the files that will be used to
export to Thesis.
<BODY>
<HTML>
<p> Select a Dataset:
<html>
<head>
<script language=vbscript>
function getdata()
dim fso, folder, wshell
'SET UP TO USE THE SHELL APPLICATION OBJECT
set wshell=createobject("shell.application")
set fso=createobject("scripting.filesystemobject")
'USE THE BROWSEFORFOLDER METHOD TO OPEN AN EXPLORER-TYPE WINDOW
set ofold=wshell.browseforfolder(0,"Specify Root Directory ",&h0010,"S:\")
'SINCE THE FOLDER REFERENCE RETURNED IS AN OBJECT, GET THE FULL PATH NAME FROM IT
fullfold = ofold.ParentFolder.ParseName(ofold.Title).Path & "\"
set fold=fso.getfolder(fullfold)
set filelist=fold.files
for each file in filelist
dsname=replace(file.name,".zip" & fso.getextensionname(file.name),"")
getlist(dsname)
next
end function
</script>
<script type="text/javascript">
function getlist(name)
{
var oOption = document.createElement("OPTION");
oselect.options.add(oOption);
oOption.innerText = name;
oOption.value = name;
}
</script>
'---------------------------- I AM LOST FROM HERE
function oselect = zzip()
pathTofFile=(dsname)
extractTo="S:\it\codedterms\export\temp"
set filesInzip=wshell.NameSpace(pathToZipFile).items
wshell.NameSpace(extractTo).CopyHere(filesInzip)
end function
</head>
<body onload="getdata()">
<select id="oselect"></select>
</a></div></td>
|
Advertisement
| Hall of Fame |