NetTalk Central

Author Topic: Simulate Double click on a row  (Read 3538 times)

astahl

  • Sr. Member
  • ****
  • Posts: 308
    • View Profile
    • Email
Simulate Double click on a row
« on: October 01, 2013, 05:19:23 PM »
Hi All,

How can one simulate a double click on a webbrowse row to call a webform to change a record?


Ashley

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11242
    • View Profile
Re: Simulate Double click on a row
« Reply #1 on: October 02, 2013, 06:28:28 AM »
I'll see about adding support for that in the template.
Note that on touch interfaces it's hard to get a double-click event, so you should still have a Change button.

Cheers
Bruce

astahl

  • Sr. Member
  • ****
  • Posts: 308
    • View Profile
    • Email
Re: Simulate Double click on a row
« Reply #2 on: October 02, 2013, 11:05:51 AM »
Hi Bruce,

That would be sweet! Have a client that wants to double click on a row to bring up the web form to change a record. The change button would still be there just allows one to double click and edit.

Thanks


Ashley

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11242
    • View Profile
Re: Simulate Double click on a row
« Reply #3 on: October 03, 2013, 05:40:38 AM »
added to 7.26
« Last Edit: October 03, 2013, 06:14:40 AM by Bruce »

astahl

  • Sr. Member
  • ****
  • Posts: 308
    • View Profile
    • Email
Re: Simulate Double click on a row
« Reply #4 on: October 03, 2013, 09:13:08 AM »
WOW!!! ;D ;D ;D ;D

Thank you so much Bruce.


Ashley

terryd

  • Hero Member
  • *****
  • Posts: 759
    • View Profile
    • Davcomm
    • Email
Re: Simulate Double click on a row
« Reply #5 on: October 03, 2013, 10:03:03 PM »
Hi Bruce
Is this an option or will it be automatically set?
If automatic will it still be subject to the change condition expression on the form tab of the browse?
Terry Davidson
Windows 10 64 bit/Windows7 64bit
Clarion 9.1.11529/Clarion10 12567
Nettalk 913
Nettalk 1015
StringTheory267/Winevent515/XFiles298/MessageBox239/Cryptonite186

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11242
    • View Profile
Re: Simulate Double click on a row
« Reply #6 on: October 03, 2013, 10:56:01 PM »
>> Is this an option or will it be automatically set?

option at the global, and local levels. Defaults to on.

>> will it still be subject to the change condition expression on the form tab of the browse?

yes.

aside: remember the browser though is not trustworthy. If you have conditions for form access, these should be placed in the form as well as the browse.

cheers
Bruce