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 Shaun E 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: *

  • Users: Goalie3533
  • Content: Threads
  • Order by date
  1. Goalie3533

    Switching from landscape to portrait??

    I have a report that was originally set up to print as a "landscape" (paper width is longer than height) but in order to save paper, I now need to switch my report printing options use a printer orientation of "portrait". I went into "Printer Setup" and switched the Orientation option to...
  2. Goalie3533

    simple "update"

    I need to update the field on one of my tables with the data contained in a field on a different table. I tried doing this but I keep getting an error. Any idea on how to do this? Thanks. -Goalie35
  3. Goalie3533

    How to remove characters

    I need to create a formula that determines how many characters are in a string. If the string length is greater than 17, I need to remove all characters after the 17th and add to the string: "..." So "Hello. How are you doing today?" would become "Hello. How are y..." If the string length is...
  4. Goalie3533

    Snap to grid???

    My crystal reports all contain a great deal of lines and boxes to separate all of the data. One of the bigger nuissances I've encountered in Crystal is when I'm trying to line up all of these lines properly and even though everything appears to be lined up in crystal, when I actually view the...
  5. Goalie3533

    Unable to connect to other networked machines!!

    I'm having trouble attempting to connect to the localhosts of other machines on my company network and unfortunately, I know very little about networking. I was able to connect to these machines a month or two ago but I now seem to have lost the ability to do so. When I try opening a web...
  6. Goalie3533

    Setting null running total to zero

    I want to set all of my running totals that have a null value to display zero on the report but I can't seem to find a way to do that. I could use the "isNull" function if I was using a formula but how could I do this with a running total field? Thanks in advance. -Goalie35
  7. Goalie3533

    error: "document is null or not an object"???

    I have a strange javascript error on one of my company's intranet pages. The error reads "window.document.viewreport.close is null or not an object". The strange part about this is that only one computer in the office out of the 10 I've tried to duplicate the error on so far brings up the...
  8. Goalie3533

    simple query w/two tables

    i need to perform a query using 2 tables that ultimately grabs the last time a customer made a payment for one of their bills(invoices). the first table(i'll call it tblInvoices) has all of the customer invoice #'s. now, since a customer can make several installments for their invoice, as...
  9. Goalie3533

    strange temp table error in stored procedure

    I'm writing a stored procedure which involves creating a temporary table and inserting a bunch of values into it. The strange thing is, when I try to run it, I will sometimes get an error that reads: Insert Error: Column name or number of supplied values does not match table definition. Then...
  10. Goalie3533

    Can't seem to create this stored procedure

    Hi guys. I apologize if this sounds a little confusing but unfortunately, I'm not a database expert and I really need some help on this issue. I need to retrieve about a dozen fields from various tables for a report that prints out our clients service plans however I'm not sure how to go about...
  11. Goalie3533

    Finding a particular field name within hundreds of stored procedures

    I have a particular table field name in which I need to locate each and every occurrence of throughout all of my stored procedures. The problem however is I have over 100 stored procedures and was just wondering if there was an easier way to locate each and every occurrence of a particular...
  12. Goalie3533

    Trimming spaces

    I know you can remove leading and trailing spaces using LTrim or RTrim in a query however how would I go about removing any spaces from the middle of a string. So, for instance, "How are you?" would become "Howareyou?". Thanks in advance. -Goalie35
  13. Goalie3533

    Need to utilize data within summary field

    Hi guys. I'm writing a formula that needs to check whether the value of a summary field is null or not(ok, I'm still rather new to crystal so just to make sure I'm calling this field by its propper name, when I right click on the field, the top line reads "Field: Sum of B4DS.CreditAmount". So...
  14. Goalie3533

    Newbie problem with conditional running total

    I have a report that lists all of the payments by all of our clients. If the payment is a positive amount, it means the company paid it's bill and everything's fine. If the payment is a negative number however, it means the check bounced. Now my company wants to see the total dollar amount of...
  15. Goalie3533

    Retrieving description field

    For each column name in a sql server table, there are a list of column properties. One of these properties is the "description" property. I need to somehow retrieve the contents of this description and display it on a web page. Does anyone know how I can go about doing this or know of a...
  16. Goalie3533

    Why am I getting additional rows??

    I have a query that should diplay the 3 top selling items from a particular product category(i.e: Clothes, Hats, Shoes, etc). I'm joining 2 tables to gather all of the necessary information however more than 3 rows are being returned for some strange reason. I'm selecting the product ID...
  17. Goalie3533

    successful ms access insert?

    I have an asp application that needs to check whether or not an ms access table "insert" statement was successful. If the new table row was successfully added, I need to inform the user of this. If it wasn't successful however, I need to halt all further execution of my code. Does anyone know...
  18. Goalie3533

    creating a spider application

    I need to create an application for a client that spiders specific sites for magazine images. Does anyone know of a website that explains how to create this type of software? Thanks. -Goalie35
  19. Goalie3533

    Anyone know anything about web bots????

    I need to create a web bot for a client of ours but the problem is I don't even know where to begin looking. Essentially, I need to create an asp.net(or asp 3.0) application that searches the internet for magazine cover images. Does anyone know how I can go about finding information on this...
  20. Goalie3533

    Anyone know why this page won't upload

    I'm uploading an entire asp.net project to my server for the 1st time and I thought I had everything set up properly but I'm getting an error when I try to access the page. Can you please check out this page and perhaps point me in the right direction as to how I can fix this...

Part and Inventory Search

Back
Top