All Questions

4
answers

Automated tool to join multiple stylesheets (CSS) in 1 only and to join Scripts (JS) in 1 Sheet only

I searched the internet for ways to join Stylesheets CSS and Script Sheets JS in an automated way, but did not work well. I have about 17 Style Sheets and 15 Scripts, if I do it manually I will be "crazy" and it will take a...
asked on 24.07.2014 / 03:13
2
answers

Button that when clicked shows only the content of a certain class

Hello, I'm creating a Javascript system, where I need a button to show only the paragraphs with a given class in a div with hidden content. Example: <button id="btn1">Abre classe1</button> <div id="conteudo"> <p...
asked on 24.07.2014 / 23:14
1
answer

Difficulties writing a friendly url (global) in web config

I asked the same question in the English version but I did not succeed! I have an application that will be translated into three languages pt / en / es. So far I'm going to use GlobalResources, I have no problems with this, but I'm having a l...
asked on 18.07.2014 / 16:09
1
answer

Format date in PHP [duplicate]

I need to show date in PHP in the following format: "Sunday, December 09, 2014"? It has to be in Brazil time! If possible in Portuguese too! EDIT : <?php setlocale( LC_ALL, 'pt_BR', 'pt_BR.iso-8859-1', 'pt_BR.utf-8', 'portug...
asked on 12.08.2014 / 21:14
3
answers

Select 1 record of each ID based on the last date

I have a dummy TB_META table with the fields: COD_VENDEDOR | DAT_ATIVACAO | VAL_META Assuming I have these values in the table: 1 | 2011-01-01 | 1 1 | 2014-04-04 | 2 2 | 2012-01-01 | 3 2 | 2013-03-03 | 4 3 | 2013-01-01 | 5 3 | 2014-04-04...
asked on 23.07.2014 / 05:01
2
answers

git push command with no apparent effect

A simple question from GIT ... I created a repository on the remote server and ran a git remote add (...), git add "files", git commit and git push origin master, on my localhost so that I could connect to the repository and send the files. Ev...
asked on 01.08.2014 / 02:40
2
answers

How to create a CustomCode which in turn calls a CustomForm?

How to create a CustomCode that calls CustomForm in V10. Is there any other way to "hang" the form in ERP? public partial class FrmTeste : CustomForm { public FrmTeste() { InitializeComponent(); } } public class Funcao...
asked on 28.05.2018 / 00:10
1
answer

"devert" folder in GIT

I had an altered file in the vendor folder that was in gitignore, then gave me a message and I did not read it :( and I gave a git -f add and forced to add the file that was in gitignore, so it added all the vendor folder. The question is how...
asked on 07.08.2014 / 19:34
1
answer

Is it possible to set Android Camera resolution?

I'm developing an Android application, and would like to know if I could have my application when calling the camera pass the resolution values of Photo, eg: 1024 X 1024 ?     
asked on 17.07.2014 / 13:41
2
answers

How to reference eSocial webservices by Visual Studio?

I've already followed the instructions of this question li, reli, and have re-read the Pedro Gaspar tutorial several times. And I can not reference the eSocial webservices through Visual Studio. What I've done so far was: I installed the...
asked on 15.06.2018 / 20:30