No sure about this but I just re-did part of the database to unify the naming and all of a sudden we start getting a weird error which this link addresses ... http://webomania.wordpress.com/2006/10/01/out-of-range-value-adjusted-for-column-error/
To resolve the problem I simply made the declared data-types in the relevant stored procedures the same as in the database tables. Weird but the problem is fixed.
Monday, March 24, 2008
Monday, March 3, 2008
Frustration Continues
Today I have been pounding away at javascript trying to get a new window to behave appropriately but have instead uncovered some browser differences between Safari and Firefox which may cause me to have to scrap then current approach.
This code works in Safari but does not work in Firefox I finally stepped back to this tutorial from a book after trying for 4 hours to get an Ajax response to appear in the new window to no avail.
childWindow = window.open("","Event Revision");
var doc = childWindow.document;
doc.body.innerHTML="
This was the approach I wanted to take to deal with Event Revisioning/Commenting & perhaps Relating but it may simply not be possible, which if that is the case will annoy me greatly.
This code works in Safari but does not work in Firefox I finally stepped back to this tutorial from a book after trying for 4 hours to get an Ajax response to appear in the new window to no avail.
childWindow = window.open("","Event Revision");
var doc = childWindow.document;
doc.body.innerHTML="
this is a test
";This was the approach I wanted to take to deal with Event Revisioning/Commenting & perhaps Relating but it may simply not be possible, which if that is the case will annoy me greatly.
Subscribe to:
Posts (Atom)