Re: Support request Signet Armorlite

11 views
Skip to first unread message

[support], _

unread,
Jun 25, 2014, 5:25:24 PM6/25/14
to Steven Burns, Paul Wade, web-obje...@googlegroups.com, _ [support]
Steve,  

You can customize the parameter jsp used to render prompting: 

1.  Copy the default prompting JSP from   dataengine/jsp/default_parms.jsp    to your own folder
2.  Customize as desired
3.  Specify your new JSP as the param jsp in an operation:


save image


WOW SUPPORT


On Wed, Jun 25, 2014 at 1:33 PM, Steven Burns <sbu...@signetarmorlite.com> wrote:

Hi,

 

I am able to put the Reset button on the Request Inquiry page (in the title or instruction), but I want to know how I can put this button next to the Search button.

 

Thank you

 

Steve

 

From: ph...@planetjavainc.com [mailto:ph...@planetjavainc.com] On Behalf Of [support], _
Sent: Wednesday, June 25, 2014 1:27 PM
To: Paul Wade; Steven Burns; _ [support]


Subject: Re: Support request Signet Armorlite

 

Paul W,

 

To suppress the menu items add popup:TRUE;  to your Browser property group: 

 

Example:  Browser{ target:_BLANK; location:FALSE; toolbar:FALSE; menubar:FALSE; popup:TRUE;}

 

 

Reference Browser for property list.

 

Thanks, WOW SUPPORT

 

On Wed, Jun 25, 2014 at 12:46 PM, Paul Wade <PW...@signetarmorlite.com> wrote:

Hi,

 

This isn’t really getting what we want.  It’s opening the entire application interface (menu’s and all) in a new window.  Is there a way to open just the operation result in a new window?  In other words, instead of this:

 

 

We want this:

 

 

Thanks,

Paul

 

 

From: ph...@planetjavainc.com [mailto:ph...@planetjavainc.com] On Behalf Of [support], _
Sent: 24 June, 2014 12:45 PM
To: Steven Burns; Paul Wade; _ [support]


Subject: Re: Support request Signet Armorlite

 

Hi Steve,

 

You can force a new window using the Browser{} property group as described here:

 

 

Thanks, WOW SUPPORT

 

On Tue, Jun 24, 2014 at 12:09 PM, Steven Burns <sbu...@signetarmorlite.com> wrote:

Hi Paul,

 

I created an operation that displays a table whose first column is an ID that when I click on it displays another page with another table.  I set the field descriptor for the ID field to have an association operation.  Instead of displaying another page when I click on the link, I need to open up a new browser window to display the other table.  How do I do this?

 

Thank you

 

Steve

 

From: ph...@planetjavainc.com [mailto:ph...@planetjavainc.com] On Behalf Of [support], _
Sent: Friday, June 20, 2014 9:49 AM


To: Steven Burns; _ [support]
Subject: Re: Support request Signet Armorlite

 

Steve,

 

Here is the programmers guide link that contains information on custom JSPs and other programming details.

 

 

Thanks, WOW SUPPORT

 

On Fri, Jun 20, 2014 at 8:01 AM, Steven Burns <sbu...@signetarmorlite.com> wrote:

Hi Paul,

 

If I needed to write a custom JSP and render the results myself, how would I extract the database information from WOW?

 

Thanks

 

Steve

 

From: ph...@planetjavainc.com [mailto:ph...@planetjavainc.com] On Behalf Of [support], _
Sent: Thursday, June 19, 2014 11:10 AM


To: Steven Burns; _ [support]
Subject: Re: Support request Signet Armorlite

 

Steve,

 

Solutions: 

1.  

Yes, you could write a custom JSP and totally render the results yourself.  It gets a little complicated.  

 

2.  You can override the CSS class in the operation to control how the text areas get rendered.  On the FD for these fields, you can set the CSS class name:

 

 

WOW will then generate the Fields with that CSS class name.   You can then set the CSS styling to anything you want.  

 

 

I recommend option #2.

 

THanks, Paul H

 

On Thu, Jun 19, 2014 at 10:41 AM, Steven Burns <sbu...@signetarmorlite.com> wrote:

Hi Paul,

 

What you have shown me works, but I need to display the LMS and LDS data in 2 html text boxes.  The data is currently displayed in 2 text areas, but when you hover over the text areas, the text area background color goes from light grey to dark grey which is hard to read.  I need to display the text in 2 separate text boxes with scrollbars and be able to set the background and foreground colors.  Is there any way I can grab the data from the WOW framework and display it in an html text box.

 

Thanks

 

Steve

 

From: ph...@planetjavainc.com [mailto:ph...@planetjavainc.com] On Behalf Of [support], _


Sent: Wednesday, June 18, 2014 11:18 AM
To: Steven Burns; _ [support]

Subject: Re: Support request Signet Armorlite

 

Steve,

 

Yes, I verified, you CAN turn off the header rendering on a table using properties like this:  (NOTE the header:false;  }  

 

TableDisplay{

  highlight style:pjr-highlight;  selection style:pjr-selection;

  contextMenu:true;     allowColResize:false;

  selectionType:none;  refresh:false;    chart:true;

  excel:false;                msWord:false; xml:false;

  editFD:true;              print:false;       sorting:false;

  drawGrid:false;         rowCopy:false;            updateable:false;

  deleteAll:false;          nextPrevious:true; header:false;

}

 

 

 

Thanks, Paul 

 

On Wed, Jun 18, 2014 at 11:11 AM, [support], _ <sup...@planetjavainc.com> wrote:

Steve

 

You could use derived fds and set the derived fds display component to TEXT AREAs and I think you can turn off all the default table rendering  ( I'll verify this)  

 

Thanks, Paul 

 

On Wed, Jun 18, 2014 at 9:32 AM, Steven Burns <sbu...@signetarmorlite.com> wrote:

Hi Paul,

 

I need to display the same information that I am currently displaying in the 2 rows in the table in 2 text boxes.  The data looks better displayed in text boxes.  The sql that I am using for the association is

 

SELECT 

lds_data, lms_data 

FROM signetrx.dcs_data

WHERE request_id = ??id

Thanks,

 

Steve

 

From: ph...@planetjavainc.com [mailto:ph...@planetjavainc.com] On Behalf Of [support], _
Sent: Wednesday, June 18, 2014 9:29 AM
To: _ [support]
Cc: Steven Burns
Subject: Re: Support request Signet Armorlite

 

Hi Steve,

 

What do you need to display in the text box?  Is it associated data from a database?

 

THanks, Paul Holm

 

On Tue, Jun 17, 2014 at 6:07 PM, [info], _ <in...@planetjavainc.com> wrote:

Steve - your email was forwarded on to sup...@planetjavainc.com

 

 

 

On Tue, Jun 17, 2014 at 1:04 PM, Steven Burns <sbu...@signetarmorlite.com> wrote:

Hi,

 

My name is Steven Burns and I work for SignetArmorlite in Carlsbad, California.  My company is currently using your WOW product.

I am stuck trying to figure out how to display some information in WOW and I need your help with solving this problem.

 

Currently I am displaying a table with the following operation:

 

SELECT *

FROM request

WHERE request.id = coalesce(?,request.id)

ORDER BY request.id DESC

 

When I click on the request_id link in a table, I go to a page where

I am display data in a table by using an Association 1-MANY using the following operation code:

 

SELECT 

lds_data, lms_data 

FROM signetrx.dcs_data

WHERE request_id = ??id

 

After I click on the link in the table, I need to go to a page with a text box displaying information instead of a table.

How can I do this?  Is there some custom jsp that I need to set up?

 

Thank you

 

Steve

Signet Armorlite Disclaimer: The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. (8c8978)

 

 

 

 

 

 

 

 


Reply all
Reply to author
Forward
0 new messages