You can run IQJam in your company on your Domino server. Learn how...
Username: Password:
Reset Password | Register
 
Home | Leader Board | Tags | Help
Recent Answers 
<<<Page 1>...
0votes

re: Is there a list of Domino Web Hostings available somewhere.

Well, at Prominic.NET we have been doing Domino hosting for about 12 years, now.  It's our core business and we have offerings from small shared accounts up through Enterprise-grade configurations, and we'd be happy to work with you.  You can find us, naturally, at http://Prominic.NET
 
If you want to compare and contrast a bit, though, Domino Developer Network, Connectria, and CoreFusion are a few other companies who also offer Lotus hosting and should have this size of package.


Douglas Robinson - about 10 days ago
0votes

re: Best practise for centralised configuration data when using local replica

Two approaches one could take:
  1. Move all of this config data from the Domino Directory into a separate barebones "config" database, which can be taken off-line, and have every app use this for its look-ups, or;
  2. Have the relevant Notes applications pull the required config data from the Domino Directory into a profile document (when connected to the server), and have the app's look-ups look at this profile document rather than at the Domino Directory itself.


Ben Poole - about 17 days ago
0votes

re: How to show View Category totals in a Repeat control?

David,
 
I have the following repeat control formula working against a categorized view so that it only returns the category values and the total I want.
 
The view is categorized view by year/month with totals for the month. 
 
 The formula is
 
var colIndVal = viewEntries.getNavigatorPosition();

if(@Length(colIndVal)==1){
var colVal = viewEntries.getColumnValue("$9");
return colVal + "<br />";
} else if(@Length(colIndVal)==3) {
var colVal = viewEntries.getColumnValue("CatMonth");
var colVal2 = viewEntries.getColumnValue("Total");
return colVal + "-" +colVal2 + "<br />";
} else {

}
 
 
And the output is: 
 2009
February-192.78947368421052
March-139.53846153846155
April-124.18518518518519
May-117.55172413793103
June-111.38095238095238
July-113.05
August-119.71428571428571
September-107.46153846153847
October-115.15789473684211
2010
January-114.25
February-113.53333333333333
 
So based upon the level of category it will return the result from the view for each category but return no values for the detail rows.  The formula would have to be adjusted for how many category columns you had (in this example I have two) 
 
I haven't tried it yet but I believe I can stick this inside my dynamic table solution to produce a table so that the values are separated into columns for display purposes.
 
I will try that next but I think this should work for you. 
 
I will work on the table solution and let you know. 
 
 


Paul Calhoun - about 21 days ago
1votes

re: How to show View Category totals in a Repeat control?

Matt,
 
Thanks for the link.  I remember that article now, but didn't look at it today. I'm actually using this technique BUT it's not what I'm looking for.  His posting is a method of hiding the Value of the number in the detail records.  But he's still displaying the detail records themselves.
I only want to return the category totals to the browser - I don't want any detail records at all.   Say I have 30 days worth of shipments.  Hundreds of shipments on each day.  I'm looking to only show daily totals.  Maybe a repeat control isn't the way to go.  In Lotusscript I could get this with a viewnavigator I guess and then write it out to the browser in a manually built table...  Not sure how that might work in xpages...  I guess maybe I could do that in SSJS as the value of a computed field that's set to display html.... does that make sense?
 
I've not looked at data tables.  Not sure what they're for but I'll check it out.

Thanks!


David Leedy - about 21 days ago
0votes

re: How to show View Category totals in a Repeat control?

Not sure about an exact answer without some work, but you may want to check Steve Castledine's article about hide detail rows in a view:
 
http://www.stevecastledine.com/sc.nsf/dx/xpages-hide-detail-rows 
 
Also have a look at data tables rather than a repeat control, maybe they can help? 


Matt White - about 21 days ago
0votes

re: Can I use XPages if I am in a mixed Notes enviroment.

Thanks Matt,
 
I appreciate the help. 


Carl Rizzo - about 21 days ago
0votes

re: In what context can I use currentDocument.getParentId() ?

Hi Sean,
 
A couple of questions. 
  1. Is the document you're working with really a response document? (i.e. has it got the $Ref field)
  2. If it has is the value correct?
  3. If it isn't a response then that will be the reason it doesn't work. You may need to set the Form design to make sure that documents created using it are responses.
As a general rule I am switching away from using response documents in XPages. The overhead of looking up values using views is low enough that I prefer the flexibility of having everything as a "normal" document that just has references stored on it by me if I want some pseudo relational behaviour in my XPages.
 
Matt 


Matt White - about 22 days ago
1votes

re: Can I use XPages if I am in a mixed Notes enviroment.

Hi Carl,
 
XPages will run in the Notes client but only if you're clients are 8.5.1+. For earlier Notes clients, your users would need to access XPages applications using a web browser.
 
For web development, I would highly recommend that you go for Domino 8.5.1 as it has a huge number of bug fixes compared to 8.5.0. 
 
In terms of training options, there is a ton of resources for free out there to get going with: 
 
 
are all good starting points.
 
For paid training options, TLCC offer courses: tlcc.com as do I: xpages101.net
 
Hope this helps. 
 
Matt 


Matt White - about 22 days ago
0votes

re: How can I capture the URL like address of a link to a doclib in LotusNotes 8.5.1 ?

Open the document
double click on the down arrow in the addressbar
then click in the address bar
The Notes URL will then be displayed

see : http://www.alanlepofsky.net/alepofsky/alanblog.nsf/dx/notes-urls?opendocument&comments


Sean Cull - about 24 days ago
0votes

re: Single Category Embedded View, on a page, in a frame, why, with one set of clients, does the view not display?

Well, as for the problem, it certainly does seem to be something that was fixed between 8.5 and 8.5.1.  While I don't know which specific fix did it, I suspect is was something in one of these:
 
http://www-10.lotus.com/ldd/nd85forum.nsf/5f27803bba85d8e285256bf10054620d/d7900228a1803ada85257633003f2605?OpenDocument
http://www-10.lotus.com/ldd/nd85forum.nsf/5f27803bba85d8e285256bf10054620d/551ed8790fa3e935852574d6006575c8?OpenDocument

http://www-10.lotus.com/ldd/R5FixList.nsf/search?SearchView&Query=%22embedded%20view%22%20AND%20%28FIELD%20MaintVerNum%20CONTAINS%20%288.5.1%20FP1%20OR%208.5.1%20OR%208.5%20FP1%29%29%20AND%20%28FIELD%20Project%20CONTAINS%20%28Admin%20Client%20OR%20Client%20OR%20Composite%20Application%20Editor%20OR%20Domino%20Integration%20OR%20Domino%20Offline%20Services%20OR%20Enterprise%20Integration%20OR%20IBM%20Lotus%20Domino%20Access%20for%20Microsoft%20Outlook%20OR%20IBM%20Lotus%20Domino%20Web%20Access%20OR%20IBM%20Lotus%20Expeditor%20OR%20IBM%20Lotus%20Instant%20Messaging%20OR%20IBM%20Lotus%20Notes%20Traveler%20OR%20R6%2FR7%20Interoperability%20OR%20R7%2FR8%20Interoperability%20OR%20Server%20OR%20Template%20OR%20Third%20Party%20Code%29%29&SearchOrder=1&SearchMax=0&SearchWV=FALSE&SearchFuzzy=FALSE&Start=1&Count=10
 
So that just leaves the best practices part of the question - form vs page for embedded view - any thoughts on it greatly appreciated.

Thanks!


Joseph Hoetzl - about 1 month ago
<<<Page 1>...

Latest Answers