Ok I am working on my 2nd program for goldmine, and I dont have the lastest, working code as I had before, so I cant just change a few things but here is my problem
I am trying to use this wonderful function and I am getting a -5 ( invalid goldDir ) Now I am using DDE to get the xDir path values, for the sys, gold, and common dir's.
I am connecting to sql and everything seems to be in order on that side of things. Here is the line of code that is in question.
lResult = GMW_LoadBDE(SysDir, GoldDir, CommonDir, "MASTER", "ACCESS"
SysDir = "c:\apps\goldmine"
GoldDir = "MSSQL: GMSM_GMBase: dbo."
CommonDir = "MSSQL: GMSM_Contacts: dbo."
and I get a return -5
GMSM_Contacts has the Contact1 table
GMSM_GMBase has the CAL table (which is correct I believe) that goldmine is looking for.
I am sure everything else will work once I get past this point. I am using goldmine 6, vb6 and sql 2000
I cut all the code that isnt needed to find what the problem is so my only function call is this one above. I am using the frmDDE form, with this and it seems to be working fine.
I am trying to use this wonderful function and I am getting a -5 ( invalid goldDir ) Now I am using DDE to get the xDir path values, for the sys, gold, and common dir's.
I am connecting to sql and everything seems to be in order on that side of things. Here is the line of code that is in question.
lResult = GMW_LoadBDE(SysDir, GoldDir, CommonDir, "MASTER", "ACCESS"
SysDir = "c:\apps\goldmine"
GoldDir = "MSSQL: GMSM_GMBase: dbo."
CommonDir = "MSSQL: GMSM_Contacts: dbo."
and I get a return -5
GMSM_Contacts has the Contact1 table
GMSM_GMBase has the CAL table (which is correct I believe) that goldmine is looking for.
I am sure everything else will work once I get past this point. I am using goldmine 6, vb6 and sql 2000
I cut all the code that isnt needed to find what the problem is so my only function call is this one above. I am using the frmDDE form, with this and it seems to be working fine.