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...
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...
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...
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...
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...
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
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...
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...
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...
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...
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...
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 "o" interchangeable in the search. So, if a customer searches...
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="RIGHT" valign="bottom" width="40"><FORM...
Hello,
I am using an applet called "AppletFile" 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...
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...
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...
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...
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...
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...
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 "logomovie".
"Logomovie" is just one...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.