3.2.0

Showing details in a form...

Hi!

Can i show the details of the selected rows in a second frame, when navigating with keyboard?

I mean, need to capture de field "id" in the grid to call a function pressing down/up... Which propertie to do that?

Best Regards...
scarabD
March 5,
Here's How I Do It. (Version 2) Under The "Actions/Events" Section, I Commented Everything Out In The "mouse" Part Except "obj.onRowClicked". Then, Here's What I Have...

obj.onRowClicked = function(event, index)
  {display0 = myData[index][0];
   top.FRAME5.location = "frame5.php?id=" + display0;}


Then, Down In The Bottom, I Set Up FRAME5.

<iframe width="100%" height="100%" frameborder="0" src="frame5.php" name="FRAME5"></iframe>


Hope That Helps!
Rick Clark
October 10,

This topic is archived.

See also:


Back to support forum