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!

Recent content by pyroskliq

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

Part and Inventory Search

Back
Top