Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
2cfe5491
Kaydet (Commit)
2cfe5491
authored
Tem 05, 2002
tarafından
Bertram Nolte
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#100874# Improved usage text and if context.
üst
35d7c85b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
NotesAccess.java
odk/examples/java/NotesAccess/NotesAccess.java
+3
-3
No files found.
odk/examples/java/NotesAccess/NotesAccess.java
Dosyayı görüntüle @
2cfe5491
...
...
@@ -58,7 +58,7 @@ public class NotesAccess implements Runnable {
"<Office path>/program/classes/sandbox.jar;"
+
"<Office path>/program/classes/unoil.jar;"
+
"<Office path>/program/classes/juh.jar "
+
"
DocumentSaver
\"<Connection>\" \"<Domino Host>\" \"<User>\" "
+
"
NotesAccess
\"<Connection>\" \"<Domino Host>\" \"<User>\" "
+
"\"<Password>\" \"<Database>\""
);
System
.
out
.
println
(
"\ne.g.:"
);
System
.
out
.
println
(
...
...
@@ -67,7 +67,7 @@ public class NotesAccess implements Runnable {
"d:/office60/program/classes/sandbox.jar;"
+
"d:/office60/program/classes/unoil.jar; "
+
"d:/office60/program/classes/juh.jar "
+
"
DocumentSaver
\"uno:socket,host=localhost,port=8100;urp;"
+
"
NotesAccess
\"uno:socket,host=localhost,port=8100;urp;"
+
"StarOffice.ServiceManager\""
+
" \"\" \"\" \"\" "
+
"\"F:\\odk3.0.0\\examples\\java\\NotesAccess\\Stocks.nsf\""
);
...
...
@@ -207,7 +207,7 @@ public class NotesAccess implements Runnable {
XSpreadsheet
xspreadsheet
=
(
XSpreadsheet
)
xindexaccess
.
getByIndex
(
0
);
Session
session
;
if
(
stringHost
!=
null
)
{
if
(
!
stringHost
.
equals
(
""
)
)
{
// Creating a Notes session for remote calls to the Domino classes.
session
=
NotesFactory
.
createSession
(
stringHost
,
stringUser
,
stringPassword
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment