I have a problem with my website when viewed in Mozilla. The background Image DateTime.jpg appears fine in IE but when it is viewed in Mozilla it appears distorted - any Suggestions?
<tr>
<td width="115"><img src="/images/Navigation.jpg" width="115" height="20"></td>...
I solved the Null Argument Problem. Weird - Code looked like it should have worked but when I ran Tests - Every time I placed the statement in the WHILE loop all I got was a blank page. So I attacked the problem form a new angle and ended up successful. I used the following code...
Tried your code - the results are still negative. Question - Does it have something to do with the WHILE LOOP. Does the LOOP have to be broken to show desired results?
In a report called the Daily Bulletin I have a notification section. One of the fields is entitled NARRATIVE. If the rpdnotification table is empty, can I set the value of NARRITIVE to "None at this time" and have is display the same? I have tried several times but get no results. My code...
I use JSP. What I was basically looking for was that if the rpdnotification table is empty - prompt a line where the data would normally go saying "None at this time" using JSP.
I have a Table entitled rpdnotification that has the following fields - subject, authority, startdate, narrative, and rundays. It prints out on a report for x number of days (Normally the user will select 5 days). Sometimes there are no notifications. Is there a way to load a message into the...
Thanks for the help Stefan and Toolkit. I ended up using the following SQL Statement. You guys pointed me in the right direction.
SELECT * FROM rpdnotification WHERE rundate >= (SELECT MAX(notedate) FROM rpdbulletin)
I have a TABLE called rpdnotification. Within rpdnotification is an INTEGER Field entitled rundate. rundate is the last date that the notification is supposed to run. In the TABLE rpdbullein is an INTEGER Field entitled notedate. notedate is the current entry day of the bulletin. Both dates...
[Sad] I administer a Domain with an NT Server and XP Clients. I need to allow a specific user "Full Control" of a certain folder. When I ADD this user in the Security Tab and give him "Full Control" rights to the folder it appears to take hold. But when I return to the...
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.