by Sean Cull | Dec 29, 2020 | Dev Tips |
Adding a new column to an Excel XML data table We use XML feeds from our Domino applications to pull data into Excel. Users can right click on the data tables and they get updated from Domino. The functionality generally works well but if you need to add a new...
by Sean Cull | Dec 29, 2020 | Dev Tips |
How we use XPages Cameron, Jesse and Paul have been putting a lot of effort into explaining how they use XPages and it has prompted me to post this on how we at FoCul use XPages, something I have been meaning to do for a while. I will hopefully post more about why we... by Sean Cull | Nov 7, 2017 | Dev Tips |
We use XML feeds from our Domino applications to pull data into Excel. Users can right click on the data tables and they get updated from Domino. The functionality generally works well but if you need to add a new “column” to your XML feed there is no way... by Sean Cull | Oct 20, 2017 | Dev Tips |
Just a quick heads up about something that is known about but still catches me out from time to time. It may even be fixed in the latest versions but I can’t find any IBM tech notes on it. If you have a scheduled agent that is set to run “More than once a... by Sean Cull | Aug 18, 2017 | Dev Tips |
If you find that your Notes Designer crashes when you try and open an NSF that has recently had conflicts resolved in source control it may be that a view has had the conflict resolution markup added. This causes a DXL error and crashes designer. Remove the view from... by Sean Cull | Aug 16, 2017 | Dev Tips |
Just a very quick tip. If you are using the XPages simple action and you need to pass a parameter via the URL then you can do this. You will need to add it via the source as designer doesn’t support it via the properties. <xp:openPage...