Questions tagged [xpinc]

XPiNC is IBM Lotus Notes XPages in the Notes Client

XPiNC = IBM Lotus Notes XPages in the Notes Client.

XPages is IBM's Java Server Faces (JSF) implementation for Lotus Notes and Domino. In extension to JSF it supports JavaScript as server side language and provides XML driven user interfaces, assembled by a graphical editor and compiled at design time.

XPiNC is these JSF applications running in a Notes client. The client uses the IBM Expeditor framework to provide a web container and XULRunner as HTML rendering engine. In extension to standard browser behavior Notes client awareness is build in. E.g. automatic authentication of the user or ability to open tabs in the client.

59 questions
2
votes
1 answer

XPiNC - Engine exception when running locally

I have a relatively simple XPage, which is largely acting as a container for existing JavaScript/HTML. This runs fine when accessed from a browser, however if I try to launch via the Notes client (which has identical launch properties), I get the…
dmulv
  • 33
  • 5
2
votes
1 answer

View Attachments in XPage

I need to view file attachments (doc scans as JPG, TIFF, PDF, etc.) in Notes. There is an article here which describes to do that through the standard Notes UI. Do not know how to call that correctly, sorry. What I need is to view file attachments…
Ben
  • 677
  • 5
  • 19
2
votes
2 answers

Conditionally depend on a library?

I have an XPage that runs in the browser and in the Notes client. In the client I want to talk to the Java client UI. So I built an Extlib that encapsulated the calls. And I built one with the same signature for the web. How can I make the app…
stwissel
  • 20,110
  • 6
  • 54
  • 101
2
votes
1 answer

XPINC launch an attachment instead of downloading it

Is there a way to launch (open without saving) an attachment through XPINC? Something like the popup in web browser that ask you whether to open the attachment using a program or just save it first. Or maybe there's some setting in the notes client…
user1409217
  • 412
  • 11
  • 29
2
votes
2 answers

How to force the local database to be used when using replicaid in the datasource name?

I have an XPiNC locally replicated (not on server) application with a data source on a custom control that looks like this:
stwissel
  • 20,110
  • 6
  • 54
  • 101
2
votes
2 answers

Access directly to server with XPINC...very very slow

I have developed an application XPages that work very well in a Browser (Firefox ) and in every page the browser load max 150Kb of content (html, image, js, css...etc...) When I have deploy the application to my remote user that directly access to…
Daniele Grillo
  • 1,011
  • 4
  • 13
  • 31
2
votes
2 answers

How to close xpages in notes client? I use CSJS window.close but it's not working

I'm doing an xpinc application. I followed the example in here and modified it. Currently the close button is on my main page. The customer wanted a close button instead of the normal 'X' to close. But the example suggests that I should create 2…
user1409217
  • 412
  • 11
  • 29
2
votes
0 answers

Hacking the extension.xml in Notes client

In an XPiNC application parameters are packed into the command line with # rather than ?param=x¶m2=y. Somehow you can edit the extension.xml to accommodate that - I recall having seen that somewhere but I can't find it anymore. Any pointers?
stwissel
  • 20,110
  • 6
  • 54
  • 101
2
votes
1 answer

Check if scheduled local agents can run in Notes client

I there a way in XPiNC (Per can you add that tag) to check if "scheduled local agent" is enabled in a Notes client? Alternatively how to do that in a LotusScript agent. Checking if an agent is active is easy, but that's only one part of the equation
stwissel
  • 20,110
  • 6
  • 54
  • 101
1
vote
1 answer

XPages 500 / 404 error

[edited 7/25/18] I'm running into an issue at work with XPages that's making me pull my hair out. I keep getting a 500 error followed by a 404 error seemingly at random and can't reproduce the error but it happens quite often. I'm sure most people…
G. Cox
  • 11
  • 2
1
vote
1 answer

An Embedded the twitter timeline in not working in IBM Client 9.0.0

I used the HTML Code provided by Twitter (https://publish.twitter.com/). The given code is like