Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: amutinu
  • Content: Threads
  • Order by date
  1. amutinu

    closing parent window - URGENT PLEASE HELP!!!

    Hi, I am new to javascipt and am trying to close my parent window when the child window is closed. Can someone please help me. I really need to fix this by tonight as i have to submit this project to my client tomorrow. i would really appreciate your help, thanks, Kiran ON PARENT...
  2. amutinu

    Pop-up window not working

    Hello All, I have an application where i am opening a pop-up window thru. javascipt. Is there a way to set the focus such that the child window is always on top? Also if i have some other application (Excel) open in the background and if i open the javascript window and then close it, the...
  3. amutinu

    Pop-up window - URGENT - PLEASE HELP

    Hello All, I have an application where i am printing files from the client-side javascript using a looping structure. Now the problem is that if the user has requested 10 copies of the file and if the user accidently closes the javascript pop-up window, it will stop the processing and will...
  4. amutinu

    Client Side ActiveX component using WScript - Please Help!

    Hello All, Is there a way to use "WScript.Shell" from within asp to retrieve some registry information on the client side. I want to retrieve the default printer name from the client's registry using "WScript.Shell" One of my friend mentioned this to me but am not sure...
  5. amutinu

    WScript within ASP

    Hello All, Is there a way to use "WScript.Shell" from within asp to retrieve some registry information on the client side. I want to retrieve the default printer name from the client's registry using "WScript.Shell" One of my friend mentioned this to me but am not sure...
  6. amutinu

    Default Printer from ASP Page?? Please help

    Hello All, I was wondering if there is a way to retrieve the default printer name when the client accesses the asp page. I need to be able to code my asp page so that when the user clicks "Print", it shows which default printer it's going to print to. I do not want to display the...
  7. amutinu

    Please Help - Combining Binary Files

    Hello All, I am creating a VB App that will merge/combine two binary files into one large file. I am using the Open command to open the file in binary read mode and the output file in binary write mode. But somehow the two files are not merging. I only see the 2nd file in the document...
  8. amutinu

    How do I merge two pdf files on IIS Server?? Urgent

    Hello All, I am trying to merge two pdf documents into one on IIS Server so that the users can select which two checkboxes to click and merge the two documents. I cannot install Adobe Acrobat on the production server because Adobe doesn't support server licences. Can someone please tell me...
  9. amutinu

    "AcroExch" Not found. Please Help!!

    Hello All, I am trying a sample from for inserting pages from one file to another and somehow i get a "Cannot create component object" error at the following line of code. I am new to pdf and would appreciate your help. Please let me know, Dim PDDocSource As Object Dim...
  10. amutinu

    Sort Formula field from ASP - URGENT

    Hello All, I am in urgent need of this solution. I have a formula field which adds up couple of other fields and then displays the sum on the report. I want to be able to sort on this field from my ASP page. I am using the RecordSortFields to sort the report. Somehow the report does not...
  11. amutinu

    Sort Multiple Fields from ASP - Urgent Please help

    Hi I am using Crystal reports 8.5 and Sql Server to retrieve my reports on the web (ASP). I have a field that i passing in to sort on that field but i need to figure out how to sort on multiple fields (like FirstName and LastName). Please let me know if anybody has an idea. I need to turn...
  12. amutinu

    Report does not sort from ASP. Please help

    Hello All, I am using ASP and crystal Reports 8.5 Developers Edition to run my reports. I am connecting to crystal reports using ODBC. The reports comes up fine but when i try to sort the report, it doesn't do anything and the report displays as before. The following code is used to sort...
  13. amutinu

    Merge two or more pdf documents into one

    Hello All, I have a web page where users can select multiple check boxes (where each checkbox is a pdf document link) and i want to be able to merge the selected document into so that i can print multiple copies collately. I would really appreciate it if someone can provide with the sample...
  14. amutinu

    Crystal report opens as a blank report

    Hi, I am trying to run the crystal report from ASP and have been able to create the runtime object for the application as well as the viewer but when i run the report, i get a blank report. Can someone please tell me what is going on? i am new to crystal reports and don't really know much...
  15. amutinu

    Server has not been opened from ASP

    Hello All, I have just created a report that i am accessing from asp and i am getting "server has not been opened yet" right before reading records. Can someone please tell me what do i need to correct this issue? I can run the report if i just type the entire path from the URL...
  16. amutinu

    Running Crystal Reports from Visual Basic

    Hello All, I am new to crystal reports and am trying to run a report from visual basic 6.0 I have crystal reports 8.5 professional version. I have already created a sample report which runs fine in crystal report application. Now i am trying to run it from visual basic, can someone please...
  17. amutinu

    Sort fields in Crystal Report - Please HELP

    Hi All, I am developing a crystal report from a view. The report displays fine but now i want the user to have the ability to sort the report by the column headers (like FirstName, LastName) by clicking on the column headers. Can this be done? if yes, can someone please share with me what...
  18. amutinu

    Batch Printing PDF files - please help

    Hi All, I have a asp page where i select which pdf files to print. i can select multiple files by selecting checkboxes. Does anyone know how i can print all those selected pdf files? I would really appreciate your response Thanks,
  19. amutinu

    Opening word files from ASP

    Hello All, I have a question regarding opening external files from ASP. I have a database where the actual binary object (word document) is stored. I want to be able to retrieve that document and then open it from ASP Page. Does anyone know how to do this? Your help would be greatly...
  20. amutinu

    Retrieving & Opening word files in ASP

    Hello All, I have a question regarding opening external files from ASP. I have a database where the actual binary object (word document) is stored. I want to be able to retrieve that document and then open it from ASP Page. Does anyone know how to do this? Your help would be greatly...

Part and Inventory Search

Back
Top