@Rob
Sack! ;D ;D ;D
Ist ja gut...
@ata
Ich poste das mal hier...zur Not auch als abschreckendes Beispiel...
Die Idee ist folgende: Wir haben eine Inventar DB für unsere EDV. Die Software, die auf einem Rechner installiert ist, wird ins Dokument mit eingetragen. Für Standard-Software sind eigene Felder vorhanden, in die nur die Versionsnummer eingetragen wird (verhindert Tippfehler). Für sonstige Software ist ein extra Feld vorhanden.
Hier ein Auszug:
@If (Word != ""; ("Standardsoftware\\Word\\" + Word); "" ) :
@If (Excel != ""; ("Standardsoftware\\Excel\\" + Excel);"") :
@If (PPoint != ""; ("Standardsoftware\\Power-Point\\" + PPoint);"") :
@If (Access != ""; ("Standardsoftware\\Access\\" + Access);"") :
@If (Publisher != ""; ("Standardsoftware\\Publisher\\" + Publisher);"") :
@If (Project != ""; ("Standardsoftware\\Project\\" + Project);"") :
@If (IExplorer != ""; ("Standardsoftware\\Internet Explorer\\" + IExplorer);"") :
@If (Lotus != ""; ("Standardsoftware\\Lotus Client\\" + Lotus);"") :
@If (AcrobatReader != ""; ("Standardsoftware\\Acrobat Reader\\" + AcrobatReader);"") :
@If (CorelDraw != ""; ("Standardsoftware\\CorelDraw\\" + CorelDraw);"") :
@If (WinZip != ""; ("Standardsoftware\\WinZip\\" + WinZip);"") :
@If (PowerArch != ""; ("Standardsoftware\\Power Archiver\\" + PowerArch);"")
Damit soll halt ersichtlich werden, welche Software auf welchem Gerät installiert ist (Lizenzen usw.).