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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     using HTML forms to supply large amounts of info to fex's

Read-Only Read-Only Topic
Go
Search
Notify
Tools
using HTML forms to supply large amounts of info to fex's
 Login/Join
 
Master
posted
I have a list of about 5,000 customers assigned to about 100 salespeople, and I'd like to create a form that users can select a salesperson or customer.

There's too much information for this to retrieve quickly, and since I want to chain these controls in the html layout painter, it takes a long time for the chain to update when a user selects a salesperson.

Is there any better way to do this? I've never had any luck with this much data in an html form so we're hoping to find the 'best practice' to fix this issue.


Prod: Single Windows 2008 Server running Webfocus 7.7.03 Reporting server Web server IIS6/Tomcat, AS400 DB2 database.
 
Posts: 611 | Registered: January 04, 2007Report This Post
Virtuoso
posted Hide Post
the number of record is not that big but the performance can be positive influenced if your database has the proper indexes and key fields.

You also can start the selection with a small list A-Z that must come quick on the screen.

(I think you have posted that too)




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

 
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006Report This Post
Platinum Member
posted Hide Post
Here is an idea. You can contruct your own connected lists in WebFocus by using the 'expandable' report idea.
TABLE FILE STUFF
COUNT ENTRIES NOPRINT BY SALES_PERSON
COUNT ENTRIES NOPRINT BY SALES_PERSON BY CUSTOMER
ON TABLE SET EXPANDABLE ON
...
You see only the list of SALES_PERSON, when one is selected the customers are shown only for this SALES_PERSON

The reason this may be faster is that in the later releases the entire report is not fully formated , and only the selection is formated.


Release 7.6.9
Windows
HTML
 
Posts: 226 | Registered: June 08, 2003Report This Post
Expert
posted Hide Post
Jason,

If the relationships do not change that much, one method would be to use ASP and then use the ASP include syntax (#include ......) to include pre-prepared option lists created in batch overnight. See previous posts by Susannah for more detail (or I'm sure Susannah will "chip in" here).

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Master
posted Hide Post
tony: the ASP idea seems valid. The only issue I'm running into with that idea is how to call the .fex using the supplied values.

Does anyone have an example ASP form they could post or send me? I would like to see through example. I've worked in asp and php before...


Prod: Single Windows 2008 Server running Webfocus 7.7.03 Reporting server Web server IIS6/Tomcat, AS400 DB2 database.
 
Posts: 611 | Registered: January 04, 2007Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     using HTML forms to supply large amounts of info to fex's

Copyright © 1996-2020 Information Builders