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

    .NET C# Newb - Form fields not posting???

    I'm having a strange problem with form fields not being available to my .aspx.cs pages after being POSTed from another page. In order to rule out any interference from other features, I created two simple pages "test.aspx" and "test2.aspx" -- test posts a form to test2. === test.aspx...
  2. joepeacock

    .NET C# Newb - Form fields not posting???

    I'm having a strange problem with form fields not being available to my .aspx.cs pages after being POSTed from another page. In order to rule out any interference from other features, I created two simple pages "test.aspx" and "test2.aspx" -- test posts a form to test2. === test.aspx...
  3. joepeacock

    Chinese Characters - UTF8

    I am attempting to store Chinese text in a table with UTF-8 encoding and utf8_general_ci collation. After being stored, they are retrieved and displayed on a web page. On that page, which is properly set to use the UTF-8 character set, about 95% of the characters are correct, but a few are...
  4. joepeacock

    Verity Stemming

    I'm having a problem with Verity's stemming feature. It works a lot of the time, but for some words, it does not. Here's my CFSEARCH code: <cfsearch name="get1" collection="photos" type="simple" maxrows="5000" criteria="#lcase(sterm)#"> When #sterm# is "filmed", it returns all of the photos...
  5. joepeacock

    Verity Newb - What Am I doing Wrong?

    I'm trying to create Verity indexes for several columns of data based on a joined query. First, here's my code: <cfquery name="getcustomers" datasource="thedsn"> SELECT (C.custid) AS AID,(C.custid + 0.1) AS BID,(C.custid + 0.2) AS CID,(C.custid + 0.3) AS DID,(C.custid + 0.4) AS EID...
  6. joepeacock

    movieClipLoader - Prevent Caching

    I need a way to prevent caching of JPG images loaded with the moveClipLoader method. It seems like standard no-cache methods do not work because the image is loaded after the page has finished processing. Does anyone know of a way to do this? Joe
  7. joepeacock

    movieClip disappears in MSIE

    Hey everyone. I have a movie with a movieclip that likes to just disappear. Here is a page with the movie : http://208.179.199.145/masterdistributors/resource/linecardscroller.html This is a movie with a single movieclip. the movieclip accesses a database through Flash Remoting components...
  8. joepeacock

    Text-to-columns Data Transformation

    Hello all, I'm looking for a way to convert a single column table into multiple columns. Something like a "Text To Columns" conversion in Excel. I don't know the columns names or datatypes of the resulting columns because they may be different each time. My original post is here. I need to...
  9. joepeacock

    Import CSV File of unknown format

    Hello all, Here's my problem: I administer a website where users upload csv files and they are incorporated into a database. Of course, it's impossible to get all of the users to arrange their files correctly, so the files coming in may have any number of columns, with or without headers, with...
  10. joepeacock

    Default Field Values in a View

    I am setting up a utility for a client wherein their salespeople will be able to sync their contacts on their Pocket PCs to a database on our server using a third party utility. Each salesperson needs a separate set of data, but the company management will have web-based access to the database...
  11. joepeacock

    Which is Better?

    I have a new Dell PC with on-board Intel 3D Extreme Graphics. I also have an nVidia card from eVGA.com. It is an e-geForce2 64MB AGP 4x/2x/1x card with a 256-bit processor. It's a couple of years old (still new in box - just an older product). I don't know anything about these things, so, is...
  12. joepeacock

    An Interesting Problem

    I have a client with a searchable database of products. There are a little over a million products in the database, and the search is by part number only. Here is the problem. The client wants to be able to have zero and &quot;o&quot; interchangeable in the search. So, if a customer searches...
  13. joepeacock

    REReplace Help

    Hello, I have a long string generated by CFHTTP and I am trying to remove parts of it. The string is a long table with a form in the last cell in each row. That cell looks something like this: <TD align=&quot;RIGHT&quot; valign=&quot;bottom&quot; width=&quot;40&quot;><FORM...
  14. joepeacock

    Applet Install Second Chance

    Hello, I am using an applet called &quot;AppletFile&quot; for uploading files to a web page. The applet has a feature to redirect the user to an alternate page if they choose to not install the applet when prompted. On that page, I need to explain that the applet is necessary to use the...
  15. joepeacock

    Need File Chooser Applet

    Hello, I am not a Java programmer. I am a Cold Fusion website developer and I need some help. I need a file chooser applet where visitors to a website can browse their local directories and choose a file for upload. I would need the file information, including file size, returned to the web...
  16. joepeacock

    Datetime Field Overflow Error

    My client sent me an error message they received: ODBC Error Code = 22008 (Datetime field overflow) This is happening during a CFINSERT tag. (I know a CFQUERY would ordinarily be preferred. There are a number of reasons I used a CFINSERT in this case. If you are just going to tell me to...
  17. joepeacock

    CFFTP to Local IP on VPN

    Hello, My server is connected to a client through a VPN. We are attempting to send a file to an FTP server in the client's network using CFFTP. Using an FTP client, we are able to connect to the FTP server from our server while connected to the VPN and we are able to transfer files, etc. with...
  18. joepeacock

    What is causing this?

    For the last few days, one site on our server keeps going down. Just one. Here is what's happening: Every morning for the last few days, we've gotten a call from a client saying they cannot access anything on their web domain. There are several internal systems that are built into their...
  19. joepeacock

    Creating Empty duplicate table

    Hello, I am trying to duplicate a project and I need some help here. What I am trying to do is duplicate Table A, which has 50 or so columns and 30,000 or so records. I need table B to have identical columns, with all of the same datatypes, default values, indexes, increment seeds, etc. as...
  20. joepeacock

    Random Logo

    Okay, I have a logo with a random element. The randomized part is an animation chosen from several files that are not all the same length. Here's what I have so far: The main file, with the static elements and an MC instance called &quot;logomovie&quot;. &quot;Logomovie&quot; is just one...

Part and Inventory Search

Back
Top