Hello,
I coded a relatively simple MII application that allows data from a form to be added to a display grid and database. A user notified me that she "couldn't get data in"--I verified that the data was in fact going into the database even though it wasn't being displayed, and after some trial and error I determined that rows with all numbers without decimals would show, but any number with decimals would prevent the row from displaying.
And the strange thing is that the exact same application, with the exact same data, works fine on my own PC. When I enter the specific data the user was trying to put in, not only do I see my own row appear in the grid, but I see all the rows she had put in (this is how the system should correctly work).
Does anyone know why a display grid wouldn't like decimals, and/or why the application works fine on some PCs but not on others?
Let me stress, this is a very simple application. It's really just a grid and a form, with MII queries (that test fine) behind the scenes.
Thanks
Having problemswith multithreading and prime numbers
I have an assignment when I'm suppose to do the following:
PHP Captcha Error help - replace the "die" command
Hi All,I am after a bit of help with a Captcha spam protection box.The site gave me instructions, and all is well, apart from if the user give the wrong Captcha information...The highlighted code is
Embed Video Problem
Hey, thanks for looking!File to be embedded:Code: <playlist version="1"><trackList><track><title>SOCCER -
SAP Treasury - Commodities
We are running SAP ECC 6.0 with Treasury Activated.
form problem
Hi all, I think this is going to be easy to resolve but for I have been looking at it to long and I cannot see my issue!I hope this is in the right section as it uses modalbox, however I think its a
Lack of simpleXML Documentation
What is up with this.Look at: http://www.php.net/manual/en/function.simplexml-load-file.phpThere is no documentation with the ns parameter of that function and I am currently trying to deal with
Dynamic links in an include file
I am working on a small piece of code that counts records from a database and displays the result to the user. Everything works fine, except I am running into difficulties with dynamic links.The code
Count number of records in all the tables with a querry URGENT PLEASE...
I downloaded ORACLE 9I DATA DUMP into my comp. There are number of tables. I need to find out the tables with records more than say 100 or so at on go. Can it be possible... If so kindly let me
Simple image grab script.
I was wondering if it was possible and if anyone knew how to make a simple php script that looks at one specified directory and makes <img src="*.*" \> type links out of it?ive
word wrap in emails help needed
Hello, I understand how wordwrap works in php and have used it well before. However when I used wordwrap on a variable that is going to be emailed it puts the line breaks in well before it should.