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

    set single value to be used by 4-table union query

    I have an awkward problem. We have a web application that allows outside users to paste a SQL (select only) query into a textbox, click a button, and have the database results displayed on the page. I have a union query that includes 4 SQL select statements. The query I've created pulls back...
  2. zenenigma

    MS Hotfix #971961 - Will not allow loading of files with path

    Forgive me if this is the wrong place - I picked here because the issue is with a Javascript blocking MS update. So a few months ago, some local users on one of side networks (not the network we developers are on) claimed they could not use a web app we developed. They had been able to use it...
  3. zenenigma

    Partially Trusted Callers error - even with FullTrust given!

    Background: My team has a web app that is used by dozens of client companies. Our latest version includes a .NET assembly used for encryption/transfer. Our installation includes an executable that allows the client to enter a server site name and it will add full trust to that site on the...
  4. zenenigma

    Caspol set, but no longer allowing assembly downloads

    Background: My group has developed a web app and it's been in production for months. One part of the application requires a .net assembly download (.DLL) to the client machine. We have a stand-alone program that allows the user to set the site they would like to allow full trust to. All...
  5. zenenigma

    Find Duplicate copies of a Source File

    Background: We have a program interacts with 100's of Virtual "Folders", each of which has 30-40 PDF files. The PDF documents are stored on a network drive and can be in any one of dozens of subfolders depending on when they were added. To create all of these documents, we took 100 or so...
  6. zenenigma

    Web app running 50x slower on locked down Vista machine

    (Forgive my lack of code detail, I'm not the lead programmer, just working with what I know. I can ask him if there are questions about certain files/code he is using) I'm doing testing on a web application my team has developed. It uses Microsoft.Net framework 2.0 - and downloads & runs the...
  7. zenenigma

    Force local intranet site to be in the "internet zone"

    I'm testing an application which is going to be used under a locked down system (IE security settings in particular). It works just fine, but the only place the web app is available (and security zone I've been able to test under) is on our local intranet. Is there any way to force a local web...
  8. zenenigma

    Acrobat 7 Pro Filled Rectangle background with Text Foreground?

    I've got a document/form that was given to me in 5.0 format. It has labels and text fields throughout. It has 3 yellow (page-wide)rectangles in different parts of the page, depicting section titles. I open it in Acrobat 7 Pro (Designer made the form unusable by ActivePDF, so I avoided it). I...
  9. zenenigma

    WAP11 for X-mas, but not sure it was what I needed.

    My situation - I currently have a BEFW11S4 set up downstairs that is hardwired into the cable modem (of course), ReplayTV, & PS2. So I need to keep it downstairs. Also downstairs are 2 wireless PC's. They both work fine. My problem is - upstairs the signal goes in and out in the back part of...
  10. zenenigma

    ApplyFilter - Apply Multiple Filters?

    I have a large table that many people use to view their cases. I currently have a button that when pressed - will prompt the user for the first name of the user who's cases you want to search for. This works fine: docmd.applyfilter, "emp_first_name = [Enter Investigator First Name]" The...
  11. zenenigma

    Page Setup using PrintOut Command?

    I have a form linked to a table that has a few thousand records. A few minutes ago I figured out how to print just the record that I'm on (in form view) - using the "PrintOut" command. The problem is - the "PrintOut" command doesn't seem to be taking my page setup options for this form. I...
  12. zenenigma

    429'd! On a PC that does not have MS Access.

    I have a VB program that imports text files, parses them, and puts the results into an access database. The program works fine, very happy with it. I finally have a clean PC with no Microsoft Office on it - and I used the VB package & deployment wizard to create a setup. I have the following...
  13. zenenigma

    Linksys Network, XP Machines, Corrupted Transfers

    Ever since I set up my wireless (I had a wired linksys router) I have been unable 90% of the time in transferring files between computers. The computers are about 10 feet away from the router (and about 4 feet away from each other). I am able to transfer images, but as soon as I try to...
  14. zenenigma

    Docking Station Monitor not filling up entire screen

    I have a Dell Inspiron 1.6ghz laptop and a dell docking station. It's worked fine for months now, but today when I locked it in and turned it on, as soon as it prompted me for my windows password, the video from the laptop was only covering about 80-85% of the monitor screen. It's on the lower...
  15. zenenigma

    Using VB to Compact 97 Access Database - without Access installed

    And without using DAO. I have a program writen in ADO (DAO was giving me some packaging problems). It uses a tag-along Access Database to store/access data for the front end. This database will have data imported into it and removed from it often. I'm looking for a method using ADO where I...
  16. zenenigma

    1 ADO Connection + 2 ADO Recordsets = 1 Big Problem

    I have two tables within my database which I need to query within VB. The 1st recordset (RS) will be queried and updated with information from my text import. The 2nd recordset (RSFound) is a lookup query (the SQL statement looks for a variable that was set from the 1st recordset) that will...
  17. zenenigma

    Log Analyzer w/ hits to Access

    I'm building a log analyzer and the heavy lifting is done. Visual Basic imports the files, only keeps the records I want, and puts them into Access in multiple fields. So instead of one string: Ford Mustang GT Convertible Red It chops it up into fields and puts it in the "log...
  18. zenenigma

    Ads when Saving Reports? Adware?

    When running a report today and trying to save, I got the following: http://members.cox.net/zenenigma/adreport.jpg Does anyone know if there is a program that is altering my MS Access? There are options to Get more information into getting a zipdrive and an option to Take a survey to have a...
  19. zenenigma

    Compact everytime database is opened

    I have a database I'd like to distribute. The database imports quite a few text files, keeps only certain data from them, and then deletes the excess data. It will be used (likely) daily. I'm using a bulk insert, so only importing the lines of the text files that are useful won't work...
  20. zenenigma

    Port -> Access to VB (import and parse multiple text files)

    I have a program in Access that will currently: 1) Import all text files (logs) from a directory into tables 2) Strip the file name for the date and put that date into a field. 3) Do an Instr() function on all tables to determine if they have a certain value. If they do, move those records...

Part and Inventory Search

Back
Top