fn-option-<function key>
then
fn-command-<function key>
yes, it takes both combinations for one function key. so, for example, to use f12:
fn-option-f12
fn-command-f12
page up & down are similar:
fn-option-<up arrow>
then
fn-command-<up arrow>
fn-option-<function key>
then
fn-command-<function key>
fn-option-f12
fn-command-f12
fn-option-<up arrow>
then
fn-command-<up arrow>
[Connection]
Host= IP_ADDRESS_OF_MAC_GOES_HERE!
[Options]
UseLocalCursor=1
UseDesktopResize=1
FullScreen=0
FullColour=1
LowColourLevel=1
PreferredEncoding=hextile
AutoSelect=0
Shared=0
SendPtrEvents=1
SendKeyEvents=1
SendCutText=1
AcceptCutText=1
DisableWinKeys=1
Emulate3=0
PointerEventInterval=0
Monitor=
MenuKey=F8
AutoReconnect=1
start "vnc" "c:\program files\realvnc\vnc4\vncviewer.exe" -config "c:\program files\realvnc\vnc4\mac.vnc"
"Server Error: An error occurred while retrieving the list of Databases from : The server for the data source returned a non-specific error when trying to execute your query. Check the format and content of your query and try again. If the problem persists, contact the server administrator."I found a forum where a user suggested that the issue was Sharepoint Designer failing to properly handle SQL queries that were missing fully qualified table references. I played around with that idea and determined through testing that it wasn't the source of my problem.
SELECT WSS_Content.dbo.AllUserData.nvarchar3 AS EmployeeName
FROM WSS_Content.dbo.UserData INNER JOIN WSS_Content.dbo.AllUserData ON WSS_Content.dbo.UserData.int7 = WSS_Content.dbo.AllUserData.tp_ID
WHERE (WSS_Content.dbo.UserData.tp_ListId = 'value of UserData.tp_ListId') AND (WSS_Content_TServer.dbo.AllUserData.tp_ListId = 'value of AllUserData.tp_ListId ')