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 Chriss Miller 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: *

  1. bmorris

    Viewing Log On?????

    From my web page I want the user to click on a button to view a report. I get a page that says "CRYSTAL REPORT VIEWING LOG ON" The Web Component Server could not log you on to the APS. Please re-enter your user name and password.. I don't want the user to have enter a password and...
  2. bmorris

    looping through tables

    Using store procedure, how can I loop through two tables to compare all fields in records?
  3. bmorris

    Calendar on_change??

    I have an activex calendar on my page I want to check if the date picked is a valid date. How do I and where do I put the code to check date picked and then store date in variable.
  4. bmorris

    connecting to an Access DB

    I'm using dreamweaver for my web design. I have two recordsets I created,when I run my page it blows up on the 2cnd rs. "Cann't use UNKNOWN, file in use"? Any one have any ideas. I let Dreamweaver set up the code for the RS. Works fine with SQL do I need to do something different with...
  5. bmorris

    stored procedures?

    I want to use a stored procedure to insert a new record to my table. I thought I know what I was doing but it does't work. I added a stored procedure to my page and set a hidden field to true, so the first time through it won't update record, after selections are made from listboxes value set to...
  6. bmorris

    Filtering a listbox

    how do I filter a listbox based on the pick from the 1st listbox? EX(if listbox1=NM, only show the Cities in listbox2 that state = NM )
  7. bmorris

    create a cellset

    The code I'm using is as follow: set cs=server.createobject("ADOMD.cellset") cs.activeconnection=cn cs.open szmdx I blow up on the last line cann't open cube? Why
  8. bmorris

    ASP & OLAP

    I'm new with OLAP. I wondering if a user can access my cubes from ASP, and can the user drill down on the web page to any level??? An suggestions on resources???

Part and Inventory Search

Back
Top