User Profile

Collapse

Profile Sidebar

Collapse
davidson1
davidson1
Last Activity: Dec 27 '13, 07:42 AM
Joined: Feb 5 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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...
    See more | Go to post

    Leave a comment:


  • 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???
    See more | Go to post

    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.
    See more | Go to post

    Leave a comment:


  • davidson1
    started a topic I cannot hear Sound in Video in Windows XP

    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
    See more | Go to post

  • davidson1
    started a topic Memory Card is not detecting in Windows XP

    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
    See more | Go to post

  • davidson1
    started a topic How to access Javascript file from Java Code
    in Java

    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");
    ...
    See more | Go to post

  • 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...
    See more | Go to post

    Leave a comment:


  • How 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");
    ...
    See more | Go to post

  • 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);
    See more | Go to post

  • 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...
    See more | Go to post

    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");
    ...
    See more | Go to post

    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)...
    See more | Go to post
    Last edited by Rabbit; Mar 7 '12, 05:17 PM. Reason: Fixed code tags.

    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 Advance
    See more | Go to post

    Leave 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");
    ...
    See more | Go to post

  • 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");
                }
    ...
    See more | Go to post

  • davidson1
    started a topic Java Code for Storing Data directly in Excel File
    in Java

    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...
    See more | Go to post

  • 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.
    See more | Go to post

  • davidson1
    started a topic Java Code is throwing NoSuchField Error
    in Java

    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-...
    See more | Go to post

  • The message box is not coming with that Random name. It just executes and shows a Blank Page.No Error.
    See more | Go to post

    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>...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...