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 Wanet Telecoms Ltd 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. soldierdackel

    Word: Disappearing picture

    Hi, Hope anyone can help me out on this one. A friend of mine has a problem when inserting pictures in tables in Word. Inserting itself works fine, but if he scrolls the document so that the picture (or some of it) goes underneath the toolbars and then scrolls back, then the part of the...
  2. soldierdackel

    Another SQL help

    Hi there, I've got a table PO_HEADER with a field PO_NO. Normally the PO_NO should be unique but in some cases it's not. How do I find those rows where it is not unique? I started like this: select distinct PO_NO from PO_HEADER where ..... and then I stopped! Anyone able to help? It's an...
  3. soldierdackel

    ClassCastException

    Hi people, I'm new to Java and therefore seek "professional" help. Try to take a look at below code: DocumentAbbrMap d; for (int i=0; i < arrayList.size(); i++) { d = (DocumentAbbrMap) arrayList.get(i); } For some strange reason I get a ClassCastException when I do the above. I tried using...

Part and Inventory Search

Back
Top