Live chat by Boldchat

CALL TODAY: 845 221 3800
 


Help Desk Support


With a complete team of Certified technicians and tech support staff, you can be sure that you get the help you need, when you need it.


"I am really impressed wth your company. I hope that I can figure out how to give my customers the same quality of customer support that you guys do."

David Davis
Livebythepark Inc. ©

WestHost Web Hosting

Store Front Account Login View Shopping Basket Checkout

Home >> GoldMine Add-ons >> CrysDLL Plus

CrysDLL Plus

The Crystal Reports functionality you really want for GoldMine

Quick links spacer
spacer spacer
Quick links

Full List of Functions

 

 

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.