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 TouchToneTommy 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 SoupXVII

  1. SoupXVII

    Updateable query problem

    That was part of it... another part is that the application's web.config was marked as "compilation debug=true" and that was a major headache until I figured it out. :)
  2. SoupXVII

    Updateable query problem

    Hi, I have an asp.net application that reports the "updateable query" error when I try to write something to the database. The permissions should be ok, but the error keeps coming back. When I tried to move the .mdb file to another folder, I got the message that it cannot be moved...
  3. SoupXVII

    weird scenes in word 2k

    I have a Word file that my mom somehow managed to mess up. She was writing an article that was over 12 pages long, took a break, and when she came back it was all gone... except 3 pages. That's all I know and - since she's not exactly an expert user - there are millions of things she could have...
  4. SoupXVII

    How to use MSDE on a web server?

    I'm considering upgrading my site from ASP to ASP.NET with MSDE. However, I don't see any hosting companies that specifically say they support MSDE. It's all either Access or SQL Server. Does that mean they typically don't support it or is it installed with .NET by default?
  5. SoupXVII

    tricky stuff with MS chart control

    Hi, I have a problem with the chart control. I have two asp pages: one that lets users input data for a chart, the other to process it and create a gif graphic. One of the requirements is to show only three labels on X axis - first, middle and last - which I wanted to achieve by calculating...
  6. SoupXVII

    text outline: Photoshop vs Illustrator

    I am a Photoshop user and I recently started learning Illustrator. My problem is this: In Photoshop, I use the following method to add an outline to my text: first I use Select -> Load Selection and choose "XYZ Transparency". Then I go to Select -> Modify -> Expand, choose the number...
  7. SoupXVII

    chart control

    I have an ASP script that passes info to a page that creates a chart using MS Chart Component. That works fine. However, I need to add some additional features. Chart Control documentation doesn't give me any clues on how to do it. My problem is this: 1. There are ten data series on X axis. I...
  8. SoupXVII

    PHP on Windows

    I looked into it more and found a really cool package for installing php, apache AND mysql for Windows. It's called PHP Triad and can be obtained from this address: http://sourceforge.net/projects/phptriad
  9. SoupXVII

    Corrupt user files

    Thanks guys... System Restore did the trick. Amazing tool.
  10. SoupXVII

    Corrupt user files

    I tried to log on today and saw a message saying that my user profile is corrupt. In the corner of that window was a countdown. When I clicked ok, I was informed that XP will create a temporary user profile and, after clicking ok and waiting for a long time, I managed to get in. System...
  11. SoupXVII

    Show content for different browsers

    A site I'm working on is supposed to show different content for different browsers. The code I'm currently using works fine when viewed in Mozilla, IE or NN 6+. However, the display is messed up in NN 4. You can see the problem in action at http://www.rba.hinet.hr/ The problem is the middle...
  12. SoupXVII

    CE characters and XMLHTTP

    I have a problem with Microsoft.XMLHTTP. I need to grab a page, encoded as "windows-1250", which works fine using XMLHTTP. The problem arises when I try to process the page: all Central European characters are scrambled, and one or two characters after the CE char in question sometimes...
  13. SoupXVII

    PHP on Windows

    How can I install PHP to run on Windows XP without conflicting with my ASP server? Somebody once told me there's a special way of handling it so that I can run both PHP and ASP on my computer.
  14. SoupXVII

    DB drivers: jet 4 vs access?

    There are two ways I can connect to an access database: using jet 4.0 or access .mdb drivers, as specified in the connection string. What's the difference?
  15. SoupXVII

    Access, Central European characters, and ASP

    I have 2 problems: 1. I have a web form that accepts data in a <textarea>. Carriage returns look just fine when I display the content in an Access form. Problems start when I pull that info from Access and display it on a webpage -- CRs don't show at all. What can I do? 2. I input data to the...

Part and Inventory Search

Back
Top