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 strongm 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. pyroskliq

    Configuring APT for unstable distribution package

    Check out section 3.8 in the following link, "How to keep a mixed system" for a specific answer. I've used this method many times for getting specific packages out of unstable (on a stable system). http://www.debian.org/doc/manuals/apt-howto/ch-apt-get.en.html If you need to add the unstable...
  2. pyroskliq

    Package & Deployment products

    PeteJ, I'm not sure why the setup1.exe wouldn't be working, but here is a link to a page with a comparison of a lot of free (and some not so free) solutions for distributing applications. I've had success with the Wise installer and the Microsoft MSI SDK in the past...
  3. pyroskliq

    using .execute to run SQL in a recordset

    Thats exactly what I was looking for. I've used replace hundreds of times, but for some reason it just wasn't clicking to use it here. Thanks so much.
  4. pyroskliq

    using .execute to run SQL in a recordset

    I am retrieving a recordset that contains one field and between 10 and 20 records depending on criteria. The field that I'm retrieving is an SQL statement. I'm trying to loop through the records and execute each statement, which works if there are no variables in the statement. Here's where...
  5. pyroskliq

    Any "HIPAA EDI Translator" Trail Version Sofware?

    I've been using the Import Studio from http://www.etasoft.com It's not the best documented product, but I've been able to use it to import 837 and 835 files into an SQL server database.
  6. pyroskliq

    status code 200 on http "CONNECT" attempts

    Thanks Wullie. The workaround described on that page worked. Brian
  7. pyroskliq

    status code 200 on http "CONNECT" attempts

    I've been looking for a couple of days on various forums, and can't find a real answer to my question. Has anybod seen this behavior? I'm running apache 1.3.27 on FreeBSD 5.0 w/ mod_php4, mod_gzip, and mod_perl. I've had this running in it's current configuration for quite some time...
  8. pyroskliq

    want next button hidden if no other record

    Jeremy, I've got "First", "Next", "Previous", and "Last" record buttons on a form that I disable if they don't apply to the current recordset. The following is from the "On Current" event of the form. My buttons are FirstRecord, NextRecord...
  9. pyroskliq

    Storing and retrieving file paths

    I am working on a database with some export/import functions. I need to be able to have the user specify the export/import directory once, and store this information in a table, then each function needs to retrieve those paths from the table each time they run. I've searched all over for code...
  10. pyroskliq

    Me.requery - how do I stay with the current record?

    Thanks jazzz. With a little mod I got it to do exactly what I needed. I'm still kind of baffled with myself, because I did have it working right before this piece of code, but then some change that I made messed it up.
  11. pyroskliq

    Me.requery - how do I stay with the current record?

    I have a form "Updates" with 4 text box controls that are bound to fields in the table "Names" (fields are "FName", "LName", "DOB", and "Gender".) There are 4 more unbound text boxes where the user can enter a new "FName&quot...
  12. pyroskliq

    Format cell color based on <td> contents

    Thanks to both of you! I worked out both methods, and both of them allowed me to do what I needed.
  13. pyroskliq

    Format cell color based on <td> contents

    Is it possible to format the color of a specific cell based on the contents of the cell? I have an .asp page that displays the results of a query. My "status" field can return a value of "PROD", "REJECT", or "HOLD". What I'm attempting to do is to...
  14. pyroskliq

    Complex Win2Kpro/Linux Mandrake dual boot

    Thanks all! I managed to take care of without a hitch.
  15. pyroskliq

    Applying a filter to a subquery on a form

    I have a form ("ASM") with a subform that contains a query ("Pricing"). I am trying to place a checkbox ("current") on the form so that when "current" = true, then the filter "currentPricing" will be applied to the query "Pricing" on...
  16. pyroskliq

    Using a check box to determine query criteria

    I have created a form containing a subreport that lists records with the fields vendor number, beginning date, and ending date. Some of the records do not have an ending date. My current query returns all records by vendor number. What I'm attempting to do is place a check box on the form...
  17. pyroskliq

    !--#exec cgi -- producing a weird header

    When I call my poll using <!--#exec cgi = &quot;xxxxx.cgi&quot;--> I get this above the poll... HTTP/1.1 200 OK Date: Tue, 12 Jun 2001 23:28:21 GMT Server: Microsoft-IIS/5.0 Content-type: text/html I've just moved to IIS from another webserver, and can't find any documentation on why or how...
  18. pyroskliq

    Problem with sorting windows explorer views

    I'm using custom view. Double click to open files, no web content in folders, open folders in same window, use windows classic desktop. I've checked with the other IT people in my department, and they're as clueless as I on this one. I can get the folders to sort fine for the current...
  19. pyroskliq

    Problem with sorting windows explorer views

    Thanks for the reply. I can change the sort order for the current window (by name, type, date, etc...) with no problem. It's the default order that I can't fix. When the windows is closed and reopened, the view is switched back to reverse order.
  20. pyroskliq

    Problem with sorting windows explorer views

    I'm using Windows 98SE... I have somehow managed to change the default view of my explorer windows to sort in reverse aphabetical order rather than the normal way. I've got no clue how it got this way, and no clue how to get it back to the original way. Under the 'view' tab in the 'folder...

Part and Inventory Search

Back
Top