NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: astahl on October 01, 2013, 05:19:23 PM

Title: Simulate Double click on a row
Post by: astahl 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
Title: Re: Simulate Double click on a row
Post by: Bruce 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
Title: Re: Simulate Double click on a row
Post by: astahl 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
Title: Re: Simulate Double click on a row
Post by: Bruce on October 03, 2013, 05:40:38 AM
added to 7.26
Title: Re: Simulate Double click on a row
Post by: astahl on October 03, 2013, 09:13:08 AM
WOW!!! ;D ;D ;D ;D

Thank you so much Bruce.


Ashley
Title: Re: Simulate Double click on a row
Post by: terryd 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?
Title: Re: Simulate Double click on a row
Post by: Bruce 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