Posts by DevAgil • 793 points
62 posts
-
2
votes1
answer2234
viewsQ: Event click on Image Javafx
I have an implementation being developed in Javafx only that I came across some situation that seem to be simple, when designating an Event the image in your Onmouseclicked from my FXML got the…
-
2
votes0
answers316
viewsQ: Web Java Layout for Desktop
I’m analyzing a way to draw more pleasant and close screen web. I searched the internet and I know that with Javafx I can draw rich and beautiful screens, I wonder if there is any more framework or…
-
0
votes1
answer194
views -
1
votes1
answer722
viewsQ: Search database using JSF
I am programming an application in JSF, my application can do the function of Record and Change without any problem, but as I am using Java web technology now I am finding a certain difficulty in…
-
0
votes2
answers460
viewsA: Extract Firebird Database with Predefined Layout
I used the same Crystal Reports tool to extract this information to a TXT file, but had to model the data as the Tax Software requires the provision of information. Anyone interested can get a trial…
-
0
votes2
answers460
viewsQ: Extract Firebird Database with Predefined Layout
I need to extract some information from the database, with a predefined layout and launch into a file. TXT Example: 1 to 10 digit size code; name size from 1 to 20 digits; date sale size of…
-
2
votes2
answers915
viewsA: How do I use Mysql Federated?
I solved the problem differently. First stop the database service through Startup/Shutdown Then go to Options File option On the Options File screen in the General tab we have the second Federated…
-
2
votes2
answers915
viewsQ: How do I use Mysql Federated?
I need to use the FEDERATED Engine in my Mysql database but by default it is disabled, in some forums it says that to enable it is necessary to go to my.ini configuration file and add the Federated…
-
1
votes1
answer150
viewsQ: Replication Mysql Database
I am drafting an online project and I need to ask a question regarding the creation of the database. I will have a database COMPANIES containing the reference with name and a code. From this…
-
3
votes1
answer1301
viewsQ: Mysql Local Database and Online Server Connection
I’m developing an application using Java Swing + Mysql database, but I’m analyzing making an online platform that talks to the local application, using the database to interconnect the data, because…
-
1
votes1
answer343
viewsQ: Printed using Ireports
Good night, I need to develop a form for the standard 80x30mm that would be for thermal printer. I had thought of creating a model in ireports and at the time of printing call the model, but I’m…
-
2
votes1
answer755
viewsQ: Improved Hibernate Performance
I am developing an application in Swing using Hibernate, but I still do not know all the tricks that the tool has and the development used this providing me a beautiful knowledge, but I came across…