Author Topic: Change the Message 'No rows to display.'  (Read 2824 times)

lsl

  • Pro Deluxe
  • Jr. Member
  • *
  • Posts: 67
    • View Profile
Change the Message 'No rows to display.'
« on: February 23, 2018, 09:12:39 am »
I have some pqgrids for copying and pasting only and it was shown 'No rows to display.' at the first. Is it possible to change it to 'Paste Here' ?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6265
    • View Profile
Re: Change the Message 'No rows to display.'
« Reply #1 on: February 23, 2018, 09:57:44 am »
yes, it's a localization string strNoRows

https://paramquery.com/pro/tutorial#topic-locale-strings

lsl

  • Pro Deluxe
  • Jr. Member
  • *
  • Posts: 67
    • View Profile
Re: Change the Message 'No rows to display.'
« Reply #2 on: February 23, 2018, 11:12:46 am »
Thanks, it works.

In addition, is there a event to trigger any paste done. I want to activate a button after someone pasted.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6265
    • View Profile
Re: Change the Message 'No rows to display.'
« Reply #3 on: February 23, 2018, 06:23:12 pm »
it's change event with ui.source == 'paste'