Posts by Ulisses Gimenes • 443 points
38 posts
-
-3
votes1
answer25
viewsQ: Assign formula to a cell in VBA - Appears a @
I am learning VBA and in a sub where I try to assign the command below: =PROCX([@[Empresa Emitente]];FORNECEDORES[Empresa Emitente];FORNECEDORES[DEPART];"";0;1) Sub EXTRAIR_DEPART_UPDATE() Dim…
-
0
votes1
answer29
viewsQ: Lavravel cannot find the file to download
I have a routine in the project where I attach documents but I can not in any way that Storage find the same. This is my download method: public function download($id) { $anexo =…
-
-3
votes1
answer136
viewsQ: CASH DATE
I import a spreadsheet where there are several date fields that are the focus of my import, only when it is imported into the database it goes in numerical value, Is there any way to convert these…
-
0
votes1
answer122
viewsQ: Single modal for lines of a DATA TABLE
I have a data listing with approximately 1200 clients where I bring [CPF, NAME, PHONE, ONE STATUS] and a column with the control buttons, a year ago I took a mini-course in college to learn how to…
-
0
votes1
answer401
viewsQ: File Path in project
I have a project where I need to develop a billing request, I am implementing a spreadsheet import for DB Mysql, until this part is OK, the problem is that I can’t find the file inside the folder…
-
0
votes3
answers1027
viewsA: LARAVEL 5.3 Blade template is not updating the page
I had the same problem! I updated, removed column from table or added and nothing happened! I’ll describe how I solved it and you check it out for you, Move your project up to a code repository like…
-
0
votes1
answer29
viewsQ: Mysql condition for unit of measure specific value
I have a BD view where I need to bring a total amount of KG/LT of products expected to receive in the company, I need to include a condition that when the unit is TON or TN it multiplies by 1000,…
mysqlasked Ulisses Gimenes 443 -
-1
votes1
answer84
viewsQ: Select does not show the selected row
I have a zip code field where I make a query via javascript, so far so good, is working, in my form I have log field, number, neighborhood (city and state that are selected) I wanted to select the…
-
1
votes1
answer593
viewsQ: Update field with select data
I have a field of type select that I select a driver, I would like when I select this driver the text field received the phone of this driver, which already comes with the information of the line of…
-
0
votes0
answers57
viewsQ: Field with different value than expected with Laravel and php
I have a field in the bank of up to 50 characters where I save the access key of a receipt, but when I search the information it brings me a totally different number, what happens?…
-
0
votes1
answer27
viewsQ: Feed div after receiving new data
I started to implement a chat and needed to update the div where the messages are inserted, but when I get new messages I need to update the page to have access, and if I set a timeout to 10 in 10…
-
0
votes1
answer65
viewsQ: Clauses wherein and whereNotIn
I have two tables, one has the disciplines and the other has the periodo_disciplines, I filter the course and the period. I need to bring only the disciplines that are not launched in the table of…
-
0
votes0
answers836
viewsQ: Select 2 in bootstrap 3
There is some way to use Select2 in Bootstrap 3.3, have some example for me try to implement, I am building my TCC on top of the adminLTE template and needed something like it in some queries, I…
-
2
votes0
answers143
viewsQ: Composite key in Laravel migrate
I would like to create a double primary key with an auto increment field "id" and the "term", but it gives error and I do not know the correct way to do, if anyone can help me, I would appreciate it…
-
2
votes1
answer2197
viewsQ: Laravel - Validate Unique field in update
I have a plate field on the table that needs to be unique IN MIGRATION Schema::create('professors', function (Blueprint $table) { $table->increments('id');…
-
2
votes1
answer164
viewsQ: ERROR creating Unique constraint with two fields in the Laravel request?
I tried to implement an example I found here at Stackoverflow however unsuccessfully. RULE: Unique double (user_created - description) / User Code you created and Description Another user could…
-
0
votes0
answers75
viewsQ: Project manifest file error Readable
I was downloading the app for hosting and I came across an error that does not find solutions, locally it works normally, in hosting this error. If anyone can help I’d really appreciate it!!…
-
3
votes2
answers1804
viewsQ: Dompdf API for PDF generation in PHP
I use the laragon software that already comes with Windows and integrated Composer to the project, ran the line: Note: I have not preoccupied myself with good practices yet, I want to make it work…
-
0
votes1
answer44
viewsQ: Many zeros in the modal
I created a test modal in an attempt to return the id value to the view and as there are more than 5000 records in the query, I don’t know what happens.. but prints a million zeros in the modal,…
-
0
votes1
answer107
viewsA: Return code from a record to a code field in the view via a modal
I was able to solve it, not in the best way, in case they want to position themselves for improvement, thank you... Javascript: <script type="text/javascript"> function devolveid(id, name) {…
-
0
votes1
answer107
viewsQ: Return code from a record to a code field in the view via a modal
I wonder if someone could show me how I could open a modal to select a record in a table and return the code to a view text field so I can use when saving the form data, I am using the Framework…
-
0
votes2
answers173
viewsQ: White stripe below the footer in the Airship with Adminlte
It was learning to use the Laravel 5 Framework, using the Adminlte template and there is a fact that is bothering me a lot, a direct track appears and so cutting the look of the template, below the…
-
0
votes1
answer34
viewsQ: Javascript snippet does not work
I don’t know what I’m doing wrong, maybe I can even be simple, but it doesn’t give me the expected result When creating the html component: <li class="dropdown notifications-menu"> <a…
-
1
votes1
answer631
viewsQ: Save value of a variable in Laravel
I’m starting a project in Laravel, and at the sidebar I have a dropdow with a list on which I access the database and bring information from 3 companies for example, and when I click on one of these…
-
1
votes1
answer1845
viewsQ: How to change the color of a Jmenubar?
Is there any way to change the color of background and foreground from the java menu bar? I searched several forums and tutorials and could not find a way to change the menu bar color. Following…
-
2
votes1
answer250
viewsQ: Apply Syntheticablackeyelookandfeel to the application
I would like to know how I can apply new look and Feels that are not part of JDK. In trying to apply, is giving an error in which I did not find an answer that could solve the problem. For example:…
-
1
votes2
answers1233
viewsQ: Error reading java properties file
I do not know if it is correct and if it works, but I realized a division in the project. a project would access the DAO and have the connection and a properties file with the connection…
javaasked Ulisses Gimenes 443 -
6
votes2
answers614
viewsQ: Interface and inheritance for the Java connection class
Considering the object orientation, would the use of inheritance and interface in this way be correct? But in this way, any request for connection to the database will need a new object. Would have…
-
2
votes1
answer1013
viewsQ: Open multiple windows from the same application without accumulating icons in the taskbar
I wonder how I could create frames in java, without opening so many windows in the windows taskbar. For example when I go to the menu and click on client registration, address registration, address…
-
1
votes2
answers502
viewsA: When to validate fields from a swing form?
With the answers I received and with the help of the staff, I resolved this way: InputVerifier verifier = new InputVerifier() { @Override public boolean verify(JComponent input) { final…
-
2
votes2
answers353
viewsA: Is that a polymorphism?
I know little about the Outputstream class, but Fileoutputstream is a daughter class in which you extend Outputstream as an inheritance, so the daughter classes can use certain attributes and…
-
2
votes2
answers502
viewsQ: When to validate fields from a swing form?
I was wondering if someone could help me with the validation of forms fields in java desktop. When should I perform validations, in the field (focusLost) output or in Keystroke(keyPressed), or other…
-
0
votes0
answers42
viewsQ: Block jTree while executing procedure
Good afternoon guys, I would like to know how I could block(not clickable) all of us in the tree while I perform a procedure, after that I would unlock the.. I found the class Jcheckboxtree and I am…
javaasked Ulisses Gimenes 443 -
0
votes1
answer336
viewsQ: Start all Checkboxes for a selected Jtree
I wonder how I could do to start the class already with all checkboxes checked, I found this class and used: package CustonComponents; import java.awt.BorderLayout; import java.awt.Component; import…
-
1
votes1
answer150
viewsQ: Select Banco Oracle - Constraint
Good morning guys, if anyone can help me, I need a query that will return me the constraints of a table and its data types. I am trying to assemble a generator of Procedure to facilitate, it takes a…
oracleasked Ulisses Gimenes 443 -
0
votes1
answer382
viewsQ: Angular index variable
Good morning guys, could anyone help me, I need to take the value of the index variable from the angular to a small php block, to do the removal of it in the database. The way it is I can’t, gives…
-
0
votes2
answers4282
viewsQ: Procedure Insert mysql
Good afternoon guys I’m not managing to create this trial and I don’t understand why, if you can help me. DELIMITER $$ CREATE PROCEDURE SP_INSERT_TB_ASS_TUR_AL(IN sp_id_disciplina INT, IN…
mysqlasked Ulisses Gimenes 443 -
1
votes2
answers8428
viewsQ: Pass id of a table data to modal?
Good morning guys, for a college job I’m trying to create a modal, for decision whether or not I want to delete a record from a table, in this table I have the user information on a grid with new…