Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: richardy
  • Content: Threads
  • Order by date
  1. richardy

    Social Media VCL?

    Hi, Does anyone know of a SocialMedia VCL component? I'm looking to get information from Twitter, Facebook and Linkedin but dont want to spend time reinventing the wheel.... Kind Regards, Richard. Regards, Richard. PRIOR Analytics UK http://forums.prior-analytics.com Sage CRM, GoldMine &...
  2. richardy

    Priory Forum is back :)

    Hi Folks, The Priory forum over on http://forums.prior-analytics.com is back up and running. Just an ADDITIONAL resource to here :) Regards, Richard. Regards, Richard. PRIOR Analytics UK http://forums.prior-analytics.com Sage CRM, GoldMine & HEAT Solutions Partner in the UK
  3. richardy

    Website update

    Hi, We've updated our website and would welcome some feedback, likes, dislikes what else you'd like to see. Website is: http://www.prior-analytics.com Regards, Richard. PRIOR Analytics UK http://forums.prior-analytics.com Sage CRM, GoldMine & HEAT Solutions Partner in the UK
  4. richardy

    Linked Doc Mover Updated to work with version 7

    Hi All, Just to let you know the Linked Document Mover has been updated to work with GoldMine 4 through to 7. You can download it for free from http://www.prior-analytics.com and click on support then GoldMine>Utilities. Regards, Richard. PRIOR Analytics UK...
  5. richardy

    UPDATE with Call to EXEC SP

    Hi, I need to use an update statement to update a given field with the results of a stored procedure call (unique id). Theres multiple items in the table without a value so its something like update mytable set myid=exec getmyid, @myid output where myid is null but obviously this doesnt...
  6. richardy

    DROP multiple tables

    Hi, Is there a mechanism to use the DROP TABLE with multiple tables in one go ie V% or something similar? Regards, Richard
  7. richardy

    Looking for Knowledgebase

    Hi, I'm looking for a generic knowledgebase, preferably written in Delphi that I can publish to the web. Needs to have a tree list type view and ability to search documents for text as well as main kb notes. Happy to pay for something like this, just cant find anything that matches the...
  8. richardy

    GoldMine DLL for Crystal Reports

    This is a free DLL that allows you to access some encrypted values in GoldMine: Download the free DLL from: http://www.prior-analytics.com/forum/showthread.php?t=69 Place the Zip into the C:\Windows\Crystal Directory and unzip. Functions available: GMDateStringToSyncStamp(Datetime)...
  9. richardy

    ADO with Exchange 2003

    Hi, I'm using the ADO to look at information in Exchange 2003 but want to pull out its unique ID. The standard stuff on the MS website doesnt show the information... Is there a join to another table or something I have to do to reveal the unique ID? Regards, Richard. PRIOR Analytics UK...
  10. richardy

    Votes Needed for Prior Analytics

    Hi, If I've helped you over the years or you use my resources I'd appreciate a quick vote for Prior Analytics on http://www.ukindustryawards.com/channel/reseller_voting.php?page=1 This is for the Reseller of the Year award from Computer Reseller News in the UK. Last year we made finalist...
  11. richardy

    Prior Analytics awarded European Solutions Partner of the Year

    Prior Analytics awarded European Solutions Partner of the Year by FrontRange Solutions London, 1st July, 2003 Specialist CRM provider Prior Analytics has been named ‘EMEA Solutions Partner of the Year’ by FrontRange Solutions, developer of GoldMine and HEAT. FrontRange Solutions, named Prior...
  12. richardy

    Username.ini editor update - free util

    Hi All, Anyone using the Prior Analytics INI Editor please note that its now been revamped, redesigned and rethingyed. Changes: New user interface Tab order sorted out (at last!!) Copy lines - displays another user so its easy to browse and get the right one Copy sections - as above Insert...
  13. richardy

    Update to the INIEditor

    Hi everyone, Right I'm about to update the INI Editor (copies INI Settings between users), so if you have any enhancement requests post them here and I'll look at 'em. On the list already: * INI Line (as today) * INI Section * Password * SQL Username * SQL Password * Manual Recipient List *...
  14. richardy

    Delphi & Crystal 8.5 - Setting the Printer when using the API

    Hi, I'm trying to set the Printer in Crystal and using the following sequence: PrintJob := PEOpenPrintJob(PChar(sReportPath)); PESelectPrinter(PrintJob, driverName, printerName, portName, ptrDevMode); PEStartPrintJob(PrintJob, True); PEOutputToWindow (printjob...
  15. richardy

    Setting the Printer in Crystal

    Hi, I'm trying to set the Printer in Crystal and using the following sequence: PrintJob := PEOpenPrintJob(PChar(sReportPath)); PESelectPrinter(PrintJob, driverName, printerName, portName, ptrDevMode); PEStartPrintJob(PrintJob, True); PEOutputToWindow (printjob...
  16. richardy

    XBase Command List

    ACCDATE(<string>) returns a date value for <string>, where string is a valid GoldMine AccountNo. example: ACCDATE(Contact1->ACCOUNTNO) returns: 4/20/99 AGE(<date>) returns the age in years since <date> example: AGE(Contact2->UBDATE) returns: 32 ALLTRIM(<string>) returns a string value with...
  17. richardy

    A Few Useful INI Settings

    USERNAME.INI [GoldMine] MSSQLMaxBrowseRecs=5000 The max number of records in any browse window. SQLQueryLimit=10000 The max number of rows to return in SQL Query screen MultiSessions=0 If your having problems with error 0 in SQL AllowSQLPgDn=1 Allows Page up and down in smaller GoldMine...

Part and Inventory Search

Back
Top