Hi I've seen no recent activity of this list for a while - has it taken a dislike to my second registration now? I have a button that I want to use to put some...
I forced a uidoc close and re-open within the button and that seemed to do it I tried setting 'saveoptions' to inhibit the save prompt which worked but I ...
5694
lauri.laanti@...
Feb 4, 2012 4:54 pm
Hello, You could also try a @Formula: EditInsertText @Command Inserts the specified string at the current cursor position. Syntax @Command( [EditInsertText] ;...
And to play off what Lauri wrote, you could use the GotoField and InsertText methods of NotesUIDocument to put the text in that rich text field. You could not...
Just wondering if any attendee's found anything that stuck out, or was interesting this year, I have read some marketing stuff and watched the opening session....
Michael: Basically, and this is a cynical view, if you aren't doing "social," you don't even get on IBM's radar. Connections is the flagship product of IBM...
5698
BrianMoore@...
Feb 7, 2012 4:01 pm
I agree with Gregg (I meant to try to find you, sorry I didn't). It took a while to get to us in the OGS, but as someone in love with XPages, I liked the...
I'm working on a browser-facing app where one of the forms will contain a tabbed table. Everything is great, except the text in the tabs looks anemic. Is...
5701
BrianMoore@...
Feb 9, 2012 7:45 pm
Are your servers on 8.5+ yet? The XPage stuff is real nice. I think Dojo has some as well. Cheers, Brian From: "pfafftonian" <kb2b7m@...> To:...
We are beginning to talk about upgrading our apps from version 7.0.2 to 8.5.3. I know that XPages is a big thing, but the question I have is do we have to...
The easy part of the answer is no, you don't have to convert all of your apps to XPages. You don't have to convert any app that's working fine and is...
I am out of the office until 20/02/2012. I will respond to your message when I return. Regards, Olu Olufidipe Note: This is an automated response to your...
The YUI example one person gave on that website was really great-looking. How steep is the learning curve for YUI? I spent maybe 5 minutes looking at YUI in...
Hi all Same situation here and the short tests that i have made seem to be OK with apps designed in 7.0x and run in 8.0.x or 8.5.x version of Domino. For...
There are two fields on a form that may have a lot of text that exceeds a line within the field. I have the fields set to be Width of 100 and fit to window(%)...
Hello All, I'm having a heck of a time trying to get past a document with view.getnextdocument. I'm writing a user management agent that reads each doc in the...
This logic may work a little better and handles deletion of persondoc as part of processing. set persondoc = view.getfirstdocument while not (persondoc is...
Hi John, That was actually my second approach (after not using tempdoc at all) and then I changed to the more complex logic after reading several posts about ...
5714
BrianMoore@...
Feb 20, 2012 10:45 pm
IBM is great, I have a lot of success when I call in. Could you make a local replica and see if you have the same problem? Cheers, Brian From: Lisa Baas...
Hi Brian, Yep, I created a local copy (not a replica). Same results. Fails if the problem doc is there, runs fine if I delete it. Ran every db utility I could...
Hmm, that's a thought. Is there an unsorted view in the directory? I hate to make local mods. Another thought I had was to create a document collection based...
I just reviewed the rest of the thread, and since you say you don't change the documents it shouldn't be related to indexing, So forget about the unsorted...
Hi Lisa, (Although I have no idea why you are having the problem...) I would try using a flat view (People) rather than a view that is sorted on two columns ...
Lisa, A shoot from the hip - a view navigator might be another way to traverse the documents. Traverse the viewentries similar to traversing a document...