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     Placement of Winform in Dev Studio Application

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Placement of Winform in Dev Studio Application
 Login/Join
 
Virtuoso
posted
I am just getting into using the Developer Sudio Product against a 7.x version of WebFOCUS. I want to create a 'password' field for the application, password in the sense that it is protected from 'view' with the '*' fill. When I search the documents it references using the WinFORM command, however no example of where to place it and if it has to be accomplished within the Dev Studion application or not. If I edit the HTML generated and add type=password, I end up with dev studio wanting me to 'define new fields'. My Web skills are 'weak'. Any help would be greatly appreciated.


Leah
 
Posts: 1317 | Location: Council Bluffs, IA | Registered: May 24, 2004Report This Post
Expert
posted Hide Post
Leah,

It sounds to me like this should be a new feature request - additional textbox type of "password" - to allow inclusion of HTML password input types.

As you say, you have to create the textbox and then edit the HTML created to add "type=password" in the code.

I usually hand code all my HTML (sad boy - yes I know) but I find accessing the resource layout tool a right proverbial pain and, when I have to use it, I will often create a calling fex (which I never use except for launching the resource painter) to fool WF into showing the parameter tool -

-* File pass_type.fex
-SET &Password = 'something';

-GOTO HTMLFORM;
TABLE FILE CAR
PRINT *
WHERE COUNTRY EQ '&Password.EVAL';
END
-HTMLFORM pass_type

Note the skip of any code to go straight to the resource painter app. It doesn't matter what file you code for or even the content, just use your variable and WF will use it in the resource painter. Smiler

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
Virtuoso
posted Hide Post
Thanks, I seem to have been shut off from the emails on this, so will have to check my profile. Yes it should be a feature.


Leah
 
Posts: 1317 | Location: Council Bluffs, IA | Registered: May 24, 2004Report 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     Placement of Winform in Dev Studio Application

Copyright © 1996-2020 Information Builders