Hi Nepomuk/Exequiel,
Thanks a lot for your Replies.
I am using TOSHIBHA A135 Model.
I searched a Card Reader Drivers to download for the above model and found the below link.. Here they have mentioned lot of Drivers.. Can you please let me know which Driver Should I install? You can also let me know if there is any other link for this Card Drivers Download.
http://www.driversforfree.com...
User Profile
Collapse
-
Hi Nepomuk,
Thanks for your Reply. I am using Laptop so I am not using Loudspeakers/ I see sound switched on...Since Windows XP is newly installed , I am not sure whether drivers are installed...Can you pl tell which Driver I have to install???Leave a comment:
-
Hi Nepomuk,
When I insert Memory Card, It is not detecting at all. It was working fine in the same laptop in Old OS. I checked the Device Manager..It seems Ok..Can you give any other suggestion? I will try from my end.Leave a comment:
-
I cannot hear Sound in Video in Windows XP
Hi friends,
I have Windows XP OS which is installed recently. When I watch video I am not able to hear the sound ? Can you pl help me How to activate the sound? Can you pl help me ?
Thanks in Advance -
Memory Card is not detecting in Windows XP
Hi friends,
I have Windows XP OS which is installed recently. When I insert Memory Card, it is not getting detecting? Can you pl help me ?
Thanks in Advance -
How to access Javascript file from Java Code
Hi friend,
I have a below "keywsh.js" javascript file
Code:var myApp = new ActiveXObject("Excel.Application"); myApp.visible = false; var shell = new ActiveXObject("WScript.shell"); shell.run('"C:\\ROME Literature Spreadsheet.xls"',1); WScript.sleep(5000); shell.SendKeys("y"); myApp.ActiveWorkbook.SaveCopyAs("C:\\goon\\today.xls");
-
Hi friend,
I want to make it invisible, because I want to make this acton(opening a Excel file) as a scheduled task(which will run everyday) in Virtual Machine. Some others may use that Virtual Machine, so it will appear before them everyday. It will be better if it open(run) in backend. My requirment is to hide that Excel application whis is opening. when it opens it should not appear before users.
I can explain you...Leave a comment:
-
davidson1 started a topic How to point only to Particular file for a particular action in JavaScriptin JavascriptHow to point only to Particular file for a particular action in JavaScript
Hi friends,
I have a below code, which is opening a Excel file, then a Message box appears and "Y" button is pressed by default SendKey(not by keyboard) and then Excel file is showing the data. After that we are doing Save as Option and saving it as today.xls New file.
Code:var myApp = new ActiveXObject("Excel.Application"); myApp.visible = false; var shell = new ActiveXObject("WScript.shell");
-
How to make a file invisible using shell in JavaScript
Hi friends,
I have a below code which is opening a Excel file through shell. When I run this, A Particular Excel file is opening. Is it possible to hide it or make it invisible. It should run in backend, but it should not be visible. is it possible to make it?
Code:var shell = new ActiveXObject("WScript.shell"); shell.run('"C:\\ROME Literature Spreadsheet.xls"',1);
-
Hi Rabbit,
Thanks a lot for ur Suggestion.It is working now. I directly double clicked the keywsh.js file. I have been trying this for long days.I have acheived this through your Help. Many Many Credits to you.The below is the code of "keywsh.js" .The below code opens a Excel file and a Message Box appears and it is bypassed by "Y" Sendkey and after that data is displayed. and I am doing "Save as" option...Leave a comment:
-
Hi Rabbit,
Thanks a lot for your Suggestion.. When I used this below code..Still it is not Working... I need your help to acheive this successfully. The below file name is "keywsh.js"
Code:var myApp = new ActiveXObject("Excel.Application"); myApp.visible = true; myApp.Workbooks.Open("C:\\ROME Literature Spreadsheet.xls"); var shell = new ActiveXObject("WScript.shell");
Leave a comment:
-
Hi Rabbit,
Sorry.. I will so some effort... I want to make My requirement clear
1) A one Particular Excel sheet should be opened
2) Once it is opened there will be a Message Box displayed as shown below
http://www.freeimagehosting.net/8cdn9
If we press "YES" button, it will show Excel Data. If we also Press "Y" Keyword ( Shortcut Key for "YES" Button)...Leave a comment:
-
Hi acoder/Rabbit,
Thanks for your Reply.. I tried by Java Script and JQuery but it is not working. I dont have any idea about "SendKeys". Can you please provide me code for it, I will try in my end and let you know for it.
Thanks in AdvanceLeave a comment:
-
Need JavaScript Code to Press Letter "Y" by default not by Keyboard
Hi friends,
I have a below JavaScript code which will open an excel sheet.
Code:<script language="JavaScript"> var myApp = new ActiveXObject("Excel.Application"); if (myApp != null) { myApp.visible = true; myApp.workbooks.open("C:\Spreadsheet.xls");
-
Need JavaScript Code to Set default Yes Option to MSG BOX
Hi friends,
I have a below JavaScript code which will open an excel sheet.
Code:<script language="JavaScript"> var myApp = new ActiveXObject("Excel.Application"); if (myApp != null) { myApp.visible = true; myApp.workbooks.open("C:\Spreadsheet.xls"); }
-
Java Code for Storing Data directly in Excel File
I have a below code which saves 4 html page separately with data and a empty Excel file. This empty Excel file is dependent on this 4 html page data. Only While Opening this Excel file ,Each 4 html page is loading its data into each 4 spreadsheet of this Empty Excel file. Is there any way to modify this code, so that each 4 html page data will be directly load into Excel file in each 4 spreadsheet. Can you please help me? Please let me know if you... -
Loading data from Multiple Excel file into Single Excel File using Java
I have 4 files which is html file but that is saved in Excel format in .xls extension. Now I need to load this 4 files in 4 different worksheet in one Excel file using Java. I searched in net but not able to be successful. If anyone have code to do it Can you Please share it. Can you also please guide me to be successful.
Thanks in Advance. -
Java Code is throwing NoSuchField Error
Hi,
I have ran the below code in java, but it is throwing an NoSuchField error. Can you please help me to correct this code? I have included all the required Jar files and pointed in Environment variable.I am using Java JDK 1.6.It successfully compiles but throws error while running.
I am following the instructions to run this Java Code as given in the below link
http://www.ibm.com/developerworks/data/library/cognos/development/how_to/page565.html?ca =drs-... -
The message box is not coming with that Random name. It just executes and shows a Blank Page.No Error.Leave a comment:
-
I tried this below code. But still it is not working. Any other code?
[CODE]
<html>
<head>
<script type="text/vbscript">
Dim first() As String = {"Orange", "Red", "Blue", "Yellow"}
Dim Random As Integer = CInt(Int((4 * Rnd()) + 0))
MsgBox(first(Ra ndom))
</script>
</head>
</html>...Leave a comment:
No activity results to display
Show More
Leave a comment: