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 IamaSherpa 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. pwinstanley

    Duplicate forwarded email to external address

    've seen this problem mentioned on a few postings before but no fix. Basically when I add a contact in AD to have an external address and apply a forward to to a mailbox account the message is delivered twice to the external address. I have looked at the message tracking to find that the...
  2. pwinstanley

    Deliver Messages to both Forwarding Address and Mailbox problem

    I have a two-exchange server environment, FE/BE configuration. If I set up a user in ADUC with Delivery options set to forward to an outside email address AND the checkbox set to Deliver Messages to both Forwarding Address and Mailbox then that user will recieve TWO copies of a piece of mail in...
  3. pwinstanley

    Ris and CIW headache

    Hope someone can help. I have the RIS server all set up. I can see all the available RIS Images and when I choose one it invokes the Warning.osc then install.osc. Once these run it then says 'Reboot failed. Press Ctrl+alt+del' and that's as far as I get. What am I doing wrong? Thanks Paul
  4. pwinstanley

    SQL query help

    I'm trying to create a best sellers chart for my eCommerce site. I have put in place the following query SELECT dbo.OrderDetails.productID, sum(Quantity) as Quantity FROM dbo.OrderDetails GROUP BY dbo.OrderDetails.productID ORDER BY 2 DESC which gives me the productID with most sales at the...
  5. pwinstanley

    Defining Relationships

    Hi there, I'm just starting out with SQL 7 and I need to know where to define relationships with the Enterprise Manager. Is it the diagram section? Thanks Paul
  6. pwinstanley

    Login and cookies

    I'm developing a site that uses a login screen. This is all fine and no problem. However on the homepage I am looking for a similar approach to the Blackstar website(http://www.blackstar.co.uk) where it would display 'please login' as a link to the login page and '<username>' once the user has...
  7. pwinstanley

    Hacking of asp post info

    The url of the game is http://www.universal-playback.com/competition/index.asp Any more help would be appreciated - I'm not a major asp expert btw. Thanks Paul
  8. pwinstanley

    Hacking of asp post info

    Hi there. I have a web site that has a game on there. The top score wins a prize and it seems that people are chaning the top socres and putting in what they want. Can people capturing post data as it is sent from the page to the server and then resend their own data afterwards? If so what...
  9. pwinstanley

    Default value of field

    Nice one - thanks
  10. pwinstanley

    Default value of field

    Hi there, I need a quick answer on this as I am supposed to provide the solution today. Is there anyway on the design view in Enterprise Manager to specify the default value for a field. We have added new fields to the database and I want a competition field's default value to be Competition...
  11. pwinstanley

    Programming a sales promotion

    Is it easy to program a 'Buy 2 get 1 free' offer in asp. What sort of code is involved? Cheers Paul
  12. pwinstanley

    Formatting database text

    What's the best way to format database text? Put basic html tags (such as <br>) in the datasbase and add more to the page when required? Some other way that keeps tags out of the database. Thanks Paul
  13. pwinstanley

    Read more tags..

    How do I go about creating a read more link and it generating more info from the database. Thanks Paul
  14. pwinstanley

    SQL query query

    Nice one. Thanks
  15. pwinstanley

    SQL query query

    I'm an passing a variable from one page another using the query string method. The variable passed is called playback. How can I incorporate this value in an SQL query. Eg. select * from products where series = <the value of playback> I can easily display this value in the results page using...
  16. pwinstanley

    Pop up menus and Ultradev

    This sounds fine buy can the function be a query to an SQL database - an important part of what I am trying to achieve but missed out of the first question. Doh!
  17. pwinstanley

    Pop up menus and Ultradev

    Anyone know how to make the menu choice of a Fireworks generated pop up menu run a query? At present the generated commands point the chosen item to a link using location= and it is at this point I would like to change the code to run a query to display a certain page. Any help would be...
  18. pwinstanley

    Calling different image maps based on platform

    Is there anyway with Javascript to detect the platform and then load up an image map based on this? Sounds easy but I'm a Javascript novice trying to do more than I know. please help
  19. pwinstanley

    showMenu command

    Are the coordinates in the showmenu command different on a pc and mac? Or should the menu pop up in the same place on screen. If you have both platforms then check my problem at http://www.universal-playback.com/beta.htm Cheers
  20. pwinstanley

    Urgent fix needed

    please can you help? I am trying to get side menu to work with Netscape and on a Mac(IE). Can you look at the code at http://www.universal-playback.com/live/index.htm and help. Basically the image swop out is bigger than the original and I need Netscape to ignore this fact. On the Mac it...

Part and Inventory Search

Back
Top