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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by KaiDaniel

  1. KaiDaniel

    is it possible to get a minisap trial download version?

    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
  2. KaiDaniel

    Calling build in functions from user functions

    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...
  3. KaiDaniel

    This may be a stupid question, but....

    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...
  4. KaiDaniel

    compiling Java code together with "virtual machine"

    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...
  5. KaiDaniel

    form elements

    No problem. You don't need to use javascript. Just use the attribute readonly within your textfield or textbox. E.g. <input name=&quot;test&quot; type=&quot;text&quot; value=&quot;not editable&quot; readonly>
  6. KaiDaniel

    Calling a constructor from a different constructor

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

Part and Inventory Search

Back
Top