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 TouchToneTommy 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. breaknrun12

    Excel Formula returning Zero

    I have and excel formula that sums up the values in two other cells. The two other cells get there value by a formula. When I sum these two cells up, Excel is returning Zero. Ex. A1 = 1 (this value is typed in) B1 = 3 (this value is typed in) A2 = 2 (this value is typed in) B2 = 4...
  2. breaknrun12

    Logon Fail when viewing report with subreport

    I have a crystal report that displays data from a data table within a data set. The dataset is populated with data by connecting to and querying a postgres database and loading the results into the data tables. When I add a subreport to the main report, it keeps asking me for login credentials...
  3. breaknrun12

    Failed Backup - IPv6

    I have a client machine I've been trying to back up, but it fails saying "Couldn't look up the name of address: 'Some IPv6 address':No such host is known". I ping the server by name I get a different IPv6 address than the one in the error message. I'm not sure where its getting this IP.
  4. breaknrun12

    Firefox appends .xls to a csv download

    When I try to open a .csv file from Firefox using Excel, firefox appends a .xls (filename.csv.xls) to the file and puts all the test in one column. How can I get Firefox to stop doing this so that Excel treats it as a true csv file. Thanks,
  5. breaknrun12

    Publishing VB 2008 windows application

    I'm trying to publish a windows application that works fine when I build it in Visual Studio. But when I try to install it I get a blank error message box with a big red circle X in the middle with an OK button. I thought it might have been something I coded wrong, but it seems that as soon as...
  6. breaknrun12

    Binding crystal report with multi table dataset

    I'm trying to add a crystal report to my application that uses a dataset with two tables. how do I fill the dataset with the data from the two tables, create the relationship between the two tables, and bind the report to the dataset? Here's the code I got working for the report when it only...
  7. breaknrun12

    Return User defined object in web service

    How do I return a user defined object in a web service method for the client to use?
  8. breaknrun12

    ResultSet & Web Services

    What is the best way to return a ResultSet from a web service to the client? Thanks, BRENT
  9. breaknrun12

    Java Long Multiplcation Error

    Why does the statement long x = 24 * 60 * 60 * 1000 * 1000 compute the value for x to equal 500654080 instead of what it really is 86400000000? Thanks,

Part and Inventory Search

Back
Top