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 bkrike 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: OzWolf
  • Content: Threads
  • Order by date
  1. OzWolf

    JAXB WebServiceException - Connection Timeout

    Hi everybody, I have run into a very perplexing problem with a web service I am developing. The web service has been successfully deployed to the testing server. It can be successfully accessed and utilised by both our Delphi developers and myself as the Java web developer. The problem I...
  2. OzWolf

    Segmentation Fault On Number Increment

    Hey folks, I'll be the first to admit that the last time I did any serious C programming was over a decade ago at uni. Up until today, my work with C has been basic maintenance and minor code changes. Anyway, I'm running into a segmentation fault that just has me reviving my days in the Navy...
  3. OzWolf

    Charts & Forumla Field - Different Grouping Need to Report

    This may be impossible to do, but someone might have an idea. We currently have a sub-report with a manual cross-tab with the following groupings: - Product Group - Product Type - Bill Period A business need has arisen for a chart in the same sub-report that shows the total charge...
  4. OzWolf

    SQL*Loader Raising Non-Numeric Error (when it shouldn't).

    I need help on an issue I have encountered with SQL*Loader. It spits out the following error: Record 25976: Rejected - Error on table TASINET_INBOUND_TEMP. ORA-01858: a non-numeric character was found where a numeric was expected After much investigation with the record, I discovered the...
  5. OzWolf

    Retrieving User's E-mail Address

    Ok, the need to conquer continuing customisation problems continues. This time, I am trying to retrieve the e-mail address of a particular user account. I can get the username, full name and description without a problem but the e-mail address continues to elude me. I haven't been able to...
  6. OzWolf

    SQL*Loader - DIRECT=TRUE Problem

    Hi, I'm relatively new to the Oracle world, having only recently started using Oracle as a reporting warehouse for extracted data from our Ingres billing database. I have run into a slight problem with SQL*Loader. It may be a restriction of the tool, it may not. Anyway, here goes: We have a...
  7. OzWolf

    Use Token to Access CMC

    Greetings, I have recently completed a custom interface for the Crystal Enterprise environment, using styles and look that better suit our corporate identity. The only problem is that I am trying to create a seamless connection between the custom interface (and its respective token) and the...
  8. OzWolf

    Confusing "Object Required" Error...

    Greetings all, I have run into a confusing issue with an ASP page that is trying to execute an SQL statement on a MySQL database. Here is the code first: <!-- #include file="../functions.asp" --> <!-- #include file="../retrieve_db.asp" --> <% on error resume next Dim strSQL Dim intParentID...
  9. OzWolf

    Missing Services

    Greetings, Well, the strangest thing happened to me recently. While stopping the Workstation service one day (I do this when I remove my computer from the home network) the system froze completely and gave me a blue screen of death. A little perturbed but not too worried, I reset the machine...
  10. OzWolf

    Opera Strangeness

    Greetings, Having fixed my problem with my CSS buttons (forgetting the display: block tag), I have since moved onto fixing some other problems with browsers. I have basically got everything working except for one problem in Opera. My front page (after logging in) has two DIVs absolutely...
  11. OzWolf

    DIV Buttons

    Greetings, I have run into something that has got me perplexed, and given my relatively short development time with CSS, it comes as no surprise really. Anyway, I am trying to develope a CSS button template for my website. The problem I have run into is the dreaded cross-browser compliance...
  12. OzWolf

    Table Question

    G'day, I have a rather interesting problem (that I dug myself into in the first place ;)). I am building a webpage that effectively has a banner across the top (entire width), a 150 pixel column for a menu and the remaining width dedicated to the main page. A standard design. However, what...
  13. OzWolf

    System Variable

    This is probably a simple thing to do, but be stuffed if I can figure it out. I have a system variable that Windows 2000 stores under the variable %clientname%. I can retrieve this variable name via DOS prompt. What I want to do is get this variable and use it in a Visual Basic application...
  14. OzWolf

    Printer Problem

    Greetings, I have run into a somewhat unusual problem with a distributed app that I support. It all has to do with printer locations. Let me explain how the app works first so as you know what steps are being taken: 1) The VB 6.0 app asks the user for a destination printer using the Windows...
  15. OzWolf

    Decals

    Greetings, I am new to the world of 3D modelling, but through work managed to get my hands on 3D Studio Max 4. To say I'm hooked is a bit of an understatement. Anyway, I decided to do some space vessel models to get myself used the various tools 3DSMax offers. Relative easy to model and easy...
  16. OzWolf

    Refreshing Crystal DB locations

    Greetings, I've run into a bit of a problem. A VB application I'm working on needs to be distributed to a number of different PC's and it will invariably be installed on various drives in differing directories. The application also contains four Crystal reports. What we need the application...
  17. OzWolf

    Refreshing Crystal DB locations

    Greetings, I've run into a bit of a problem. An application I'm working on needs to be distributed to a number of different PC's and it will invariably be installed on various drives in differing directories. The application also contains four Crystal reports. What we need the application to...
  18. OzWolf

    Enterprise Alternatives

    I have been asked to come up with some possible alternatives to Crystal Enterprise for our company. I have had a look around and have seen products such as rePortal and i-net Crystal Clear but I would like to find out how they compare to Enterprise with regards to functions, ease of use and...
  19. OzWolf

    Version 7.0 Pie Charts in 8.5

    Greetings again, My company currently runs a number of version 7.0 reports, but as we look to move to the web (and my months of pushing an 8.5/9.0 upgrade) they have decided to upgrade. However, we seem to have run into a problem with almost every report. Whenever we run a version 7.0 report...
  20. OzWolf

    Auto-expanding Chart

    I have been given a requirement to create a horizontal bar chart that shows a customer a breakdown of their costs by account. The only problem with this is that some customers have maybe 5 accounts and others have 30 accounts. Is there a way to make the bar chart expand vertically down the...

Part and Inventory Search

Back
Top