Ernesto
Ernesto
I need to support another server than mssql. Here is the link: http://devzone.advantagedatabase.com/dz/content.aspx?key=20&Release=19 I'm thinking that adodb is the best option I have in this situation. Besides adodb can handle...
I will take a look and see what can I do... thank you
@timsneath I've taken a look to the code you left in the past comment, I've made some arrangements and came up with the code below. Hope helps to complete the...
You're welcome, let me know if you need any further help.
Yes, I'm doing that, I've created a thread and I'm making calls to syncWrite I simply created the issue because it will be helpful for other people making async requests...
Good to hear that. It will give more control to the write process.
I have the seme problem, I made a simple example with 3 pages and two buttons. Initially I navigate to the url `http://localhost:3000/site/recibos`, the page is loaded I can see...
That PR was not working after all for me, I needed to add some code to make it work properly, please review code below, I think it will need a...
Hello, I am receiving the same error, this merge will resolve the issue.
I've resolved it using this code: ``` validateThroughValidator: function (value, constraints, priority) { var that = this; $.each(constraints, function() { this.$element = that.$element }); return window.ParsleyValidator.validate.apply(window.ParsleyValidator, [value, constraints, priority]); },...