All Questions

1
answer

Recursive Query

I need to set up a recursive query to solve a simple problem, but I'm having a bit of trouble. I have a table named TABELA1 with the following fields (ID, IDPAI, NAME) I'll put some examples of records here and what I need. Recor...
asked on 24.02.2015 / 14:31
2
answers

array of simple arrays for json_encode

I need to create a json document, with the following structure: [ { "Name": "Lacy", "Email": "[email protected]" }, { "Name": "Chancellor", "Email": "[email protected]" }] Currently, I have the following arra...
asked on 20.02.2015 / 22:42
1
answer

How to send mail with HTML formatting in Windows Phone C #

Hello, in Visual Studio 2012 has the EmailComposeTask Object, but it does not have HTML formatting, I would like to know how best to send emails via Windows Phone with HTML Formatting.     
asked on 19.02.2015 / 20:50
1
answer

Update fields dynamically

I need my code to update the Override field when the Total field value is changed to a value greater than the Sub.Total value or refresh the Discount field when the Total field is smaller than the Sub.Total field with the value, and when you add...
asked on 03.12.2014 / 18:24
1
answer

Share article on Facebook - Popup / blank window

Last week, when I tried to share any content from my blog to Facebook, I got a popup or blank page inside the Facebook domain. Examples: Share Article 1 ( this ) a -guide-pratico.html & t = JAR + Hell + - + A + tab + v = 3 "> Sha...
asked on 08.12.2014 / 21:59
1
answer

"stdin is not a terminal" when I run Envoy - Laravel 4.2

One month ago everything is working well, until I went deploy a project and ... When you run the command envoy run deploy , using the settings below ... @servers([ 'mt' => '[email protected]' ]) @task('deploy', ['on' => '...
asked on 26.02.2015 / 01:41
1
answer

Check which processes are connected to the internet

Is it possible to check which processes are connected to the internet and what is your destination?     
asked on 25.11.2014 / 19:12
1
answer

How to read MFD printer fiscal hard disk files

Is there any way to read MFD fiscal printer files on the hard drive? These files are binary is there any way to read binary files and save with txt? Printer : BEMATECH MP-2100 FI     
asked on 24.11.2014 / 21:22
1
answer

Calculating dates in firebird

I am creating a report to demonstrate the period of dismissal of employees, so I need to calculate the days, months and years that it has been removed, and I am having a problem, in Firebird I use something like datediff(day,dtini,dtfim) ,...
asked on 03.12.2014 / 12:36
1
answer

Import library into VS 2010

using System.Data.Entity 4.0 using System.Data.DataSetExtensions 4.0 I have the file that contains the lib , but how do I put it in VS?     
asked on 17.11.2014 / 16:16