Welcome to the IBM Collaboration Solutions Community IQJam
UsernamePassword
Reset Password | Register
   
Home | Tags | Help
By Tag: Xpage
1answer
0votes

how to resolve slow performance when opening an xpage with a categorised view

i have an Xpage with a view with a minimum of 3 categorised columns. When i open the xpage with all collumns in the view expand, the performance is quite good. However, when i open the same xpage with all columns collapsed, result to a timeout. The number of document …
Domino Development / Domino Designer
girish shakti - 4 months ago
1answer
0votes

Get link value from a server event

Hi Guys I have a panel containing a hyperlink. The hyperlink has a clientevent which get the link name (innerText). I would like to pass this as a parameter to a panel. How do i pass this parameter to another panel? Thanks 
Domino Development / XPages
Gaja M - over 2 years ago
1answer
0votes

Pass parameter onClick of a panel to another panel

Hi guys I have two panels - Panel1, Panel2.  Panel1 has a hyperlink and upon clicking the hyperlink, I am passing a event parameter to panel2, partial referesh is enabled in the event, the partial refresh id is set as Panel2.  How do i refer the parameter which is passed in panel2?  I …
Domino Development / XPages
Gaja M - over 2 years ago
1answer
0votes

Does 'No suitable driver' error thrown during attempt to connect to AS400 mean that I'm using the wrong class?

Sample code below var driverClass:java.lang.Class;    2: var driver:java.sql.Driver;    3: var connection:java.sql.Connection;    4: var statement:java.sql.Statement;    5: var rs:java.sql.ResultSet;    6: var clist = new String    7: var sql = "Select CMNAME from eduds01dbo.oecmr where CMNAME like 'AS%'"    8:    9: driverClass = java.lang.Thread.currentThread().getContextClassLoader().loadClass("com.ibm.as400.access.AS400JDBCDriver");   10: driver = driverClass.newInstance();   11: java.sql.D
Domino Development / XPages
Tagged
Bob Stephan - over 2 years ago
Show Correct Answer...
1answer
0votes

simple question, where do I find the option to change the xpage to open in read mode?

I have an existing xpage that opens in edit mode, I want to change it to open in read mode.  I did this the other day, but, for the life of me, I can't find where this option is set. 
Domino Development / XPages
Tagged
Gary Capra - over 2 years ago
1answer
0votes

dijit.tree in 8.5.2 No Longer Highlighting Selected Link

I was using the following type of dijit.tree as my menu in an xPages application.  it worked perfectly in 8.5.1 (on both server and client), but in 8.5.2, while the correct links produce the correct xPages, the selected link no longer remains highlighted.  The whole tree appears to refresh and …
Domino Development / XPages
Tagged
Lenni Sauve - over 3 years ago
0answers
0votes

View Not Displayed After Saving xPage

I have an xPage which I am using on the Notes client, version 8.5.1.  The xPage contains a button that uses a dijit.byId expression to show a custom control with a viewPanel on it.  This is using the view picker type code developed by Mark Hughes. The strange thing is, while …
IQJam / Functionality
Lenni Sauve - over 3 years ago
2answers
0votes

How to Display a RichText field in a computed field in a dataTable?

I use Domino 8.5.2. with the new CK editor. On my Xpage I have a RichText field that I can bind to a field on a form. Question 1: Do I have to bind it to a RichText field on my form or is it also ok to bind it …
Domino Development / XPages
Tagged
Martin Meijer - over 3 years ago
Show Correct Answer...
3answers
0votes

How can I combine the backgroundcolor of a field with validator on a Xpage

I have a text field on a Xpage. This field has a validateRequired that has a message that shows up when the user tries to submit and the field is blank. I show the message with a Display Errors Core Control. Till here everything is simple, but I like to …
Domino Development / XPages
martin meijer - over 3 years ago
Show Correct Answer...