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 Shaun E 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 bizproducer

  1. bizproducer

    selectedIndex Issue

    Beautiful - works like a charm - thanks SOOO MUCH! -Scott McGeary www.BizProducer.com
  2. bizproducer

    selectedIndex Issue

    Thanks for the suggestions, I have tried all of them however and still am not having any luck.
  3. bizproducer

    selectedIndex Issue

    I setup this function in my within my head tags and I am calling it like this on the "ContID" dropdown: onchange="state_enable(0)" Here is the function: <script Language="JavaScript"> <!-- function state_enable() { if (document.Location.ContID.selectedIndex == 6;) {...
  4. bizproducer

    Port Forwarding w/ Comcast Wireless Modem/Router

    I got it to work, I simply had to use Port 80 and it works like a charm! Thanks so much for all your help! -Scott McGeary www.BizProducer.com
  5. bizproducer

    Port Forwarding w/ Comcast Wireless Modem/Router

    I purchased a wireless Panasonic Network Camera (BL-C30A) and hooked it up. I have Comcast high speed, using their combination Linksys Cable Modem/Wireless router. Anyway, the camera works great locally and it is assigned to 192.168.0.14, so when I type that in the browser, it lets me login to...
  6. bizproducer

    Javascript - Deleting files

    Does anyone know how to create a javascript that will delete files? I found this one on the web but it doesn't work. myActiveXObject = new ActiveXObject("Scripting.FileSystemObject"); file = myActiveXObject.GetFile("C:\\Temp\\All Reports.htm"); file.Delete(); Thanks for your help!
  7. bizproducer

    Limit Data View with Parameter in URL

    I have a simple Access database and I am using FrontPage(which may be the problem) to create ASP pages. I want the ASP pages to do the following, one, I want a views page, viewall.asp where I can put this as the URL for example to limit the Species field: viewall.asp?Species=Cherry I also am...
  8. bizproducer

    Brio EIS Conversion to Hyperion 8.3 (Insight Plug-in)

    Hi, I have a handful of applications that were built in Bio 6.6 and they use a lot of Javascript to do a bunch of things within our data warehouse. We are converting to Hyperion 8.3.2 and when I run these EIS applications a lot of my buttons don't work. I figured out the differences in linking...
  9. bizproducer

    E-mailing Word Document

    I have a word file that is basically a simple fillable form and I want to put a Command Button at the bottom of the word file that e-mails me a copy of the Word file using Outlook after they have modified it with their info... Would like it just to do this in the background... does anyone have...
  10. bizproducer

    Simple Word VB Code Question

    I have a word file that is basically a simple fillable form and I want to put a Command Button at the bottom of the word file that e-mails me a copy of the Word file after they have modified it with their info... Please help! :)
  11. bizproducer

    Date Function

    How do I get Brio, in the query area to return the last day of the month for each field, for example, 05/07/05 would return 05/31/05. Help!
  12. bizproducer

    Excel Sheet Population

    I have a dilema... I want to build an HTML form that allows users to enter in quantities of items they want and then the data can be populated into a prebuilt excel spreadsheet that will be e-mailed to me. Don't really want to have a database - maybe just session variables. Is there anything...
  13. bizproducer

    HELP with Simple Query using Max()

    Oh HOLLLA! That worked beautifully! Thanks so much for the great help! -Scott McGeary www.bizproducer.com
  14. bizproducer

    HELP with Simple Query using Max()

    No, see query is similar to what I tried abd it only returns 2 records. I need to return the max date for each account id and if 2 records with the same account id have the same dates that are both max, then I need those records.

Part and Inventory Search

Back
Top