Metainformationen zur Seite
  •  

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
speedy:30_modules:script [2025/09/04 15:12] – [Application.InvokeCommand(sCallBack, wParam, lParam)] speedyspeedy:30_modules:script [2026/04/15 12:20] (aktuell) speedy
Zeile 212: Zeile 212:
 Die Funktion liefert kein Ergebnis aus dem SQL-Statement zurück. \\ Die Funktion liefert kein Ergebnis aus dem SQL-Statement zurück. \\
 <code> <code>
-Call DbExecute("", "UPDATE dm_document d inner join dm_version v ON d.doc_did=v.ver_did AND d.doc_rev=v.ver_major AND d.doc_ver=v.ver_minor inner join dm_prop_cad p on v.ver_vid=p.prop_did SET p.NORM = 'DIN 931' WHERE d.doc_docno = 'BS01516';")+Call Application.DbExecute("", "UPDATE dm_document d inner join dm_version v ON d.doc_did=v.ver_did AND d.doc_rev=v.ver_major AND d.doc_ver=v.ver_minor inner join dm_prop_cad p on v.ver_vid=p.prop_did SET p.NORM = 'DIN 931' WHERE d.doc_docno = 'BS01516';")
 </code> </code>
 \\ \\
Zeile 225: Zeile 225:
 Beispiel:  Beispiel: 
 <code vbscript> <code vbscript>
-Call DbQuery(result, "", "SELECT lst_idx,lst_name,lst_desc FROM lng_lst WHERE lst_typ='PROJEKTSTATUS';"+Call Application.DbQuery(result, "", "SELECT lst_idx,lst_name,lst_desc FROM lng_lst WHERE lst_typ='PROJEKTSTATUS';"
  
 Ergebnis: Ergebnis:
Zeile 256: Zeile 256:
 <code sql>SELECT <Expression> FROM <Domain> WHERE Criteria</code> <code sql>SELECT <Expression> FROM <Domain> WHERE Criteria</code>
 <code vbscript> <code vbscript>
-Call DbLookup(result, "", "MAX(doc_docno)", "dm_document", "") - Liefert die größte Dokumentnummer +Call Application.DbLookup(result, "", "MAX(doc_docno)", "dm_document", "") - Liefert die größte Dokumentnummer 
-Call DbLookup(result, "", "sett_value", "dm_setting", "sett_key='bom.autosorted'" - Liefert den Einstellungswert des Konfigurationsparameters [bom.autosorted]+Call Application.DbLookup(result, "", "sett_value", "dm_setting", "sett_key='bom.autosorted'" - Liefert den Einstellungswert des Konfigurationsparameters [bom.autosorted]
 </code> </code>
 \\ \\
Zeile 284: Zeile 284:
  
 === Application.DumpDictionary(File, Dictionary) === === Application.DumpDictionary(File, Dictionary) ===
-Schreibt den Inhalt des Dictionaries in die Datei File.+Schreibt den Inhalt des Dictionaries in die Datei //File//.
  
 === Application.ShowDictionary(Title, Dictionary) === === Application.ShowDictionary(Title, Dictionary) ===
Zeile 303: Zeile 303:
 <code VBScript>Text = Clipboard.Paste()</code> <code VBScript>Text = Clipboard.Paste()</code>
 \\ \\
 +
 +==== Path - Objekt ====
 +Globales Objekt mit Funktionen zu Pfadangaben und Dateinamen.
 +
 +=== String Path.AddBackslash(String pszPath) === 
 +=== String Path.AddExtension(String  pszPath, String pszExt) === 
 +=== String Path.Append(String  pszPath, String pszMore) === 
 +=== String Path.BuildRoot(int   iDrive) === 
 +=== String Path.Combine(String pszDir, String pszFile) === 
 +=== Boolean Path.FileExists(String pszPath) === 
 +=== String Path.FindExtension(String pszPath) === 
 +=== String Path.FindFileName(String pszPath) === 
 +=== Boolean Path.IsDirectory(String pszPath) === 
 +=== Boolean Path.IsFileSpec(String pszPath) === 
 +=== Boolean Path.IsPrefix(String pszPrefix, String pszPath) === 
 +=== Boolean Path.IsRelative(String pszPath) === 
 +=== Boolean Path.IsRoot(String pszPath) === 
 +=== Boolean Path.IsSameRoot(String pszPath1, String pszPath2) === 
 +=== Boolean Path.IsSystemFolder(String pszPath, Integer  dwAttrb) === 
 +=== Boolean Path.IsUNC(String pszPath) === 
 +=== Boolean Path.IsURL(String pszPath) === 
 +=== String Path.MakePretty(String pszPath) === 
 +=== Boolean Path.MatchSpec(String pszFile,String pszSpec) === 
 +=== String Path.QuoteSpaces(String lpsz) === 
 +=== String Path.RelativePathTo(String pszFrom, Integer  dwAttrFrom, String pszTo, Integer  dwAttrTo) === 
 +=== String Path.RemoveArgs(String pszPath) === 
 +=== String Path.RemoveBackslash(String pszPath) === 
 +=== String Path.RemoveExtension(String pszPath) === 
 +=== String Path.RemoveFileSpec(String pszPath) === 
 +=== String Path.RenameExtension(String  pszPath, String pszExt) === 
 +=== String Path.SkipRoot(String pszPath) === 
 +=== String Path.StripPath(String pszPath) === 
 +=== String Path.StripToRoot(String pszPath) === 
 +=== String Path.Undecorate(String pszPath) === 
 +=== String Path.UnquoteSpaces(String lpsz) === 
 +
 +
  
 ==== Shell - Objekt ==== ==== Shell - Objekt ====
Zeile 309: Zeile 346:
 === Shell.ExecuteCommand(Command, bVisible, iWait, CurrentDirectory) === === Shell.ExecuteCommand(Command, bVisible, iWait, CurrentDirectory) ===
 Führt ein Programm (Command) aus. Führt ein Programm (Command) aus.
 +\\
 +
 +==== Speedy - Objekt ====
 +Globales Objekt mit speziellen speedy-Funktionen rundum Dokumente.
 +
 +=== Speedy.DoFileView ===
 +=== Speedy.DoFileOpen ===
 +=== Speedy.DoFileCheckout ===
 +=== Speedy.DoFileCheckoutIn ===
 +=== Speedy.DoFilePendingapproval ===
 +=== Speedy.DoFileApprove ===
 +=== Speedy.DoFileRelease ===
 +=== Speedy.DoFileRevokeRelease ===
 +=== Speedy.DoFileCheckin ===
 +=== Speedy.DoFileProperties ===
 +=== Speedy.DoFileAttachDirect ===
 +=== Speedy.DoFileAttach ===
 +=== Speedy.DoCheckInWorkspace ===
 +=== Speedy.DoShellOpen ===
 +=== Speedy.DoOpenLinkToOrigin ===
 +=== Speedy.FindOrigin ===
 +=== Speedy.DoCreateFileFromTemplate ===
 +=== Speedy.ActivateExplorer ===
  
  
 +\\ \\ \\
 ===== speedy.* ===== ===== speedy.* =====