diff options
Diffstat (limited to 'src/bin/pgaccess/lib/help/open_query.hlp')
-rw-r--r-- | src/bin/pgaccess/lib/help/open_query.hlp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/bin/pgaccess/lib/help/open_query.hlp b/src/bin/pgaccess/lib/help/open_query.hlp new file mode 100644 index 00000000000..e48b8e32d5a --- /dev/null +++ b/src/bin/pgaccess/lib/help/open_query.hlp @@ -0,0 +1,17 @@ +.pgaw:Help.f.t insert end \ +"Open a query for vieweing" {bold} " + +Select the \"Queries\" tab from the main window and select a query from the list. Press on \ +the \"Open\" button. + +If the query will return some records (i.e. is not an action query) a query \ +viewer will be displayed and the selected rows from the result will be displayed. + +You will not be able to specify a sort field or a filter as you can do it in \ +table viewer. If you want to specify sort fields, go and edit the query command \ +and add there the desired sort order or filter conditions. +Also, you will not be able to change or to add new records. + +If the selected query is an \"action query\" (INSERT INTO, DELETE FROM, UPDATE) \ +a confirmation for the query execution will be requested. +" |