Posts by Igor Brandão • 45 points
6 posts
-
0
votes1
answer78
viewsA: eSocial BX: "Event not found or not processed or without profile for access"
I identified that the problem occurred because I was using the Restricted Production URL (test environment). When changing the appointment to Production, I got the correct return with the records:…
-
2
votes3
answers91
viewsA: Sort by SQL numbering
Try the following query and check if it is the desired ordering: select Id,ReqNorma from TABLE where Norma = 'ISO 9001' ORDER BY Id ASC
sqlanswered Igor Brandão 45 -
0
votes1
answer78
viewsQ: eSocial BX: "Event not found or not processed or without profile for access"
I’m using the "Download Request Website for Events", the Method "Solicitadownloadeventosporid". However, when submitting the event ID, I am getting the following return: <?xml version="1.0"?>…
-
1
votes1
answer347
viewsQ: eSocialBX: Error 402 - "Invalid request"
I’m trying to consume the web service Query to Event Identifiers, but I get this return: <?xml version="1.0"?> <eSocial…
-
0
votes1
answer195
viewsA: How to take the content of a textarea and show in a modal
Are you using Webform? If yes you should do the assignment in the back end of the page, as follows: Front end: <asp:TextBox runat="server" ID="txtData"></asp:TextBox><br /> Back…
-
1
votes0
answers133
viewsQ: Report Viewer only works locally
I developed an ASP.NET WEB FORM application and used Report Viewer for reporting and Mysql. However, when you upload the application to the hosting (Godaddy), Report Viewer does not work. I tried…