Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
Select a grid cell
 Login/Join
 
Guru
posted
Hi all,

is there a way of making a cell selected upon entry of a read-write grid, so the user does not have to double-click in the cell? WebFOCUS Dev Studio 4.3.6 SP6.

Tia,

H�kan
 
Posts: 319 | Location: Stockholm, Sweden | Registered: February 04, 2004Report This Post
Master
posted Hide Post
Sure... in the maintain developing applications manual there is pretty complete doc on the read/write grid.

you need the GotoCell function.

cheers
 
Posts: 919 | Registered: March 26, 2003Report This Post
Guru
posted Hide Post
Bob,

what else do I have to do? The GotoCell function does not seem to do the job. Do I have to use some other function as well?

/H�kan
 
Posts: 319 | Location: Stockholm, Sweden | Registered: February 04, 2004Report This Post
Master
posted Hide Post
This information's in the online help and in the doc...

You might be having a problem because:

1. it's gotta *not* be a maintain case; rather it's typically a vbscript function.

2. You should call the redrawall function right after to apply the change.

sample code, placed in an onclick button event handler formatted as vbscript:

Form1.Grid1.GoToCell 2, 5
Form1.Grid1.RedrawAll

Hope this helps!

bob
 
Posts: 919 | Registered: March 26, 2003Report This Post
Master
posted Hide Post
This is the code that we use to make the grid cell editable without having to double click:

Place the following Javascript code in the focus event handler on the grid:
1 Form1.Grid1.StartEdit();
2 Set the tab order to go from a button to the grid.

I hope this helps.
 
Posts: 663 | Location: New York | Registered: May 08, 2003Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders