Hi,
sorry, but I don't know where you can download it.
But I think the miniSAP system comes with the book "ABAP Objects" by Horst Keller. Perhaps you can get it on ebay, too.
Kai
Hello,
I want to write my own function that uses the result of a standard function of Excel (e.g. SUM, WEIBULL,...).
This means I want to call a function, you normaly call on your spreadsheet like this: =SUM(1;2;3)
But I want to do it from within my own VBA function.
Does anyone know how to...
Hi!
I just wanted to warn you about using Microsoft J++. In fact it will work quite fine to compile your java code to an .exe file that doesn't even need a Virtual Machine (JRE). But this will completely corrupt your code without any warning.
For example if your are using swing or AWT classes...
Hello
First of all - I have no solution to your problem. I just want to warn you about a very "beautiful-on the first look" solution.
What you are NOT searching for is the old MS Visual J.
If you look at it first time - it is perfect. You are able to build nice GUI's in no time. Then...
No problem. You don't need to use javascript.
Just use the attribute readonly within your textfield or textbox.
E.g.
<input name="test" type="text" value="not editable" readonly>
Hi! My problem is the following. I'd like to call a constructor from within a different constructor to prevent code duplication.
E.g. the first constructor sets the first attribute and another constructor sets a second attribute and then calls the first constructor to set the first one, too...
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.