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 SkipVought 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. DVDGirl

    Failed to connect to server 'YourServiceName'

    Hi ~ We're trying to connect to MSDE SQL Engine. The weird thing is that if we install Crystal Enterprise X Professional, we get the error message "Cannot connect to server". However, if we install Crystal Enterprise X Embedded Version, it connects fine. ~DVD Girl
  2. DVDGirl

    Failed to connect to server 'YourServiceName'

    Hi All ~ I am getting this error: Failed to connect to server 'YourServiceName'. Error return from Windows Sockets API : 0 It happened when I call CE 10 using ASP.NET. I googled and I couldn't find a solution, but I found people are having the same problem too. I applied the latest...
  3. DVDGirl

    Compare drop-down so only one of each choice is used?

    I finally solved it. Thank you to those who took time to read my dilemma. For those interested, here is the code: <script> //build a string of the SELECT objects selected indexes. A duplicate selection will be easily detectable. An example of a 'valid' indexString would be *2**1**3*...
  4. DVDGirl

    Compare drop-down so only one of each choice is used?

    Thank you for posting, LookingForInfo! I'm not very JavaScript savvy, so I was wondering how you would tweak the code for multiple groups of drop-down boxes... If you have any suggestions, I'd be happy to hear them! Thank you! -DVD Girl
  5. DVDGirl

    Supress Group Header with coding?

    Thanks, Tom! [bigsmile] I just have to tweak it a little, but otherwise, the thread you pointed me to gives me just the info I need! Thank you very much!
  6. DVDGirl

    Printing the date range based on entered parameters

    If you want to print the date in the report, you would enter something like this in the "Control Source" property of a text box: ="Report Generated Between " & [FromDate] & " - " & [ToDate] Hope this helps (and what you are asking for!) =) -DVD Girl
  7. DVDGirl

    Supress Group Header with coding?

    Hi Tom - Thank you for responding, but I'm sorry, I guess I didn't explain my scenario clearly enough. I would like one report that has two different views: (1) Sorted by Team or (2) Sorted By Player. I would like the user to choose how they want the report sorted from a combo box on a form...
  8. DVDGirl

    Supress Group Header with coding?

    Is there a way to suppress the group header through coding? I have a form that has a combo box: (a) Sort by Team, (b) Sort by Player. That goes to a report that has a group header, Team, and the data is sorted by Team Name. However, I would like the same report to also be sorted in...
  9. DVDGirl

    Compare drop-down so only one of each choice is used?

    Hi byam - Thank you for your prompt response! Your code works perfectly, however, it's not exactly what I'm looking for. I really want to use numbers (instead of colors). And the code won't work, if say, I wanted to pick the third choice as #1. I'm open to any other recommendations you have...
  10. DVDGirl

    Compare drop-down so only one of each choice is used?

    A user needs to order items in order of their preference. So for example, I have three shirts: blue, red, and yellow. The user has to pick the order of their preference. 1 - Blue 2 - Red 3 - Yellow Each drop-down has the options of 1, 2, and 3. Is there a way to check to make sure that they...
  11. DVDGirl

    Span landscape report over two pages?

    I finally got it to work. I started all over from a blank report. I put the first group of subreports in the Report Header. I supressed Page Header and Details. I placed the second group of subreports in the Report Footer. I made a common Page Footer. For some reason, when I was trying...
  12. DVDGirl

    Span landscape report over two pages?

    I am trying to create a weekly schedule. I am connecting to a database with a list of appointments. Each appointment is a record. In Subreport1, I query the database for a list of appoitnments on 7/28/03 (Monday.) Subreport1 is a table with all appointments descending. The data is formatted...
  13. DVDGirl

    Span landscape report over two pages?

    Hi K - Thank you for your suggestion, however, still I can't get it to work. It may be because of how I have my report set up. I have four subreports in the page header for the first page. On the second page, I have an additional three subreports. Basically, I have 7 subreports for each day...
  14. DVDGirl

    Span landscape report over two pages?

    Is there a way to span a report over two pages in landscape? I can't extend the design area further than 10 5/8&quot;. Any suggestions are greatly appreciated. Thank you! -DVD Girl
  15. DVDGirl

    CSS menu layer in wrong position

    *bump* Sorry, still haven't figured it out yet. Anybody have any suggestions for me? Thank you in advance! -DVD Girl
  16. DVDGirl

    CSS menu layer in wrong position

    Thanks, Edward. I noticed that it was italicized, but didn't put two and two together to realize that the code was being translated. In any case, here's the js again: <SCRIPT LANGUAGE=&quot;JavaScript&quot;> <!-- Original: Fredrik Fridsten (fredrik.fridsten@home.se) --> <!-- Web Site...
  17. DVDGirl

    CSS menu layer in wrong position

    Also, if i change submenu style to position:relative (instead of position:absolute), it creates invisible layers where the submenus are supposed to be. Therefore, there are blank spaces between the titles. Thanks! -DVD Girl
  18. DVDGirl

    CSS menu layer in wrong position

    Hi deecee - Thanks for your response. However, I'm still not getting it! (Probably because I don't know how to implement your solution.) :( Could you please use a snippet of my code and write an example. So sorry for the trouble! Thanks again. -DVD Girl
  19. DVDGirl

    CSS menu layer in wrong position

    Hi cropc - Thanks for replying. When I took out the id's, the javascript didn't work anymore. I grabbed the js off of a site, so I suppose this may be the problem, and not just the css layers as I thought. Here's the script: <SCRIPT LANGUAGE=&quot;JavaScript&quot;> <!-- Original: Fredrik...
  20. DVDGirl

    CSS menu layer in wrong position

    Hi - I have a CSS/JavaScript menu. I want to place it within a cell of a table. Here is the CSS: <style type=&quot;text/css&quot;> a { text-decoration: none; color: #FFFFFF; } .title {position: relative; width: 200x; height: 20px; left: 10px; z-index: 10; font-family: verdana, helvetica...

Part and Inventory Search

Back
Top