That helped! progress, thank you. I saw the full height but not the full width of the image. I added a width, which worked.
Then I noticed that removing the height: 100% had no effect.
I resized as it was showing too wise in IE. Final code:
#fullheighttable
{
border:0;
padding:0...
I am drawing text on an image in the top left corner. I want the code to be XHTML. The text shows fine but only a little bit of the image shows as opposed to the whole amount. I've experimented for ages with this and my current code is:
<table id="fullheighttable">
<tr><td class="photoHeight"...
I have easyphp running on my windows ny server working great.
Previously I was able to do
http://192.168.1.1/mysql//server_databases.php
form my machine to access phpmyadmin.
I have now moved to a new xp prp sp 2 box and when I do
http://192.168.1.1/mysql//server_databases.php
I get a 403 ...
interesting, ta for the post. we display the above list in a listview which allows them to navigate through players in the system. If they choose delete on one of the entries, we have a separate mapper that deals with deletes so this wouldn't be a problem for us methinks. cheers, tom.
Thanks a lot for the extra info. In this case if all the returned values are equal i'm happy with either row. I'm curious what your argument against distinst is... is it because it's just not exact enough and not "pure"...?
Thanks again, tom.
Thanks for the tips. I tried :
LEFT JOIN (Conditions D
INNER JOIN (
SELECT distinct Owner_Oid, MaxCond = Max(Cond_TrainingStatusRO)
FROM Conditions
GROUP BY Owner_Oid
) DMax ON D.Owner_Oid = DMax.Owner_OID AND...
Panacing i was at the end of the day when i thought it had all been solved and then saw this example!
yep duplicate LastUpdated fields.
Actually I only started using LastUpdated because sometimes there are (legitimatly) duplicate Cond_TrainingStatusRO and I only want one record per person -...
Thanks for the info, very useful.
Esquared- testing just came back with a duplicate being produced, 2 records for the same person with the same Cond_TrainingStatusRO. I've reproduced it myself running (your) the query....not out of the woods yet! will have to dig more tomorrow
cheers, tom.
Gentlemen - I bow my head to your sick skills!
rac2 I started testing with your solution, it returned the correct number of rows (74)! But COND_TrainingStatusRO was returning 3 nulls where it shouldn't be...haven't figured out why it's not working yet...
esquared...i plugged in your code and...
I'm sorry I'm not able to simplify this to make my question easier to understand.
In the below query there are can be more than 1 conditions records returned for each person (if there are duplicate max COND_TrainingStatusRO). I only want 1 per person. So say there are 10 people and for 1 person...
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.