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 bkrike 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: DBSSP
  • Content: Threads
  • Order by date
  1. DBSSP

    Change Content In Div with Link (SSI?)

    Hi all. I'm designing an xhtml page and I'd like to be able to change the content inside the main Div (#Information) by clicking on a link in my menu. This way the whole page doesn't have to reload. If there is a way to do this using SSI, that would be cool. I already know I can include...
  2. DBSSP

    Javascript for updating dates on file upload

    I have small problem figuring out how to make dates next to links change. I basically need the code to look at when the creation date of the file and change the diplayed "last update" date to the the same value. I tried using .lastmodified, but that's only good for the webpage it's...
  3. DBSSP

    "Shell" Shocked - Multiple command line entries

    I'm caling a command promt with a command to execute through an Access Module. I need to enter multiple commands to the same prompt shell. Currently, i have figured out how to do one. Here is my example code: ********************************************************** strCmdLine = "path...
  4. DBSSP

    Saving a record that is keyed to relationship with another record

    Let me lay out some general structure. Form1 - Main Record Info Form2 - Required Info Related to Main Record, w linked fields from Form1 Form2b- Optional information linked to main record Problem : The main record cannot be saved because the info disappears from the main screen...
  5. DBSSP

    Disabling Enabling buttons works!.....Initially :(

    I've been trying to disable a button when information is input to a certain field, and enable it when the field is empty. This works when form is first loaded, but doesn't disable the button when you put information in the field. I've tried On Dirty, On Current, even tried it on Mouse Move...
  6. DBSSP

    Calculating Time..Have I seen this before?

    I'm trying to get time to calculate itself based on the "24-hour" time. However I'm not sure how to get it to work. I keep getting gibberish numbers. Example: 8am-4pm = 8hours What I get is .111166334465 or somethig of the like. Any ideas on how to get this to calculate? Jay...
  7. DBSSP

    Code to prevent Access from closing by using the "X" button

    I'm having a slight issue with the database I'm working on. I have two forms in question, one for entry to the database, and one for when they finish for the day. Each one logs time in and time out, along with the dat and their name. Problem is that the last form pulls data from the first...
  8. DBSSP

    Securing the backend

    I'm trying to secure the backend of my database. I was wondering how I could code a function to pass the backend password from the frontend so that records can be written. Any ideas? Jay [infinity] "If the words up and down were reversed, would you trip and fall or trip and fly?"
  9. DBSSP

    Can't read multi-session, anyway to recover Files from CD?

    I have a major problem, A lot of software purchases were backed up on a multi-session CD. There is one corrupt file on the CD and I have no way of getting to my files. Does anybody know how I can recover them? Jay [infinity] "If the words up and down were reversed, would you trip and fall...
  10. DBSSP

    Wait before opening next Shel

    Again, the mystikal magic of VB is eluding my presence (I swear there's some little gremlin in my machine laughing at me). Anyway, I coded applications to open and run, and I was using a halfa$$ counter to make the application wait before executing the next line(I know, "bad programmer...
  11. DBSSP

    Opening Command Prompt From Access..won't stay open!

    Hi all. I have a question in regards to opening another application. I have code that opens the DOS command prompt. However I can't get it to stay open long enough to do anything. Any ideas on how to prevent it from closing? After I get that problem solved, I need to feed it (the dos app) a...
  12. DBSSP

    Proper Bios Settings

    Does anybody know what the good bios settings are for a Soyo KT400 Dragon Ultra are? I just If not, does anybody know where I could find it? System Specs AMD XP 2000+ Corsair XMS 2700 512MB (1) SB X-Gamer US Robotics 56K ATI 8500 40GB WD ATA 133 Jay [infinity] "If the words up and down...
  13. DBSSP

    Trying to get rid of stubborn, baked-on Excel buildup

    I know this is gonna seem kinda..well, dumb, but I'm trying to figure out how to get Excel to close from Access. Currently, I have Access opening text files in Excel, saving the text files as Excel workbooks, and then it closes Excel, Deletes existing tables and imports the workbooks as a new...
  14. DBSSP

    Passing New Variables to External Javascript

    How do I pass different variables based on whichever button is clicked to my external javascript. I kinda got dumped on the project and I know a little about javascript, but apprently not enough, lol. Please refer to thread216-478538 . Thanks a bunch! Jay [infinity] "If the words up and...
  15. DBSSP

    I have 3 External scripts, how do I keep them all running?

    I have 3 external javascript files with various functions. I need to know how to keep them all running. It seems the last script accessed is considered the "current" script and the other 2 are shutdown. How do I stop this? Jay [infinity] "If the words up and down were...
  16. DBSSP

    Opening External javscript function through a link

    I have coded a frameless popup window as a function but I would like to make the code an external file. I have created the external file but can't figure out how to call the function from my html page with a link or button. I've been fighting with this for for a day now! [mad] Any ideas on how...
  17. DBSSP

    Making a button open a page in a new frame with set size var

    I want to make a button that will open up a link to another page. Not so bad, eh? Well, there's one little twist, I need this page to open up in a seperate window with a set size and no address bar or anything like that. Kinda like a popup window. Jay [infinity] "If the words up and down...
  18. DBSSP

    Pop Up help. Needs to come up one time not everytime.

    I have a popup on my main page that I edit once a day to notify people that reports are done. I would like this popup to appear once per session per user. If they close out of the site, then they will see it again. I'm just trying to keep it from popping up when clicking the back button or my...
  19. DBSSP

    Refresh Cached Files

    Hi all! I'm relatively new to web design but I have completed a webpage for my company. Content is updated daily, but other users cannot see the updates unless they clean out their cache. I was thinking Javascript but I don't know the syntax very well yet. How do I correct this problem? Jay...
  20. DBSSP

    Data Access Page Button Scripting

    I am currently building a small database that acts as a web server to grab report files in .PDF. I don't know the scripting language too well. The user selects the report name and the report date via two combo boxes linked to two tables. The table with the dates contains the actual file...

Part and Inventory Search

Back
Top