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!

Recent content by MarkWilliamson

  1. MarkWilliamson

    Suggestions wanted on reporting.

    I am new to the web design/vbscript thing so please bear with me. Anyhow, I have created a website which I want to add a reporting menu and reports for the user to view and/or print. My question is what is the best approach to take to this ? Thanks in advance to all who reply.
  2. MarkWilliamson

    Error trying to send e-mail in VBSCRIPT..

    Thanks for your advice ! LOL - yes MSOutlook is installed. I think it is just a matter of a DLL or COM object not being registered correctly. If all else fails I will look into the blat option ! Thanks for your time ! Mark
  3. MarkWilliamson

    Error trying to send e-mail in VBSCRIPT..

    Thanks for your input.. I tried what you suggested but received the same error.. :(
  4. MarkWilliamson

    Error trying to send e-mail in VBSCRIPT..

    I receive the following error message when trying to send an e-mail via VBScript ( code is below ). I assume there is a .DLL missing but I do not know which .DLL's to look for - any help would be appreciated. Error : ActiveX component can't create object:'Outlook.Application' Code...
  5. MarkWilliamson

    VB Script called from form not working..

    Tsuji, thank you for your input. The popup program works fine as far as displaying the page. My problem is that I cannot access the Request.querystring object in my ASP which is listed above. Can you advise ? Thanks for you help..
  6. MarkWilliamson

    VB Script called from form not working..

    It is my Javascript function which displays the popup. Code is below. <SCRIPT TYPE="TEXT/JAVASCRIPT" LANGUAGE="JAVASCRIPT"> <!-- var popupWindow=null; function popup(mypage,myname,w,h,pos,infocus){ if (pos == 'random')...
  7. MarkWilliamson

    VB Script called from form not working..

    I have a form with an INPUT TYPE = BUTTON control which calls a popup page to be displayed( my.asp ). The page displayed but I cannot display anything using the request.querystring. My input string is below and my asp is also included. Any suggestions would be greatly appreciated ...
  8. MarkWilliamson

    Displaying data in a popup window.

    Thank you Jeff ! Now I am having a problem with my script in my popup window not functioning.. For now all I am trying to do is to display the query string from the parent form. Again thanks in advance to anyone who offers help ! <%@ Language="VBScript" %> <html> <head> </head>...
  9. MarkWilliamson

    Displaying data in a popup window.

    Just to warn everyone I am a NOVICE at HTML. My problem is that I have a calendar on a page and ask the user to select a date. I then want to display all sales for the date selected by the user in a popup window. I have a JAVASCRIPT routine which handles the popup I am just trying to...
  10. MarkWilliamson

    Displaying data on a webpage - rookie needs help..

    I have a html page which has a calendar that will let the user select a date. My problem is that I want the sales for the date selected to appear on the same page. I run into the problem with document.write which displays the data on another page. I was attempting to call the same page from the...
  11. MarkWilliamson

    A rookie questions regarding the script tag

    I am using the MSCAL.OCX object and have a script which is executed when a date is clicked on the calendar. I basically want to display the employees who are off on the day clicked on the calendar. I am able to do this but the page is refreshed and all it show is the text that I want to...
  12. MarkWilliamson

    Calendar

    I am a beginner who needs assistance. I would like to display a calendar on my web page allowing the user the capability to change and select a particular date. Are there any websites out there which would have the code for this ? Thanks in advance to all who reply.
  13. MarkWilliamson

    Cognos Transformer error TR0109

    While trying to generate a cube in transformer I receive the following error message : TR0109 - Transformer couldn't read the data source. I am using oracle and the DB is fine and the table can be read. The process bombs out at the 6th layer of the data source. Anyone experience a similar...
  14. MarkWilliamson

    Default Transformer User Class

    When I run transformer on a model it prompts for a user class. How can I set a default user class ? Can someone help this rookie out ? Thanks in advance to all who reply !
  15. MarkWilliamson

    Trying to recover a .pyi file.

    Keep in mind I am a NOVICE ! :) I have a .mdl file which I open in notepad and save as a .pyi. When I open the .pyi I receive the following error: REPOS-E-BAD-ID Cannot load the repository file - corrupt id. I was under the impression that you could do this as a fix for a corrupted .pyi...

Part and Inventory Search

Back
Top