Hi
I have made an menu using ASP classes. Now I want to make an instance (object) of the menu class in one page and use this object in another page. I have done the following:
<CLASS Menu>
...
</CLASS>
<%
Dim HoofdMenu
Set HoofdMenu = new Menu
.....do some things with...
Hi
In JDeveloper 9i you can create a database connection from New in the file menu. This connection is than shown in the System navigator. Does anyone know how to use this connection in the java code? What command or name do I have to type to reference it?
Diederik
Hi
In JDeveloper 9i you can create a database connection from New in the file menu. This connection is than shown in the System navigator. Does anyone know how to use this connection in the java code? What command or name do I have to type to use it?
Diederik
Hi,
I have an object (Bal) that is contained by some other object (Field). Is it possible to call non-static methods of Field from the Bal owned by Field? In other words, is there a command to access the direct owner of an object?
thanx
Diederik
Hi,
I have made an applet that draws a moving 'ball' onto the screen. It does this in a loop in the paint() method of the applet. Now I want to stop the loop when a button is pressed. The program however does not notice when I press the button because it is in the loop.
Does someone know if...
Hello,
I've made a form module in Designer 6i. Now I want to restrict the presented records in the form by adding a Where/Validation Condition to the base table usage.
Does anybody know how I can use a defined parameter (argument) in this condition? I've tried :parameter.param1 but this...
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.