Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dcalvo

Pages: [1]
1
Help for ParamQuery Pro / Re: Newest version of me
« on: February 15, 2018, 05:10:27 pm »
Thank you, but... the newest version (3.3.2 and forward) show "Require renewal" message. What is the price of renewal?

2
Help for ParamQuery Pro / Newest version of me
« on: February 14, 2018, 01:56:06 am »
I bought ParamQuery grid en 2015, but I never upgrade it. Right now I am use Paramquery 3.1.0, but I know there is many version after that.
 
Could you tell me which are the newest version that I have access with my license? Thank you.

3
Help for ParamQuery Pro / Amount format problems when export to XLS
« on: September 15, 2016, 10:13:40 am »
Hi everyone.

Right now, Iīm using ParamQuery 3.1.0 for a website developed with ASP 3.0 over IIS 7.0. This site allows users to create diferent kinds of budget, and export it then to CSV and XLS format.

I`m using ParamQuery grid for preview and export propouses (method exportExcel), but I have a problem with amount format. I need use Spanish currency format: "," decimal separator and "." thousand separator, but exportExcel() method only apply  USA format.

Could you help me?

4
Help for ParamQuery Pro / Re: Sometimes pqgrid donīt load localize file
« on: September 09, 2015, 06:34:11 am »
Itīs works!!! Thank you!!!

5
Help for ParamQuery Pro / Re: Sometimes pqgrid donīt load localize file
« on: September 07, 2015, 06:32:13 pm »
But it's what I 'm doing (see the follow lines of code)...

   <!--Archivos jQuery necesarios-->
   <script src="http://hrbs.motionminds.com.ar:8080/js/jquery.pqgrid.min.js"></script>   
   <script src="http://hrbs.motionminds.com.ar:8080/js/jquery-ui.min.js"></script>
   
   <!--Archivos para la grilla ParamQuery-->
   <link rel="stylesheet" href="http://hrbs.motionminds.com.ar:8080/css/pqgrid.min.css" />
   <!--Archivo para dar soporte al thema de jQuery-ui-->
   <link rel="stylesheet" href="http://hrbs.motionminds.com.ar:8080/css/pqgrid.ui.min.css" />
   <!--Soporte para bootstrap-->
   <link rel="stylesheet" href="http://hrbs.motionminds.com.ar:8080/css/pqgrid.bootstrap.min.css" />
   <script type="text/javascript" src="http://hrbs.motionminds.com.ar:8080/js/pqgrid.min.js" ></script>       
   
   <!--Tema Office para la grilla-->
   <link rel="stylesheet" class="link-override" href="http://hrbs.motionminds.com.ar:8080/css/pqgrid-office.css" type="text/css"/>
   
   <!--Archivo de idioma-->
   <script type="text/javascript" src="http://hrbs.motionminds.com.ar:8080/js/pq-localize-es.js" ></script>   
   
   <!--Include Touch Punch file to provide support for touch devices-->
   <!--<script type="text/javascript" src="http://hrbs.motionminds.com.ar:8080/js/touch-punch.min.js" ></script>-->

   <script type="text/javascript">
   //--Seteo de idioma de la grilla
   $.extend($.paramquery.pqGrid.prototype.options, $.paramquery.pqGrid.regional['es']);
   $.extend($.paramquery.pqPager.prototype.options, $.paramquery.pqPager.regional['es']);

   </script>
   
   <link rel="stylesheet" href="http://hrbs.motionminds.com.ar:8080/css/jquery-ui-calendar.css">
   <script src="http://hrbs.motionminds.com.ar:8080/js/jquery-ui-calendar.js"></script>
   <link rel="stylesheet" href="http://hrbs.motionminds.com.ar:8080/css/style-calendar.css">

6
Help for ParamQuery Pro / Sometimes pqgrid donīt load localize file
« on: September 04, 2015, 06:29:16 am »
Attach source code of web page where I use pqgrid and pq-localize-es.js, but spanish texts donīt show up (always show english messages). Instead, in other pages, thats works.

I donīt know what is wrong.

7
Help for ParamQuery Pro / Image into a cell
« on: September 03, 2015, 06:55:32 pm »
This is my first post and my english is terrible. Iīm sorry for that.

I have a grid that shows the user`s list of the system. For security reasons, I need to add a column with the Photo ID of user. There area a way to add an HTML img tag into a cell?

Pages: [1]