From 9ee627e2efc09aa159ff72575aaf521193ed2689 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Mon, 8 Jun 2020 16:53:29 +0200 Subject: [PATCH] CLipboardWatcher: replace clipboard placeholder for datasearches --- GUIs.ClipboardWatcher/ProfileSearches.vb | 1 + 1 file changed, 1 insertion(+) diff --git a/GUIs.ClipboardWatcher/ProfileSearches.vb b/GUIs.ClipboardWatcher/ProfileSearches.vb index d26f1c69..9b23e656 100644 --- a/GUIs.ClipboardWatcher/ProfileSearches.vb +++ b/GUIs.ClipboardWatcher/ProfileSearches.vb @@ -117,6 +117,7 @@ Public Class ProfileSearches oSQL = oRow.Item("SQL_COMMAND") oSQL = oPatterns.ReplaceUserValues(oSQL, _Environment.User) oSQL = oPatterns.ReplaceInternalValues(oSQL) + oSQL = oPatterns.ReplaceClipboardContents(oSQL, _Params.ClipboardContents) Dim oConnectionString = GetConnectionString(oConnectionId) Dim oDatatable As DataTable = _Environment.Database.GetDatatableWithConnection(oSQL, oConnectionString)