Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. BBobinski

    Mozilla Background Image Problem

    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>...
  2. BBobinski

    Null Arguement Question

    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...
  3. BBobinski

    Null Arguement Question

    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?
  4. BBobinski

    Null Arguement Question

    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...
  5. BBobinski

    Empty Table Notification

    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.
  6. BBobinski

    Empty Table Notification

    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...
  7. BBobinski

    Reference a Table Field Value in a SQL Statement using JSP

    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)
  8. BBobinski

    Reference a Table Field Value in a SQL Statement using JSP

    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...
  9. BBobinski

    User Permission Problem

    [Sad] I administer a Domain with an NT Server and XP Clients. I need to allow a specific user &quot;Full Control&quot; of a certain folder. When I ADD this user in the Security Tab and give him &quot;Full Control&quot; rights to the folder it appears to take hold. But when I return to the...

Part and Inventory Search

Back
Top