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 - roland.kovari@acps-automo

Pages: [1]
1
Hi,

how can I set the start and end dates of the filter?

Thanks ....

2
Help for ParamQuery Pro / Re: TypeError: r.data is not a function
« on: June 02, 2022, 11:42:37 pm »
Thanks, I try.

3
Help for ParamQuery Pro / Re: TypeError: r.data is not a function
« on: June 02, 2022, 12:29:47 pm »
Can I wait for an answer without jsfiddle? You can now see the interface and the code with the login details provided in the email. I need your help. Thanks!

4
Help for ParamQuery Pro / Re: TypeError: r.data is not a function
« on: May 31, 2022, 01:09:52 pm »
I checked, you will now see code. The image sent shows the error and how it was generated.

5
Help for ParamQuery Pro / Re: TypeError: r.data is not a function
« on: May 30, 2022, 03:20:24 pm »
Thanks, i can give you access to the code. I can't upload to jsfiddl. I'll email you access to the code again.

6
Help for ParamQuery Pro / Re: TypeError: r.data is not a function
« on: May 27, 2022, 05:47:36 pm »
Hí paramvir,

Unfortunately, I can't make it jsfiddle. I sent you an email so you can look at it. Please check your email.

Thanks!

7
Help for ParamQuery Pro / Re: TypeError: r.data is not a function
« on: May 25, 2022, 09:26:55 pm »
Hí paramvir,

Unfortunately, I can't make it jsfiddle. I sent you an email so you can look at it. Please check your email.

Thanks!

8
Help for ParamQuery Pro / Re: TypeError: r.data is not a function
« on: May 21, 2022, 03:08:56 pm »
Hi,

I sent an email.

Thank you ....

9
Help for ParamQuery Pro / TypeError: r.data is not a function
« on: May 19, 2022, 06:07:09 pm »
Hi paramvir,

'cell combo' does not save data if a filter is active in the header. The error 'TypeError: r.data is not a function'. I am using version 8.3.How can I fix it?

Thanks!

10
Help for ParamQuery Pro / Re: Blinking Cell background color
« on: March 01, 2022, 12:46:01 pm »
Thank you!

11
Help for ParamQuery Pro / Blinking Cell background color
« on: March 01, 2022, 12:17:51 am »
Is it feasible to create a cell with a blinking background?

         render: function (ui) {
            if  ((!ui.rowData.pq_grandsummary) && (!ui.rowData.summaryRow))
            {
               this.attr({rowIndx: ui.rowIndx, dataIndx: 'partner', attr: { title: ui.rowData.partner + '\nBankszámlaszám: ' + ui.rowData.bankszamlaszam,  style: ((blink == 1) ? 'animation: blinkingText 2s infinite;' : '') } });
            }
         }

You do not do this with this style.
"animation: 2s ease 0s infinite normal none running blinkingText;" This is displayed by querying the cell.

Thanks ....

Pages: [1]