Hi mondi. I've used a component from metabuilders, you can find it on this address http://www.metabuilders.com/Tools/RowSelectorColumn.aspx it is very easy to use, it works with radiobuttons and checkboxes, when you download the code, just take a look into the example, if you have any trouble...
I think you cannot do it as simple as you want, instead you have to use a parser generator as prosper said before, I suggest you to use JavaCC it is somehow easy to learn and use,
I hope this helps,
You can find information about it on
https://javacc.dev.java.net/
Oscar
Hi. I just wanted to add something to the last answer, those queries must be done on the mysql database so you should do something like:
mysql> use mysql;
mysql> select user, host from user;
Hi. I was wondering if some of you know how to make dynamic page includes on an ASP.NET page. I mean something like the tiles from jakarta struts (java) (http://jakarta.apache.org/struts) or at least as the jsp:include.
Thank you so much in advance,
_______________________
Oscar Herrera...
Hi. I was wondering if some of you know how to delete a foreign key on MySQL 4.0.5 (InnoDB), I tried the SQL92 syntax but it doesn`t works (I can not define a name to the foreign key when I create it, but I can give a constraint name to it, what it is useful for?)
MySQL syntax to create a...
I think the problem of doing this is to mean nothing with that "super-class" information (attributes); in other words its like say "pears and apples are the same thing". For sure it will look more like a proccess than like a class, but it could work anyway... Also I think...
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.