Posts by JamesOrtiz • 319 points
9 posts
-
5
votes3
answers1978
viewsQ: Creation of a database for each user
I’m putting together a web sales system with php and mysql, where we will have several registered companies, each company being a user who will control their sales. Our team has a question: create a…
-
2
votes1
answer279
viewsA: Enviar E-mail - Wamp e Codeiginiter
I managed to solve after 3 amendments: Delete lib from Phpmailer, and downloaded again another. I just left the require '/phpmailer/PHPMailerAutoload.php'; After the line $mail->SMTPSecure =…
-
3
votes1
answer158
viewsQ: Communication between Fragmentes and Eventbus
In my application I have 1 Activity, and in it using Slidingtablayout and a Tabsadapter, I’m calling 3 Fragments. By clicking the save button, I want to recover the contents of the 3 Fragments, and…
androidasked JamesOrtiz 319 -
0
votes1
answer520
viewsQ: Datatable footer is not displayed
Following the datatable documentation: https://datatables.net/examples/advanced_init/footer_callback.html, Still nothing is displayed in the footer of my table, I already checked my code 20 times…
jspasked JamesOrtiz 319 -
4
votes2
answers1765
viewsQ: Sort by value in Datatables
I am using the Bootstrap SB Admin2, which makes use of the component Datatables. On my jsp page I am loading the following table: <table class="table table-striped table-bordered table-hover"…
-
1
votes1
answer1026
viewsQ: Input Date causes error 400 - The request sent by the client was syntactically incorrect
Every time I insert one input of the kind date in my form, the server returns error 400. I have tried everything, when I remove the field date makes no mistake. My controller: package…
-
2
votes1
answer1016
viewsQ: How to grab images from a folder on Android?
I made an example of a ListView where it is used ArrayList to fill in the TextView and ImageView. But I’m improving it by taking data from a Mysql database, with respect to the `Textview all right,…
androidasked JamesOrtiz 319 -
1
votes2
answers1309
viewsQ: Error calling method on fragment
My code below was to do a simple task, when clicking the button change to another screen, but is giving error: Cannot make a Static Reference to the non-static method chamaCadastro() from the type…
-
1
votes3
answers7213
viewsQ: Closing application (Unfortunately Myapplication has stopped)
I am doing the application below, of course Neri, but when I implement the code referring to the button the application closes alone with error Unfortunately Myapplication has stopped If you comment…
androidasked JamesOrtiz 319