Metainformationen zur Seite
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| speedy:30_modules:script [2025/09/04 15:14] – [Application.DbExecute(Connection, Statement)] speedy | speedy:30_modules:script [2026/04/15 12:20] (aktuell) – speedy | ||
|---|---|---|---|
| Zeile 225: | Zeile 225: | ||
| Beispiel: | Beispiel: | ||
| <code vbscript> | <code vbscript> | ||
| - | Call DbQuery(result, | + | Call Application.DbQuery(result, |
| Ergebnis: | Ergebnis: | ||
| Zeile 256: | Zeile 256: | ||
| <code sql> | <code sql> | ||
| <code vbscript> | <code vbscript> | ||
| - | Call DbLookup(result, | + | Call Application.DbLookup(result, |
| - | Call DbLookup(result, | + | Call Application.DbLookup(result, |
| </ | </ | ||
| \\ | \\ | ||
| Zeile 284: | Zeile 284: | ||
| === Application.DumpDictionary(File, | === Application.DumpDictionary(File, | ||
| - | Schreibt den Inhalt des Dictionaries in die Datei File. | + | Schreibt den Inhalt des Dictionaries in die Datei //File//. |
| === Application.ShowDictionary(Title, | === Application.ShowDictionary(Title, | ||
| Zeile 303: | Zeile 303: | ||
| <code VBScript> | <code VBScript> | ||
| \\ | \\ | ||
| + | |||
| + | ==== Path - Objekt ==== | ||
| + | Globales Objekt mit Funktionen zu Pfadangaben und Dateinamen. | ||
| + | |||
| + | === String Path.AddBackslash(String pszPath) === | ||
| + | === String Path.AddExtension(String | ||
| + | === String Path.Append(String | ||
| + | === String Path.BuildRoot(int | ||
| + | === 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 | ||
| + | === Boolean Path.IsUNC(String pszPath) === | ||
| + | === Boolean Path.IsURL(String pszPath) === | ||
| + | === String Path.MakePretty(String pszPath) === | ||
| + | === Boolean Path.MatchSpec(String pszFile, | ||
| + | === String Path.QuoteSpaces(String lpsz) === | ||
| + | === String Path.RelativePathTo(String pszFrom, Integer | ||
| + | === String Path.RemoveArgs(String pszPath) === | ||
| + | === String Path.RemoveBackslash(String pszPath) === | ||
| + | === String Path.RemoveExtension(String pszPath) === | ||
| + | === String Path.RemoveFileSpec(String pszPath) === | ||
| + | === String Path.RenameExtension(String | ||
| + | === 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, | === Shell.ExecuteCommand(Command, | ||
| 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.* ===== | ||