This file is indexed.

/usr/lib/libreoffice/share/extensions/canzeley-client/Kanzleiprogramm/SysDatenMod1.xba is in libreoffice-canzeley-client 0.5.0-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="SysDatenMod1" script:language="StarBasic">REM                        *****  BASIC  *****
REM        	              ***** Canzeley *****
REM              Copyright (C) 2008, 2009, 2016 Dr. Michael Stehmann
REM                  info@rechtsanwalt-stehmann.de
REM This program is free software: you can redistribute it and/or modify it
REM under the terms of the GNU General Public License as published by the
REM Free Software Foundation, either version 3 of the License, or any later version.
REM This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
REM without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
REM See the GNU General Public License for more details.
REM You should have received a copy of the GNU General Public License along with this program.
REM If not, see &lt;http://www.gnu.org/licenses/&gt;.
REM                      *** Version 0.5.0 ***

REM **** Kanzleiprogramm - SysDatenMod1 ****

Option Explicit

Private sOs As String
Private sAutoMount As String
Private oTabellen As Object
Private oTabelle As Object
Private oZelle As Object
Private iDocSpeichern As Integer
Private sAutoMountRecent As String
Private sDataBaseNameRecent As String
Private sVuDPfadRecent As String
Private sSystemdatei As String
Private sDateiname As String


Sub ProgrammStart

	iSysDatenFrom = 0

OSFeststellen
SystemdatenFeststellen

	If iAbbruchFlag = 1 Then
		Exit Sub
	End If
	
SystemdatenErgaenzen

RegDBMod1.RegDBNamePruefen

	If iPruef = 1 Then
		iAbbruchFlag = 1
		Exit Sub
	End If

DBAnbindMod.Datenbankanbindung

	If iPruef = 1 Then
		iAbbruchFlag = 1
		Exit Sub
	End If
	
	If iOs = 4 And iAutoMount = 1 Then
	
	FSMod.Mounttest

		If iMountTest = 0 Then MountFehlerSuche
		
		If iAbbruchFlag = 1 Then Exit Sub
	
	End If

End Sub


Sub OSFeststellen

Dim sP2H As String
Dim sHomePfad As String

REM * Betriebssystem ermitteln *
REM * Unixoid (incl. MacOS) = 4 *
REM * Windows               = 1 *

	iOs = GetGuiType
	
REM * Die Bezeichnung der Umgebungsvariablen, die den Pfad zum *
REM * Home-Verzeichnis des jeweiligen Nutzers enthält, ist OS-spezifisch *	
	
	Select Case iOs
	
		Case 1
			sOs = &quot;Windows&quot;
			sP2H = &quot;HOMEPATH&quot;
			
		Case 4
			sOs = &quot;unixoid&quot;
			sP2H = &quot;HOME&quot;
			
		Case Else
			sOs = &quot;unbekannt&quot;
			MsgBox &quot;Merkwürdiges Betriebssystem!&quot;
						
	End Select
	
REM * Pfad zum Home-Verzeichnis des jeweiligen Nutzers ermitteln *

	sHomePfad = environ(sP2H)

REM * Pfad mit Dateinamen bilden *
REM * Bei Windows muss noch der Laufwerksbuchstabe hinzugefuegt werden *
	
	If iOs = 1 Then	
		sSystemdatei =  environ(&quot;HOMEDRIVE&quot;) + sHomePfad + &quot;\canzeleysystemdaten.txt&quot;
	Else
		sSystemdatei =  ConvertToURL(sHomePfad) + &quot;/.canzeleysystemdaten&quot;
	End If

End Sub


Sub SystemdatenFeststellen

	If Not FileExists(sSystemdatei) Then
	
	SystemdatendateiErzeugen
	
	Else
	
	SystemdatenAuslesen
	
	End If

End Sub


Sub SystemdatendateiErzeugen

Dim iFileNo1 As Integer

REM * Datei durch Oeffnen zum Schreiben erzeugen *
	
	iFileNo1=freeFile
	
	Open sSystemdatei For Output As #iFileNo1
		Write #iFileNo1,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;
	Close #iFileNo1
		
End Sub


Sub SystemdatenAuslesen

Dim iFileNo As Integer

On Local Error Goto DateiLeer

	iFileNo=freeFile
	
	Open sSystemdatei For Input As #iFileNo
		Input #iFileNo, sVuDPfad, sDataBaseName, sAutoMount,sPDFVuD
	Close #iFileNo
	
Exit Sub

DateiLeer:
SystemdatendateiErzeugen

End Sub


Sub SystemdatenErgaenzen

	iDocSpeichern = 0
	
	If sVuDPfad = &quot;&quot; Then
		iDocSpeichern = 1
		MsgBox &quot;Wählen Sie den Pfad zum Verzeichnis, das die Canzeley-Dokumente enthält!&quot;		
	VuDPfadAbfragen
	End If
	
	If sDataBaseName = &quot;&quot; Then
		iDocSpeichern = 1
		MsgBox &quot;Wählen Sie die Datenbankdatei nach ihrem registrierten Namen!&quot;
	DataBaseNameAbfragen
	Else
	RegDBMod1.RegDBNamePruefenUndWaehlen
	End If

	If iOs = 4 And sAutoMount = &quot;&quot; Then
	AutoMountAbfragen
	Else	
	AutoMountWertBilden
	End If
	
	If iDocSpeichern = 1 Then ProgrammdokumentSpeichern

End Sub


REM ** Die beiden folgenden Makros befassen sich mit dem Pfad **
REM ** zu dem Verzeichnis, welches die (Unter-)Verzeichnisse „Vorlagen“ und „Dokumente“ enthaelt **
Sub VuDPfadAbfragen

Dim oVDlg As Object
Dim iVDlg As Integer
Dim j As Integer

REM * Verzeichnisauswahldialog wird aufgerufen *
	oVDlg = CreateUnoService(&quot;com.sun.star.ui.dialogs.FolderPicker&quot;)

	iVDlg = oVDlg.Execute()

REM * Wenn &quot;Auswählen&quot; gedrueckt wurde, ist iVDlg = 1, sonst 0 *
REM * Wenn &quot;Auswählen&quot; gedrueckt wurde,	wird der ausgewählte Pfad *
REM * in sVuDPfad geschrieben *
	If iVDlg = 1 Then sVuDPfad = oVDlg.getDirectory()
			
	If sVuDPfad = &quot;&quot; Then	
		iAbbruchFlag = 1
		Exit Sub		
	Else	
	VuDPfadBilden	
	End If
				
End Sub


Sub VuDPfadBilden

Dim iVuDPfadL As Integer

	If iOs = 1 Then
		sVuDPfad = ConvertToUrl(sVuDPfad)
	End If

REM * &quot;file://&quot; wird entfernt *
	If Left(sVuDPfad, 7) = &quot;file://&quot; Then
		iVuDPfadL = Len(sVuDPfad)
		If iOs = 1 Then
			sVuDPfad = Right(sVuDPfad, iVuDPfadL-8)
		Else
			sVuDPfad = Right(sVuDPfad, iVuDPfadL-7)
		End If
	End If
	
REM * Patch fuer MacOSX MountainLion +
REM * &quot;localhost&quot; wird entfernt *
	If Left(sVuDPfad,9) = &quot;localhost&quot; Then
		iVuDPfadL = Len(sVuDPfad)
		sVuDPfad = Right(sVuDPfad, iVuDPfadL-9)
	End If

REM * Am Ende steht auf jeden Fall ein &quot;/&quot; *	
	If Right(sVuDPfad, 1) &lt;&gt; &quot;/&quot; Then
		sVuDPfad = sVuDPfad+&quot;/&quot;
	End If
	
End Sub


REM ** Die beiden folgenden Makros befassen sich mit der Datei **
REM ** einschliesslich Pfad (Verzeichnis), welche den PDF-Reader enthaelt**
Sub VuDPDFAbfragen

Dim oFDlg As Object
Dim iFDlg As Integer
Dim j As Integer

REM * Verzeichnisauswahldialog wird aufgerufen *
	oFDlg = CreateUnoService(&quot;com.sun.star.ui.dialogs.FilePicker&quot;)

	iFDlg = oFDlg.Execute()

REM * Wenn &quot;Auswählen&quot; gedrueckt wurde, ist iVDlg = 1, sonst 0 *
REM * Wenn &quot;Auswählen&quot; gedrueckt wurde,	wird der ausgewählte Pfad *
REM * in sVuDPfad geschrieben *
	If iFDlg = 1 Then sPDFVuD = oFDlg.Files(0)
			
	If sPDFVuD &lt;&gt; &quot;&quot; Then
	VuDPDFBilden
	End If

End Sub


Sub VuDPDFBilden

Dim iPDFVuDL As Integer

	If iOs = 1 Then
		sPDFVuD = ConvertToUrl(sPDFVuD)
	End If

REM * &quot;file://&quot; wird entfernt *
	If Left(sPDFVuD, 7) = &quot;file://&quot; Then
		iPDFVuDL = Len(sPDFVuD)
		If iOs = 1 Then
			sPDFVuD = Right(sPDFVuD, iPDFVuDL-8)
		Else
			sPDFVuD = Right(sPDFVuD, iPDFVuDL-7)
		End If
	End If
	
End Sub


Sub DataBaseNameAbfragen

RegDBMod1.RegDBAnzeigen
		
	If sDataBaseName = &quot;&quot; Then
		iAbbruchFlag = 1
		Exit Sub
	End If

End Sub


Sub AutoMountAbfragen
	
	iAutoMount = MsgBox(&quot;Durch Programm mounten?&quot;,4+256+32,&quot;Eingabe Systemdatum&quot;)
		
	If iAutoMount = 6 Then
		iAutoMount = 1
		sAutoMount = &quot;Ja&quot;
	Else
		iAutoMount = 0
		sAutoMount = &quot;Nein&quot;
	End If
	
	iDocSpeichern = 1	
				
End Sub


Sub AutoMountWertBilden
	
	If sAutoMount = &quot;JA&quot; Or sAutoMount = &quot;ja&quot; Then
		sAutoMount = &quot;Ja&quot;
	End If
	
	If sAutoMount = &quot;Ja&quot; Then
		iAutoMount = 1
	Else
		iAutoMount = 0
	End If
						
End Sub


Sub ProgrammdokumentSpeichern

Dim iFileNo2 As Integer

SystemdatendateiErzeugen

	iFileNo2=freeFile
	
	Open sSystemdatei For Output As #iFileNo2
		Write #iFileNo2, sVuDPfad, sDataBaseName, sAutoMount, sPDFVuD
	Close #iFileNo2

		
End Sub


Sub MountFehlerSuche

Dim iAntwort As Integer

	iAntwort = MsgBox (&quot;Befindet sich in dem zu mountenden Verzeichnis eine Datei &apos;mounttest.txt&apos;?&quot;, 4+32+256, &quot;Mounten mißlungen!&quot;)

	If iAntwort = 7 Then
		MsgBox &quot;Bitte in dem zu mountenden Verzeichnis die Datei &apos;mounttest.txt&apos; einfügen&quot;
		iAbbruchFlag = 1
	Else
	NeuerMountPoint	
	End If
	
End Sub


Sub NeuerMountPoint

	MsgBox &quot;Wählen Sie einen neuen Mountpoint!&quot;
	
VuDPfadAbfragen
FSMod.Mounttest

	If iMountTest = 0 Then
		MsgBox (&quot;Mounten erneut mißlungen! Bitte Ursache suchen!&quot;,16,&quot;Erneuter Fehlschlag&quot;)
		iAbbruchFlag = 1
	Else
		MsgBox (&quot;Mounten gelungen!&quot;,64,&quot;Es hat geklappt!&quot;)
	End If
	 
End Sub


REM ** Dieses Makro wird vom &quot;SystemdatenAendern&quot;-Menuepunkt aufgerufen **
Sub SystemDatenAendern

	iSysDatenFrom = 1

OSFeststellen
SystemdatenFeststellen
AutoMountWertBilden

CreateSysDatenDia
OSAnzeige
VersionAnzeige

	If sDBVersion &lt;&gt; &quot;&quot; Then DBVersionAnzeige

PfadAnzeige
PDFPfadAnzeige
DBDateiAnzeige
AutomountLabel
StructLabel

SysDatenDiaAusfuehren

End Sub


Sub CreateSysDatenDia

	DialogLibraries.LoadLibrary(&quot;Kanzleiprogramm&quot;)
	oDlg = CreateUnoDialog(DialogLibraries.Kanzleiprogramm.SysDatenDia)

End Sub


Sub OSAnzeige

Dim oLabel As Object

	oLabel = oDlg.GetControl(&quot;OSLabel&quot;)
	oLabel.model.Label = sOs

End Sub


Sub VersionAnzeige

Dim oLabel As Object

	oLabel = oDlg.GetControl(&quot;VersionUndBuild&quot;)
	oLabel.model.Label = &quot;Version: &quot;+csVersion+&quot; - Build: &quot;+csBuild

End Sub


Sub DBVersionAnzeige

Dim oLabel As Object

	oLabel = oDlg.GetControl(&quot;DBVersionTextLabel&quot;)
	oLabel.model.Label = sDBVersion	

End Sub


Sub AutomountLabel

Dim oLabel As Object
Dim oMountTest As Object

	oDlg.getControl(&quot;UnMountButton&quot;).enable = False
	
	If iOs &lt;&gt; 4 Then
		oDlg.getControl(&quot;JaOptionButton&quot;).enable = False
		oDlg.getControl(&quot;NeinOptionButton&quot;).enable = False
		oDlg.getControl(&quot;MountTestButton&quot;).enable = False
		
	End If
	
	If iOs = 4 Then
		
		oLabel = oDlg.GetControl(&quot;AutomountLabel&quot;)
		oLabel.model.Label = &quot;Automount:&quot;
		
		oDlg.getControl(&quot;JaOptionButton&quot;).enable = True
		oDlg.getControl(&quot;JaOptionButton&quot;).label = &quot;Ja&quot;
		
		oDlg.getControl(&quot;NeinOptionButton&quot;).enable = True
		oDlg.getControl(&quot;NeinOptionButton&quot;).label = &quot;Nein&quot;
		
		sAutoMountRecent = sAutoMount
		
		If iAutoMount = 1 Then
		
			oDlg.getControl(&quot;JaOptionButton&quot;).state = True
			
			oDlg.getControl(&quot;MountTestButton&quot;).enable = True
			oMountTest = oDlg.getControl(&quot;MountTestButton&quot;)
			oMountTest.setLabel(&quot;Testen&quot;)
			
		Else
			oDlg.getControl(&quot;NeinOptionButton&quot;).state = True
		End If
		
	End If
	
End Sub


Sub PfadAnzeige

Dim oLabel As Object

	If sVuDPfad = &quot;&quot; Then
		MsgBox &quot;Wählen Sie den Pfad zum Verzeichnis, das die Canzeley-Dokumente enthält!&quot;
	VuDPfadAbfragen
	ProgrammdokumentSpeichern
	End If
	
	oLabel = oDlg.GetControl(&quot;PfadTextLabel&quot;)
	oLabel.model.Label = sVuDPfad
	
End Sub


Sub PDFPfadAnzeige

Dim oLabel As Object

	oLabel = oDlg.GetControl(&quot;PDFTextLabel&quot;)
	oLabel.model.Label = sPDFVuD
	
End Sub



Sub DBDateiAnzeige

Dim oLabel As Object

	If sDataBaseName = &quot;&quot; Then
		MsgBox &quot;Wählen Sie die Datenbankdatei nach ihrem registrierten Namen!&quot;
	RegDBMod1.RegDBAnzeigen
	ProgrammdokumentSpeichern
	Else
	RegDBMod1.RegDBNamePruefenUndWaehlen
	End If
	
	oLabel = oDlg.GetControl(&quot;DBNameLabel&quot;)
	oLabel.model.Label = sDataBaseName

End Sub

REM ** Makro zeigt an, ob date-Wert Struct sein muss **
Sub StructLabel

Dim oLabel As Object
Dim sStructAntwort As String

LibOMod.IsDateStruct

	If bDateStruct = false Then
		sStructAntwort = &quot;Nein und das ist gut so!&quot;
	Elseif bDateStruct = true Then
		sStructAntwort = &quot;Leider ja&quot;
	Else
		sStructAntwort = &quot;Weiß nicht&quot;
	End If
				
	oLabel = oDlg.GetControl(&quot;StructAntwort&quot;)
	oLabel.model.Label = sStructAntwort

End Sub


Sub SysDatenDiaAusfuehren

	oDlg.Execute()

End Sub


REM **Dieses Makro wird durch Klicken auf die **
REM **Schaltfäche &quot;SysDatenDia.SpeichernButton&quot; aufgerufen **
Sub Speichern2Doc

	iPruef = 0
	iDocSpeichern = 0
	
VuDPfadSpeichern	
DataBaseNameSpeichern

	If iOs = 4 Then AutomountWertSpeichern

	If iPruef = 1 Then Exit Sub
	
	If iDocSpeichern = 1 Then ProgrammdokumentSpeichern

SysDatenDiaSchliessen
	
End Sub


Sub VuDPfadSpeichern

	If sVuDPfad = &quot;&quot; Then
		MsgBox(&quot;Ohne Angabe des Pfades zum Verzeichnis, das die (Unter-)Verzeichnisse „Vorlagen“ und „Dokumente“ enthält, funktioniert das Programm nicht!&quot;,16,&quot;Fehlende Eingabe&quot;)
		iPruef = 1
		Exit Sub
	End If
	
	If sVuDPfad &lt;&gt; sVuDPfadRecent Then
		iDocSpeichern = 1
	End If


End Sub


Sub DataBaseNameSpeichern

	If sDataBaseName = &quot;&quot; Then
		MsgBox(&quot;Ohne Angabe des reg. Namens der Datenbankdatei funktioniert das Programm nicht!&quot;,16,&quot;Fehlende Eingabe&quot;)
		iPruef = 1
	Else
	RegDBMod1.RegDBNamePruefen
	End If
	
	If iPruef = 1 Then Exit Sub
	
	If sDataBaseName &lt;&gt; sDataBaseNameRecent Then
		iDocSpeichern = 1
	End If

End Sub


Sub AutomountWertSpeichern

	If oDlg.GetControl(&quot;JaOptionButton&quot;).state Then
		sAutoMount = &quot;Ja&quot;
	Else
		sAutoMount = &quot;Nein&quot;
	End If
	
	If sAutoMount &lt;&gt; sAutoMountRecent Then
		iDocSpeichern = 1	
	End If
	
End Sub


REM ** Dieses Makro wird durch Klicken auf die **
REM ** Schaltfäche &quot;SysDatenDia.SchliessenButton&quot; **
REM ** oder vom Makro &quot;SysDatenMod1.Speichern2Doc&quot; aufgerufen **
Sub SysDatenDiaSchliessen
	
	oDlg.EndExecute()
	
End Sub


REM ** Dieses Makro wird durch Klicken auf die **
REM ** Schaltfäche &quot;SysDatenDia.PfadAendernButton&quot; aufgerufen **
Sub PfadAendernButton

VuDPfadAbfragen
VuDPfadBilden
PfadAnzeige
	iDocSpeichern = 1
	
End Sub


REM ** Dieses Makro wird durch Klicken auf die **
REM ** Schaltfäche &quot;SysDatenDia.PDFAendernButton&quot; aufgerufen **
Sub PDFAendernButton

VuDPDFAbfragen
VuDPDFBilden
PDFPfadAnzeige
	iDocSpeichern = 1
	
End Sub


REM ** Dieses Makro wird durch Klicken auf die **
REM ** Schaltfäche &quot;SysDatenDia.DBNameAendernButton&quot; aufgerufen **
Sub DBNameAendernButton

RegDBMod1.RegDBAnzeigen
DBDateiAnzeige
	iDocSpeichern = 1
	
End Sub


REM ** Dieses Makro wird durch Klicken auf die **
REM ** Schaltfäche &quot;SysDatenDia.DBVerbTestenButton&quot; aufgerufen **
Sub DBVerbindungTesten

	sDBVersion = &quot;&quot;
DBVersionAnzeige	
	
DBAnbindMod.Datenbankanbindung

	If iAbbruchFlag = 1 Then sDBVersion = &quot;Verbindung gescheitert!&quot;
	
DBVersionAnzeige	

End Sub


REM ** Dieses Makro wird bei einer Änderung des Status der **
REM ** Schaltfächen &quot;SysDatenDia.JaOptionButton&quot; oder &quot;SysDatenDia.NeinOptionButton&quot; aufgerufen **
Sub StatusAenderung

Dim oMountTest As Object
Dim oLabel As Object

	If oDlg.GetControl(&quot;JaOptionButton&quot;).state Then
		sAutoMount = &quot;Ja&quot;
	Else
		sAutoMount = &quot;Nein&quot;
	End If
	
	If 	sAutoMount = &quot;Ja&quot; Then

		oDlg.getControl(&quot;MountTestButton&quot;).enable = True
		oMountTest = oDlg.getControl(&quot;MountTestButton&quot;)
		oMountTest.setLabel(&quot;Testen&quot;)
		
		iAutoMount = 1
			
	Else
			
		oMountTest = oDlg.getControl(&quot;MountTestButton&quot;)
		oMountTest.setLabel(&quot;&quot;)	
		oDlg.getControl(&quot;MountTestButton&quot;).enable = False
		
		iAutoMount = 0
		
	End If
	
	oLabel = oDlg.GetControl(&quot;MountTestLabel&quot;)
	oLabel.model.Label = &quot;&quot;
	
End Sub


REM ** Dieses Makro wird durch Klicken auf die **
REM ** Schaltfäche &quot;SysDatenDia.MountTestButton&quot; aufgerufen **
Sub SysDatenMountTest

Dim oLabel As Object
Dim oUnMount As Object

FSMod.Mounttest

	oLabel = oDlg.GetControl(&quot;MountTestLabel&quot;)

	If iMountTest = 1 Then
	
		oLabel.model.Label = &quot;Gelungen!&quot;
		
		oDlg.getControl(&quot;UnMountButton&quot;).enable = True
		oUnMount = oDlg.getControl(&quot;UnMountButton&quot;)
		oUnMount.setLabel(&quot;umount&quot;)
		
	Else
		oLabel.model.Label = &quot;Mißlungen!&quot;
	End If
	
End Sub


REM ** Dieses Makro wird durch Klicken auf die **
REM ** Schaltfäche &quot;SysDatenDia.UnMountButton&quot; aufgerufen **
Sub SysDatenUnMount

Dim oLabel As Object
Dim oUnMount As Object

FSMod.Umount

	oLabel = oDlg.GetControl(&quot;MountTestLabel&quot;)
	oLabel.model.Label = &quot;&quot;
	
	oUnMount = oDlg.getControl(&quot;UnMountButton&quot;)
	oUnMount.setLabel(&quot;&quot;)
	oDlg.getControl(&quot;UnMountButton&quot;).enable = False
	
End Sub

</script:module>