I have a problem with using both Apache 2.2.3 and Tomcat 5.5.23 using mod_jk.
Basically when I type http://www.mywebsite.com I want it to go to http://ipaddress:8088/shop where shop is my webapp and it's in the shop dir under /usr/lib/apache-tomcat-5.5.23/webapps.
I tested that tomcat is...
I'd like to add or enable the delete function in a left-click pop-up menu on the selected listbox item or create a custom menu if I have to. How can I do that anyone?
I have a form with a tab control and each tab page contains a subform. My question is how can I run an initialization code for each subform when the user clicks its tab. The code bas to refer to an input value from the main form. I tried the load event procedure for the subform but it would not...
I have a form with a tab control and each tab page contains a subform. My question is how can I run an initialization code for a subform when the use clicks its tab. I tried the load event procedure but it would not work since the subform is loaded when the main form is loaded. I tried...
Ok I guess my question should be this: how do I catch the event when I switch from the main form to its subform in a tab control. Other than SetFocus I wasn't able to do that. I tried Tabcontrol.Change event but how do I let the subform know it has the current tab so it can start displaying the...
I have a tab control with multiple subforms. My goal is to pass a current product ID from the main form into one of the subforms chosen by the user and have it display/populate all its fields based on the product ID when the event PID.GotFocus happens. I started with one subform and it worked...
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.