I do have some problems concerning a query, which looks like the following:
--------------
select
a.ATTSTATUSTEXT,
a.PKCSTATUSKRZL, [...]
b.ATTNAME as ANFORDERERNAME,
c.ATTNAME as ERSTELLERNAME
from
WSBEAAPP.QRYBEAHALF as a
JOIN
ORGAPP.TBLCSGDIR as b
ON...
Hi
I try to create a WordDocument which should be save in a NotesDocument and filled by various data.
Unfortunataly I just can't print any text into the WordDocument.
That's the code I've written (in PostOpen):
If Source.IsNewDoc Then
Set rtItem=New...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.