GMDDE(request)
General DDE request to GoldMine |
GMCurrentAccountNo
Account number for the currently displayed GoldMine
record. Typically used to write Crystal reports
which show just the current record. Simple and
powerful! |
GMCurrentUserName
Current GoldMine user name |
GMCurrentUserFullName
Current full name of logged in user |
GMCurrentUsersGroups
Comma separated list of the names of current
groups of which this user is a member |
GMActiveGroup
Group number (the header Recid) of the currently
active group. Makes it easy to write reports
which select just the currently active group. |
GMRecidToDateTime(Recid)
Converts a recid to the date/time value showing
when the record was created |
GMAccountnoToDateTime (Accountno)
Converts AccountNo format field to datetime
value showing when record was created |
GMRecordCurtaining (owner,status)
Returns value showing how record given is curtained
from current logged in user given the owner
and status fields from Contact1. |
GMVersion
GoldMine version |
GMConvertSyncStamp (stampvalue)
Converts a syncstamp or logstamp field from
the transaction logs into a date/time value
showing related record was synced/edited. (Specialist
use only) |
GMFunctionsVersion
Version of CrysDLL being used |
GMIsUserInGroup (userid, group)
Checks to see if a userid is in a particular
group. Can be used to select records from any
table which were created/edited by users in
a particular user group. |
GMLoadBDE (gmversion,sysdir,golddir,
commondir, username,password)
Connects to GoldMine. Very rarely needed as
normally called automatically by CrysDLL when
needed |
GMLoadBDEUsingDDE
Connects to GoldMine. Very rarely needed as
normally called automatically by CrysDLL when
needed |
GMUnloadBDE
Disconnects from GoldMine. Rarely if ever needed
as this is automatic. |