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 strongm 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: *

  1. tchinedu

    Create a table and use Table column for grouping

    is it possible to create a table within crystal in VS2005 and use that table's colum for grouping with connecting to a database...
  2. tchinedu

    Dynamically Conver ACT! 4.0, 5.0 to 6.0 at Runtime via ACT! 6 API

    This is the issue I'm trying to resolve. I need to open the files dynamically at runtime through code like: (C# - .NET) actDB = new ActOle.DATABASEClass(); actDB.Open("C:\files\actfile.dbf"); if the file is an Act! 5 or earlier version, I need to do the conversion dynamically and...
  3. tchinedu

    Dynamically Converting ACT! 5 to 6 at Runtime via API

    Please Help Guys! This is the issue I'm trying to resolve. I need to open ACT! files dynamically at runtime using the API: EX:(C# - .NET) actDB = new ActOle.DATABASEClass(); actDB.Open("C:\files\actfile.dbf"); if the file is an Act! 5 or earlier version, I need to do the conversion...
  4. tchinedu

    How Do I connect to the Database from the COM API

    thank you guys... I'm able to read the data using the Microsoft OleDb driver, but it seems quite slow...
  5. tchinedu

    How Do I get the GoldMine API and Documentation

    Hey Guys, I recently inherited a project to extract data from Goldmine and dispay them on a web page. I need to get the API I could use to access GM5 and GM6 databases and good documentation with code samples... Please help guys..
  6. tchinedu

    How Do I connect to the Database from the COM API

    Hey Guys, I'm very new to GoldMine, I just inherited a project that involves displaying the info from Goldmine on web and winforms pages. I have no clue how to go about this. I have installed the GoldMine application 6.0. I can reference the GMCOMAPILIB in my C# project. I need to connect to...

Part and Inventory Search

Back
Top