Blog

Home » Blog

Workaround for Multi-Value Fields Bug

Tommy Valand posted on his blog yesterday and on the Notes 8.5 forum today a bug with multi-value fields. Basically save switches the output between a multi-value field and a semi-colon-separated string. Coincidentally I was working on an XPages application today, with a keyword form, for which I needed a multi-value field. Not surprisingly, I […]

Workaround for Multi-Value Fields Bug Read More »

XPages: A Couple of Finds From Recent Development

Over the last few days a colleague of mine has been doing some XPages development. We’ve come across a couple of interesting bits of functionality that might not be obvious. The first was when working on an old database and creating a View Control for a view called vwSite. The View Control brought in columns

XPages: A Couple of Finds From Recent Development Read More »

TimeDifference v TimeDifferenceDouble

In the UK, from 1st January the standard TAX rate is returning to 17.5%. This was reduced to 15% on 1st December 2008 to help the economy. With only a week’s notice, it also caused headaches for software developers and finance departments throughout the country. For SEAS, our electronic invoice approval system, the one week’s notice

TimeDifference v TimeDifferenceDouble Read More »

XPages: Validation for Radio Buttons, Check Boxes and List Boxes: Part Six

Option Four Option Four seems quite convoluted, but is essentially a simple principle. We use server-side javascript in the beforePageLoad event to set viewScope variables for each of the radio button, check box and list box mandatory questions we want to check against. We then use the onClick event to trigger a partial refresh and

XPages: Validation for Radio Buttons, Check Boxes and List Boxes: Part Six Read More »

XPages: Validation for Radio Buttons, Check Boxes and List Boxes: Part Five

Option Three is a modification of Option Two, which reproduced the client-side validation available for other XPages controls, with a javascript alert. At this point I should add some background to the application I was working on. The application in question is a major upgrade of our enterprise feedback tool, EFT, which added in Dojo styling, used

XPages: Validation for Radio Buttons, Check Boxes and List Boxes: Part Five Read More »

XPages: Validation for Radio Buttons, Check Boxes and List Boxes: Part Four

Update I’ve now got everything working, got answers to my last blog post, and worked out the various Domino version differences affecting this all. So before I continue with Option 3 and Option 4, here’s an update on where we are. Option 1 used the out-of-the-box server-side validation for radio buttons, check boxes and multi-value

XPages: Validation for Radio Buttons, Check Boxes and List Boxes: Part Four Read More »

Reflections on Domino 8.5.1: It's The Little Things That Count

Anyone who used Domino Desiger 8.5 must have been looking forward to last Monday. There were blog posts teasing about the improvements in 8.5.1 in the build-up and constant tweets across Twitter on Monday and Tuesday about people installing 8.5.1. If you want to know about the many major improvements, a myriad of developers have already eulogised more

Reflections on Domino 8.5.1: It's The Little Things That Count Read More »

XPages: Validation for Radio Buttons – 8.5.1 Issue

 First of all, apologies for not making further progress on the validation tutorials. Prior to a customer meeting, I was doing a final review of the mixture of client-side and server-side validation I implemented, and found problems. It looks like 8.5.1 may be able to address this, so watch this space. So as a fall-back

XPages: Validation for Radio Buttons – 8.5.1 Issue Read More »

Scroll to Top