Posts by Rafael • 31 points
7 posts
-
0
votes1
answer566
viewsQ: Error Report Viewer and Mysql: Visual Studio Enterprise 2017
In this case did not appear in the Report Viewer list the Mysql database after I was able to install Mysql to Visual Studio 1.27 in the case at the end of the table connection process with the…
-
0
votes1
answer96
viewsQ: Android Studio Sqlite Import Error delete method
Is not deleting table referring to database Android Studio points no error when clicking the button the program does nothing (NA ACTIVITY Databasehelper) public void delete() { SQLiteDatabase db =…
-
0
votes1
answer46
viewsQ: Calling a database key for a user to choose in a Php form
<?php $link = mysqli_connect("localhost", "root", ""); $query = mysqli_query($link, "certificados"); ?> <form name="produto" method="post" action=""> <label for="">Selecione um…
-
0
votes1
answer30
viewsQ: Form does not insert data into the database after submission
Why does the following code not enter? Someone experienced can tell me the code below does not present an error yet does not insert in the bank. <form action="index.php" method="post">…
-
1
votes1
answer1042
viewsQ: Inno Setup shortcut desktop via code
I would like to create a shortcut on the desktop via code by the Inno setup I need to disable the option to create an "exe" in the main folder and gets disabled to by shortcut on the desktop and…
inno-setupasked Rafael 31 -
0
votes1
answer54
viewsQ: "Textwriter sw" Formatting
I am using "Textwriter sw" to send to Word turning the textboxs into doc the problem I need some formatting. How do I set paragraph size, line spacing, etc... The code I’m using to send to Word is…
-
2
votes1
answer42
viewsQ: Error reading Like with Timestampdiff
Good People Visual Studio can not read the column Days to make a search with like and is a mistake! I believe he reads the code at once and does not find Dias created with TIMESTAMPDIFF(DAY,…