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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.